aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetJITInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-5/+0
* Resolve BB references with relocation.Evan Cheng2006-07-271-14/+0
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-271-4/+0
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+19
* allow constants to be relocated like GV (necessary for alpha, as constants ar...Andrew Lenharth2005-07-221-1/+9
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Fix a warningChris Lattner2004-11-211-0/+1
* Add new methods that a target should implementChris Lattner2004-11-201-8/+27
* Allow targets to implement relocation support.Chris Lattner2004-11-201-0/+11
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-281-1/+2
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-0/+54