Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -5/+0 |
* | Resolve BB references with relocation. | Evan Cheng | 2006-07-27 | 1 | -14/+0 |
* | Move synchronizeICache from TargetJITInfo into a static function in JITEmitte... | Evan Cheng | 2006-07-27 | 1 | -4/+0 |
* | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng | 2006-07-25 | 1 | -0/+19 |
* | allow constants to be relocated like GV (necessary for alpha, as constants ar... | Andrew Lenharth | 2005-07-22 | 1 | -1/+9 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | Fix a warning | Chris Lattner | 2004-11-21 | 1 | -0/+1 |
* | Add new methods that a target should implement | Chris Lattner | 2004-11-20 | 1 | -8/+27 |
* | Allow targets to implement relocation support. | Chris Lattner | 2004-11-20 | 1 | -0/+11 |
* | Use class instead of struct for defining classes. This unbreaks the | Alkis Evlogimenos | 2004-09-28 | 1 | -1/+2 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 1 | -0/+54 |