aboutsummaryrefslogtreecommitdiff
path: root/x86_64-gen.c
Commit message (Expand)AuthorAgeFilesLines
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-4/+1
* x86-64: Fix call saved register restoreMichael Matz2012-06-101-2/+2
* x86_64: Fix compares with NaNs.Michael Matz2012-05-131-2/+31
* x86_64: Fix segfault for global dataMichael Matz2012-04-181-1/+1
* x86_64: Fix indirection in struct paramatersMichael Matz2012-04-181-16/+23
* x86_64: fix loading of LLOCAL floatsgrischka2012-03-051-4/+8
* win64: va_arg with structuresgrischka2011-07-141-34/+38
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-141-3/+4
* Make alignments for struct arguments 8 bytesShinichiro Hamaji2010-12-281-4/+4
* Probably wrong stack alignment for struct on Win64Shinichiro Hamaji2010-08-271-1/+1
* Fix alignment around struct for SSE.Shinichiro Hamaji2010-08-271-6/+18
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-4/+4
* build from multiple objects: fix other targetsgrischka2009-12-201-1/+1
* x86-64: fix gtst, back to only 5 regs for nowgrischka2009-12-201-17/+9
* x86-64: use r8/r9 as generic integer registersgrischka2009-12-201-151/+98
* x86-64: use r8,r9 as load/store registersgrischka2009-12-201-43/+74
* use vpushv in some placesgrischka2009-12-201-1/+1
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-201-104/+232
* allow tcc be build from separate objectsgrischka2009-12-201-14/+24
* tccpe: improve dllimportgrischka2009-12-191-0/+10
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-2/+13
* x86-64: fix udiv, add cqto instructiongrischka2009-12-191-1/+7
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-241-1/+2
* cleanup: constify some global datagrischka2009-07-181-3/+3
* x86-64: fix load() for const pointers: (void*)-2grischka2009-07-181-21/+22
* x86-64: chkstk, allocagrischka2009-07-181-1/+2
* pe32+ target: adjust x86_64-gen.cgrischka2009-07-181-25/+115
* Improve the test coverage: !val for float/double/long long f.Shinichiro Hamaji2009-04-181-1/+0
* x86-64: Combine buffers of sections before we call tcc_run().Shinichiro Hamaji2009-04-181-1/+1
* Generate PIC code so that we can create shared objects properly.Shinichiro Hamaji2009-04-181-29/+97
* x86-64: Save RDX and RCX before we use them as function parameters.Shinichiro Hamaji2009-04-181-2/+2
* Generate PIC for addresses of symbols.Shinichiro Hamaji2009-04-181-11/+8
* A uint64 bug fix on x86-64Shinichiro Hamaji2009-04-181-1/+1
* Add support of x86-64.Shinichiro Hamaji2008-12-021-0/+1355