summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetJITInfo.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Merge System into Support.Michael J. Spencer2010-11-29
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Fix doxygen comment syntax.Dan Gohman2009-04-15
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* 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
* Jump tables may be emitted by target.Evan Cheng2008-11-07
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-05
* For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng2008-11-04
* Revert errant deletion. The target needs to be able to specify that it doesn'...Jim Grosbach2008-10-30
* This is not needed anymore.Evan Cheng2008-10-29
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-28
* Return something (i.e. NULL) from an unimplemented virtual function.Oscar Fuentes2008-10-26
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-25
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-25
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-17
* Prune and tidy #includes.Dan Gohman2008-05-29
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-11
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* 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
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Resolve BB references with relocation.Evan Cheng2006-07-27
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-27
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* allow constants to be relocated like GV (necessary for alpha, as constants ar...Andrew Lenharth2005-07-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix a warningChris Lattner2004-11-21
* Add new methods that a target should implementChris Lattner2004-11-20
* Allow targets to implement relocation support.Chris Lattner2004-11-20
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-28
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-20