aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86-asm: Fix register orderMichael Matz2016-12-151-1/+1
* x86-asm: Reorganize instr_typeMichael Matz2016-12-153-46/+65
* x86-asm: move stats codeMichael Matz2016-12-152-32/+40
* x86-asm: Add more SSE2 instructionsMichael Matz2016-12-154-119/+257
* tests: add .so/.dll creation testgrischka2016-12-153-9/+23
* tccelf: some linker cleanupgrischka2016-12-159-441/+466
* Use functions to get relocation infoThomas Preud'homme2016-12-107-109/+320
* Remove now useless pltoff_addend reloc infoThomas Preud'homme2016-12-106-70/+69
* Add missing relocation info for C67 targetThomas Preud'homme2016-12-102-4/+14
* Error out in put_got_entry if no dynamic symbolThomas Preud'homme2016-12-101-0/+2
* Allow PLT/GOT entry for weak static symbolThomas Preud'homme2016-12-101-0/+1
* Fix PLT creation for i386Thomas Preud'homme2016-12-106-1/+16
* arm64: Fix regression introduced by 6245db9.Edmund Grimley Evans2016-12-051-0/+4
* Fix set but not used error in arm64-link.cThomas Preud'homme2016-12-051-5/+4
* Fix tcc_error params for R_AARCH64_(JUMP|CALL)26Thomas Preud'homme2016-12-051-3/+2
* Error on unrecognized relocationsThomas Preud'homme2016-12-052-1/+6
* Add relocs_info array to c67 backendThomas Preud'homme2016-12-051-0/+2
* Fix relocs_info declaration in tcc.hThomas Preud'homme2016-12-0512-90/+129
* Control symbol table of which to relocate symbolsThomas Preud'homme2016-12-034-6/+6
* Code simplification in relocate_symsThomas Preud'homme2016-12-031-7/+4
* Consolidate all relocations in relocate_sectionThomas Preud'homme2016-12-034-66/+22
* Allow to get sym attr and fail if no entryThomas Preud'homme2016-12-032-23/+27
* Consolidate GOT creation in build_got_entriesThomas Preud'homme2016-12-032-17/+25
* Make build_got_entries more target independentThomas Preud'homme2016-12-0311-210/+178
* Only create GOT or GOT entry when neededThomas Preud'homme2016-12-031-22/+27
* Recognize more relocations as needing GOT/PLT entryThomas Preud'homme2016-12-031-16/+41
* Do section relocation in architecture backendThomas Preud'homme2016-12-039-490/+552
* Add address of GOT + 8 in PLT + 16 and fix PLT0Thomas Preud'homme2016-12-031-3/+5
* Improve put_got_entry doc and structureThomas Preud'homme2016-12-032-132/+135
* Rename add_elf_sym to set_elf_symThomas Preud'homme2016-12-035-29/+29
* Improve comments for symbol export and bindingThomas Preud'homme2016-12-031-5/+9
* Do not add symbol if it is already thereThomas Preud'homme2016-12-031-4/+9
* Fix error logic for undefined reference in libraryThomas Preud'homme2016-12-031-8/+7
* Clear SHF_GROUP flag when linkingroot2016-12-031-1/+1
* Remove warning when __builtin_frame_address is used with gcc >= 6.Christian Jullien2016-11-301-0/+13
* Implement gcc bitfield algorithm; add -mms-bitfieldsDavid Mertens2016-11-286-7/+44
* Minor grammar fixes to docsDavid Mertens2016-11-281-4/+4
* configure: prefer lib64 on 64-bit platformsgrischka2016-11-281-3/+4
* tccelf: introduce add32/64le()grischka2016-11-203-24/+28
* x86_64-asm: =m operand fixesgrischka2016-11-206-33/+81
* arm: Fix relocate_section with TCC_OUTPUT_MEMORYThomas Stalder2016-11-131-2/+4
* remove warningsThomas Stalder2016-11-132-4/+3
* tccgen: fix inline_functions double free fixgrischka2016-11-113-15/+19
* tccgen: inline_functions double free fixgrischka2016-11-113-10/+11
* bcheck: access fields of local structs w/o bcheckPavlas, Zdenek2016-11-101-3/+3
* bcheck: add structs to local regionsPavlas, Zdenek2016-11-091-2/+2
* i386 + bcheck: fix __bound_local_newPavlas, Zdenek2016-11-092-7/+9
* i386-gen: use EBX as 4th registergrischka2016-10-191-4/+13
* lib/libtcc1.c: cleanupgrischka2016-10-195-62/+25
* tccrun/win64: cleanup runtime function tablegrischka2016-10-196-48/+100