aboutsummaryrefslogtreecommitdiff
path: root/x86_64-gen.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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