aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86JITInfo.h
AgeCommit message (Expand)Author
2012-08-01Whitespace.Chad Rosier
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin
2009-09-03X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng
2009-05-30First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes
2009-02-18Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman
2008-12-10Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng
2008-11-10Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng
2008-11-05Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng
2008-10-25Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray
2008-04-16Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray
2008-03-25Add explicit keywords.Dan Gohman
2008-01-05X86 JIT PIC jumptable support.Evan Cheng
2008-01-04X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-11-15Remove unneeded forward declsChris Lattner
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-07-27Resolve BB references with relocation.Evan Cheng
2006-07-25- Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng
2006-03-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2005-07-29turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth
2005-07-22update interfaceAndrew Lenharth
2005-04-21* Remove trailing whitespaceMisha Brukman
2004-11-20We implement these interfacesChris Lattner
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28implement support for the intrinsic lowering functionalityChris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner