aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * add test for abitest.cjiang2014-04-281-5/+53
| * | Add support for load/store of _Bool valueThomas Preud'homme2014-04-293-4/+4
* | | win64: try to fix linkagegrischka2014-06-243-18/+23
| |/ |/|
* | tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-173-15/+17
* | Improve efficiency of macro concatenationThomas Preud'homme2014-04-141-26/+2
* | Remove unused variableMichael Matz2014-04-141-1/+0
* | x86_64: Handle PLT relocs to hidden symbolsMichael Matz2014-04-141-2/+9
* | Parse assembler .hidden directiveMichael Matz2014-04-143-4/+12
* | Parse and emit hidden visibilityMichael Matz2014-04-143-5/+69
* | tccpe: speed up .def file loadinggrischka2014-04-131-17/+7
* | tests2: fix and enable 46_grep test.minux2014-04-123-8/+13
* | tests2: fix 30_hanoi test and enable it.minux2014-04-122-2/+2
* | Make build CPU detection a tad more flexibleThomas Preud'homme2014-04-121-50/+59
* | Fix preprocessor concat with empty argThomas Preud'homme2014-04-125-6/+56
* | build: add initial NetBSD support.minux2014-04-123-4/+13
* | build: ignore and properly clean tests/vla_testminux2014-04-122-1/+2
* | tcc.h: add ELF interpreter for DragonFly BSD.minux2014-04-121-0/+2
* | tccrun: fix build on DragonFly BSD.minux2014-04-121-2/+2
* | win32/include/process.h: update prototypes to match mingw.minux2014-04-121-12/+12
* | tcc, libtcc: fix build on windows with latest mingw.minux2014-04-112-2/+2
* | tiny_impdef: remove artificial length restriction.minux2014-04-111-1/+1
* | add missing prototypesUrs Janssen2014-04-101-4/+8
* | Prevent ## to appear at start or end of macroThomas Preud'homme2014-04-086-4/+20
* | Add new tests for macro nestingThomas Preud'homme2014-04-073-1/+13
* | Fix test for macro nestingThomas Preud'homme2014-04-071-0/+2
* | Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-0711-18/+18
* | corrected a typoVincent Lefevre2014-04-071-1/+1
* | tests2: cleanupgrischka2014-04-075-32/+26
* | win32: libtcc1.a needs to be built with tccgrischka2014-04-072-5/+8
* | stdbool.h: Make conformant to ISOC99Michael Matz2014-04-071-0/+1
* | Declare wint_t in <stddef.h> when neededMichael Matz2014-04-072-0/+24
* | win32: warn people about using undeclared WINAPI functionsgrischka2014-04-061-4/+10
* | ELF: Remove traces of old RUNTIME_PLTGOT codeMichael Matz2014-04-063-82/+1
* | arm: Use proper PLT/GOT for -run.Michael Matz2014-04-062-10/+54
* | x86_64: Create proper PLT and GOT also for -runMichael Matz2014-04-063-17/+24
* | arm: Provide alloca()Michael Matz2014-04-053-4/+15
* | Git should ignore tests2 executables.Michael Matz2014-04-051-0/+1
* | tests2: Build executables as wellMichael Matz2014-04-051-1/+6
* | arm: Handle R_ARM_NONE relocsMichael Matz2014-04-041-0/+4
* | tccgen: x86_64: fix garbage in the SValue upper bitsgrischka2014-04-043-70/+52
* | run: Always create .got relocsMichael Matz2014-04-041-0/+7
* | ELF: Make first PT_LOAD cover headersMichael Matz2014-04-031-5/+10
* | x86-64: Use correct ELF valuesMichael Matz2014-04-031-2/+2
* | shared libs: Build libtcc1.a with -fPICMichael Matz2014-04-021-1/+5
* | Allow local redefinition of enumeratorThomas Preud'homme2014-03-314-2/+17
* | Fixed typo from commit 0ac8aaab1bef770929e5592d02bc06d3a529952eVincent Lefevre2014-03-311-1/+1
* | Update Changelog from git changelog entriesThomas Preud'homme2014-03-311-0/+2
* | x86-64: shared libs improvementMichael Matz2014-03-312-26/+46
* | x86-64: Add basic shared lib supportMichael Matz2014-03-312-37/+41
* | Add __attribute__ ((noreturn)) to tcc_error and expect functions.mingodad2014-03-301-2/+2