1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
handle //url correctly More... over 6 years ago
add dontswap argument for coroutines More... over 6 years ago
Update LLVM IR syntax for 3.9 More... over 7 years ago
* avoid extractvalue in favor of getelementptr+load whenever possible, which generates better code * and as a bonus also doesn't crash llvm More... almost 8 years ago
* align vtables to 16 bit to stop llvm complaining about alignment More... almost 8 years ago
Don't enable the DWARF debug mode on LLVM 3.6 or lower (since it uses newer syntax) More... about 8 years ago
support profiling, debug info changes, changing object dir More... about 8 years ago
support disabling the addrspace1 hack (better performance??) More... about 8 years ago
avoid crashing if opt cannot be found More... about 8 years ago
support proper vector formatting instead of falling back to arrays More... over 8 years ago
assorted accumulated changes More... over 8 years ago
add some std.thread stuff More... over 8 years ago
socket functions exist on arm! More... over 8 years ago
fix parser bug More... over 8 years ago
unbreak error handling and another thing More... over 8 years ago
Fix bug involving fixing up &*& of nested functions More... over 8 years ago
fix support for ARM (specifically XU4) More... over 8 years ago
Be defensive about the fourth component of vec3fs More... over 8 years ago
add LLVM 3.7+ support More... over 8 years ago
Don't carry property parser configuration through into template instance contexts More... over 8 years ago
Add Project Euler problem 23 More... almost 9 years ago
Merge pull request #14 from Afforess/master More... almost 9 years ago
Merge https://github.com/FeepingCreature/fcc More... almost 9 years ago
add incremental build process More... almost 9 years ago
I forgot glewhack.h, didn't I. More... almost 9 years ago
Update to use local fcc repo instead of pulling from github More... almost 9 years ago
Add vagrant build pipeline for fcc More... almost 9 years ago
I haven't been using build.sh for ages anyways. More... almost 9 years ago
Add numerous changes that accrued. More... almost 9 years ago
Experimentally disable "end of assignment" error since it breaks for (;;i = i + 1) type syntax. semicol_stmt should require a ";" in ast.parser anyways. More... about 9 years ago