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