aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86JITInfo.h
Commit message (Expand)AuthorAgeFilesLines
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-7/+5
* X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng2009-09-031-4/+3
* 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
* Remove unneeded forward declsChris Lattner2006-11-151-1/+0
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-6/+0
* Resolve BB references with relocation.Evan Cheng2006-07-271-2/+0
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+2
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-3/+3
* turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth2005-07-291-1/+1
* update interfaceAndrew Lenharth2005-07-221-1/+1
* * Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* We implement these interfacesChris Lattner2004-11-201-5/+13
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-3/+2
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-281-1/+4
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-0/+47