aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86JITInfo.h
Commit message (Expand)AuthorAgeFilesLines
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-6/+7
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+6
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-4/+4
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-5/+5
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-051-4/+5
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-251-1/+10
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-3/+6
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* X86 JIT PIC jumptable support.Evan Cheng2008-01-051-0/+10
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-041-0/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+50