| Commit message (Expand) | Author | Age | Files | Lines |
* | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -46/+0 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -0/+46 |
* | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -46/+0 |
* | Move PPCJITInfo off of the TargetMachine and onto the subtarget. | Eric Christopher | 2014-06-12 | 1 | -23/+20 |
* | Remove the use of TargetMachine from PPCJITInfo and replace with | Eric Christopher | 2014-06-12 | 1 | -4/+4 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -8/+8 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin | 2009-11-23 | 1 | -0/+1 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -1/+2 |
* | Switch the PPC backend and target-independent JIT to use the libsystem | Chris Lattner | 2008-06-25 | 1 | -5/+0 |
* | Provide generic hooks for icache invalidation. Add PPC implementation. | Anton Korobeynikov | 2008-06-17 | 1 | -0/+5 |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 1 | -1/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -6/+0 |
* | Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, | Nate Begeman | 2006-08-29 | 1 | -1/+5 |
* | Resolve BB references with relocation. | Evan Cheng | 2006-07-27 | 1 | -2/+0 |
* | synchronizeICache removeed from TargetJITInfo. | Evan Cheng | 2006-07-27 | 1 | -1/+0 |
* | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng | 2006-07-25 | 1 | -0/+3 |
* | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng | 2006-03-13 | 1 | -3/+3 |
* | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman | 2005-10-16 | 1 | -9/+3 |
* | Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo | Chris Lattner | 2005-10-14 | 1 | -1/+19 |
* | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -0/+36 |
* | Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. | Brian Gaeke | 2004-07-16 | 1 | -49/+0 |
* | Initial revision | Misha Brukman | 2004-06-21 | 1 | -0/+49 |