aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Adjust relocation offset for thumb to ARM veneerThomas Preud'homme2014-03-111-1/+1
* | Don't hardcode gcc in tests MakefileThomas Preud'homme2014-03-092-8/+8
* | Fix warning of clangThomas Preud'homme2014-03-093-24/+24
* | Use intptr_t to cast pointerThomas Preud'homme2014-03-091-1/+3
* | Undefine __va* in libtcc1 to avoid errors w/ clangThomas Preud'homme2014-03-091-0/+5
* | Make condition in libtcc1 based on targetThomas Preud'homme2014-03-091-5/+5
* | Fix type_to_str test for unsigned intThomas Preud'homme2014-03-091-1/+1
* | Fix various errors uncovered by static analysisThomas Preud'homme2014-03-084-5/+2
* | libtcc: ignore linker optizimization and as-needed options. This allows compi...Austin English2014-03-061-0/+4
* | Call fill_got_entry unconditionallyThomas Preud'homme2014-02-101-2/+0
* | Define float_eabi only in arm-gen.oThomas Preud'homme2014-02-091-2/+2
* | conftest: fix globbing to match MSVCAustin English2014-02-081-0/+4
* | Fix warning about undeclared __clear_cache function call.Christian Jullien2014-02-081-0/+1
* | Ignore VT_DEFSIGN in load on x86-64 archThomas Preud'homme2014-02-071-1/+1
* | Def signedness != signed != unsigned for charThomas Preud'homme2014-02-064-15/+26
* | Add support of Thumb to ARM branch relocationThomas Preud'homme2014-02-062-0/+29
* | Split elf_output_file in smaller functionsThomas Preud'homme2014-02-061-544/+652
* | Add macro to browse reloc and sym entriesThomas Preud'homme2014-02-061-79/+39
* | Round mode of ll -> float conversion to nearestThomas Preud'homme2014-02-051-5/+20
* | Fix negative long long to float conversion on ARMThomas Preud'homme2014-02-051-2/+2
* | Fix float to long long conversion on ARMThomas Preud'homme2014-02-051-8/+8
* | Fix and extend *FCAST test in tcctest.cThomas Preud'homme2014-02-051-5/+8
* | Fix parameter passing of long long bitfieldThomas Preud'homme2014-02-042-0/+4
* | switch last 2 params of TOK_memset on ARMThomas Preud'homme2014-02-031-0/+5
* | Don't perform builtin_frame_address on ARMThomas Preud'homme2014-02-031-2/+3
* | Fix fct param passing of struct with size < 4Thomas Preud'homme2014-02-031-2/+3
* | Switch float abi to softfp for int <--> float convThomas Preud'homme2014-02-021-17/+9
* | Revert "Add macro to browse reloc and sym entries"Thomas Preud'homme2014-02-021-37/+77
* | Revert "Split elf_output_file in smaller functions"Thomas Preud'homme2014-02-021-652/+544
* | Revert "Add support of Thumb to ARM branch relocation"Thomas Preud'homme2014-02-021-28/+0
* | Add support of Thumb to ARM branch relocationThomas Preud'homme2014-02-021-0/+28
* | Split elf_output_file in smaller functionsThomas Preud'homme2014-02-021-544/+652
* | Add macro to browse reloc and sym entriesThomas Preud'homme2014-02-021-77/+37
* | Give ARM asm mnemonic of PLT entriesThomas Preud'homme2014-02-021-9/+9
* | Clean tccelf.cThomas Preud'homme2014-02-021-199/+179