summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86JITInfo.h
Commit message (Expand)AuthorAge
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-09
* Replace the use of TargetMachine with a tiny bool variable.Eric Christopher2014-06-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Whitespace.Chad Rosier2012-08-01
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng2009-09-03
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-10
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-10
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-05
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-25
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Add explicit keywords.Dan Gohman2008-03-25
* X86 JIT PIC jumptable support.Evan Cheng2008-01-05
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-04
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Remove unneeded forward declsChris Lattner2006-11-15
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Resolve BB references with relocation.Evan Cheng2006-07-27
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth2005-07-29
* update interfaceAndrew Lenharth2005-07-22
* * Remove trailing whitespaceMisha Brukman2005-04-21
* We implement these interfacesChris Lattner2004-11-20
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-28
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-28
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-20