aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Add tests for previous fixesThomas Preud'homme2014-03-3011-1/+30
| * Update Changelog from git changelog entriesThomas Preud'homme2014-03-301-4/+54
| * x86_64: pass va_list as pointerDaniel Glöckner2014-03-301-4/+4
| * tccpp: reorder some tokensgrischka2014-03-292-21/+56
| * ARM: Fix passing arrays to varadic functionsDaniel Glöckner2014-03-291-1/+3
| * Fix typo in code added by b018bac9c8Thomas Preud'homme2014-03-291-1/+1
| * Fix again GOT32 + PLT32 reloc commitThomas Preud'homme2014-03-291-4/+3
| * Create bcheck region for argv and arge argumentThomas Preud'homme2014-03-293-0/+23
| * Make get_tok_str support NULL as second param.Thomas Preud'homme2014-03-291-0/+6
| * The hack to allow valgrind works with tcc compiled programsmingodad2014-03-281-1/+5
| * New implementation of va_list/va_start/var_copy that do not use dynamic memor...mingodad2014-03-282-30/+28
| * Remove the fix from my last commit, it was pointed by scan-build and is a fal...mingodad2014-03-281-1/+1
| * This allow valgrind to work on linux, some how the PHDR is missing and then v...mingodad2014-03-281-1/+1
| * Fix a incorrect size for malloc.mingodad2014-03-271-1/+1
| * After several days searching why my code refactoring to remove globals was cr...mingodad2014-03-262-5/+20
| * Simplify and fix GOT32 + PLT32 reloc commitThomas Preud'homme2014-03-262-3/+3
| * Add the generated executables ending with "-cc" and "-tcc" to the makefile "c...mingodad2014-03-261-3/+4
| * A possible fix for the memory leak reported by valgrind when running tcctest....mingodad2014-03-252-0/+3
| * Support GOT32 and PLT32 reloc for same symbolThomas Preud'homme2014-03-251-11/+31
| * Always link libtcc1.a in (useful for va_* on x86)Thomas Preud'homme2014-03-252-6/+3
| * Add test for previous commitThomas Preud'homme2014-03-255-4/+10
| * Warn about soft float ABI not being supportedThomas Preud'homme2014-03-251-0/+3
| * Deprecate FPA and OABI support for ARMThomas Preud'homme2014-03-251-1/+11
| * Make parse_btype only accept one basic typeThomas Preud'homme2014-03-241-8/+15
| * Fix relocation of __bound_initThomas Preud'homme2014-03-171-2/+8
| * Fix __clear_cache implementationThomas Preud'homme2014-03-111-1/+2