aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86JITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-2/+2
* Remove extra \n from LLVM_UNREACHABLE calls.Edwin Török2009-07-121-2/+2
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-1/+1
* Start converting to new error handling API.Edwin Török2009-07-081-2/+2
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-41/+40
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+15
* Use .size and .type on ELF systems; this helps tools that mapDan Gohman2009-02-061-3/+19
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-1/+1
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-2/+2
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-9/+9
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-051-2/+2
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-251-0/+10
* When resolving a stub in x86-64 JIT, use a PC-relative branchDale Johannesen2008-08-121-2/+14
* Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel2008-07-161-1/+3
* X86-64 PIC jump table values are different from x86-32 cases, they are dest -...Evan Cheng2008-07-161-0/+4
* Fixes for being compiled PIC on Linux. This isn't the mostDan Gohman2008-06-241-3/+10
* Don't break strict aliasing.Evan Cheng2008-06-051-6/+6
* Unbreak build on x86-64.Dale Johannesen2008-04-161-1/+1
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-13/+16
* Add Win64 compilation callback. This allows easy examples to be JITed on Win64!Anton Korobeynikov2008-03-231-5/+4
* Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardlessAnton Korobeynikov2008-03-231-22/+30
* Remove old-standing obsolete code.Anton Korobeynikov2008-03-231-9/+11
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Silence warning about loss of precision.Bill Wendling2008-01-081-1/+1
* X86 JIT PIC jumptable support.Evan Cheng2008-01-051-0/+6
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-041-0/+12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Erm, really disable :)Anton Korobeynikov2007-12-221-1/+1
* Disable, until we'll really need itAnton Korobeynikov2007-12-221-0/+3
* Preliminary PIC JIT support for X86 (32-bit) / Darwin.Evan Cheng2007-12-221-1/+8
* Correct typo for Linux: s/esp/%rsp/Scott Michel2007-12-121-1/+1
* Hey, English is not my native language :)Anton Korobeynikov2007-12-101-1/+1
* Clarify the need of CFI() stuffAnton Korobeynikov2007-12-101-0/+3
* Provide convenient way to disable CFI stuff for old/broken assemblers.Anton Korobeynikov2007-12-101-70/+76
* Disable cfi directives for now, darwin does't support them.Chris Lattner2007-12-101-67/+70
* And finally annotate X86-64 version of callback. Anton Korobeynikov2007-12-101-24/+51
* Provide annotation for SSE version of callback. It's even moreAnton Korobeynikov2007-12-101-1/+26
* Annotate JIT callback function with call frame infromation. Anton Korobeynikov2007-12-101-1/+19
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+372