| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 2 | -68/+0 | 
| *  | Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo | Brian Gaeke | 2004-02-29 | 1 | -10/+0 | 
| *  | Eliminate the distinction between "real" and "unreal" instructions | Chris Lattner | 2004-02-29 | 1 | -6/+4 | 
| *  | Scrap a huge layer of cruft out of this interface. | Chris Lattner | 2004-02-29 | 1 | -93/+44 | 
| *  | Add hook for V8 target | Chris Lattner | 2004-02-28 | 1 | -3/+11 | 
| *  | Uncomment assertions that register# != 0 on calls to | Alkis Evlogimenos | 2004-02-26 | 1 | -2/+2 | 
| *  | Make TargetData no longer use annotations! | Chris Lattner | 2004-02-26 | 1 | -14/+6 | 
| *  | Temporarily comment out asserts as they break things. I will uncomment | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 | 
| *  | Duh, forgot to close the parenthesis. | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 | 
| *  | Add assert to isPhysicalRegister and isVirtualRegister to fail when | Alkis Evlogimenos | 2004-02-25 | 1 | -0/+2 | 
| *  | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos | 2004-02-25 | 1 | -1/+9 | 
| *  | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 1 | -2/+2 | 
| *  | This is needed by assignment verification in linear-scan. | Alkis Evlogimenos | 2004-02-19 | 1 | -0/+8 | 
| *  | Simplify and document the new interface | Chris Lattner | 2004-02-17 | 1 | -7/+8 | 
| *  | Add API to check and fold memory operands into instructions. | Alkis Evlogimenos | 2004-02-17 | 1 | -0/+10 | 
| *  | The prologue/epilogue related method calls have no reason to return a value, | Chris Lattner | 2004-02-14 | 1 | -11/+10 | 
| *  | Make sure to provide a prototype for the cbackend | Chris Lattner | 2004-02-13 | 1 | -0/+8 | 
| *  | Remove getAllocatedRegNum(). Use getReg() instead. | Alkis Evlogimenos | 2004-02-13 | 1 | -1/+1 | 
| *  | Add parent pointer to MachineInstr that points to owning | Alkis Evlogimenos | 2004-02-12 | 1 | -1/+1 | 
| *  | Change interface so that we can add to the end of a basic block | Alkis Evlogimenos | 2004-02-12 | 1 | -6/+6 | 
| *  | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 1 | -7/+8 | 
| *  | Fix typos in comments. | Brian Gaeke | 2004-02-11 | 1 | -2/+2 | 
| *  | Add prototype for llvm::allocatePowerPCTargetMachine(). | Brian Gaeke | 2004-02-02 | 1 | -0/+8 | 
| *  | Add MRegisterInfo::getNumRegs(). | Alkis Evlogimenos | 2004-02-01 | 1 | -0/+6 | 
| *  | Add two static methods to avoid having client code explicitly compare against | Chris Lattner | 2004-01-31 | 1 | -0/+12 | 
| *  | If you call abort(), #include <cstdlib> | Misha Brukman | 2004-01-21 | 1 | -0/+2 | 
| *  | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -8/+12 | 
| *  | Add TargetInstrInfo::isMoveInstr() to support coalescing in register | Alkis Evlogimenos | 2003-12-28 | 1 | -0/+10 | 
| *  | We may now pass IntrinsicLowering implementations into these methods | Chris Lattner | 2003-12-28 | 1 | -15/+19 | 
| *  | Doxygenize methods, add new getIntPtrType method | Chris Lattner | 2003-12-22 | 1 | -10/+14 | 
| *  | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 2 | -25/+62 | 
| *  | Add new getJITStubForFunction method, which may optionally be implemented by | Chris Lattner | 2003-12-12 | 1 | -2/+11 | 
| *  | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 9 | -3/+44 | 
| *  | Since this function returns an int, let's actually return something. | Misha Brukman | 2003-11-05 | 1 | -0/+1 | 
| *  | Update documentation since it was misleading: make it clear that a | Alkis Evlogimenos | 2003-11-04 | 1 | -10/+12 | 
| *  | Change all machine basic block modifier functions in MRegisterInfo to | Alkis Evlogimenos | 2003-11-04 | 1 | -23/+45 | 
| *  | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 9 | -0/+63 | 
| *  | Make replaceMachineCodeForFunction return void. | Brian Gaeke | 2003-10-20 | 1 | -4/+6 | 
| *  | Add stub version of replaceMachineCodeForFunction. It will live here until | Brian Gaeke | 2003-10-17 | 1 | -0/+8 | 
| *  | Standardize header file comments | Chris Lattner | 2003-09-30 | 4 | -4/+4 | 
| *  | Remove dead file | Chris Lattner | 2003-09-01 | 1 | -24/+0 | 
| *  | No longer require an OptInfo | Chris Lattner | 2003-09-01 | 1 | -2/+0 | 
| *  | Targets should configure themselves based on the module, not some wierd flags | Chris Lattner | 2003-08-24 | 1 | -16/+3 | 
| *  | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 | 
| *  | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 | 
| *  | Remove extraneous #include | Chris Lattner | 2003-08-15 | 1 | -1/+0 | 
| *  | addPassesToJITCompile and addPassesToEmitMachineCode now take a | Brian Gaeke | 2003-08-13 | 1 | -3/+4 | 
| *  | The NOOP instruction is no longer needed.  Instead, use the | Chris Lattner | 2003-08-03 | 1 | -5/+2 | 
| *  | Code generation passes don't need access to raw LLVM types, this method is un... | Chris Lattner | 2003-07-30 | 1 | -2/+1 | 
| *  | Unify all constant evaluations that depend on register size | Vikram S. Adve | 2003-07-29 | 1 | -0/+16 |