| Commit message (Expand) | Author | Age | Files | Lines |
* | Move InstrSelection into lib/Target/Sparc, as it's sparc specific | Chris Lattner | 2004-01-09 | 4 | -1036/+0 |
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -8/+4 |
* | Whoops, don't try to lower non intrinsic calls | Chris Lattner | 2003-12-28 | 1 | -0/+1 |
* | Use the intrinsic lowering functionality | Chris Lattner | 2003-12-28 | 1 | -15/+44 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 1 | -2/+2 |
* | This appears to fix Bug 172 and does not break any other feature tests or | John Criswell | 2003-12-10 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 3 | -1/+14 |
* | Make code layout more consistent. | Misha Brukman | 2003-10-23 | 3 | -318/+259 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 3 | -0/+21 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -2/+2 |
* | Decrease usage of use_size() | Chris Lattner | 2003-10-15 | 1 | -1/+1 |
* | Fixed spelling. | Misha Brukman | 2003-09-17 | 2 | -4/+4 |
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 |
* | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke | 2003-08-14 | 1 | -5/+2 |
* | All constant-evaluation code now unified into | Vikram S. Adve | 2003-07-29 | 1 | -31/+8 |
* | Making this code const-correct would be a pain, so I'll hack it. | Chris Lattner | 2003-07-26 | 1 | -4/+5 |
* | Remove unnecessary casts | Chris Lattner | 2003-07-23 | 1 | -2/+2 |
* | Remove using decl | Chris Lattner | 2003-07-23 | 1 | -7/+4 |
* | Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. | Vikram S. Adve | 2003-07-06 | 1 | -3/+4 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -0/+1 |
* | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner | 2003-06-16 | 1 | -2/+3 |
* | Remove two using decls | Chris Lattner | 2003-06-16 | 1 | -18/+14 |
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 1 | -1/+1 |
* | Do not hastily change the Opcode from 'r' to 'i' type if we're not actually | Misha Brukman | 2003-06-07 | 1 | -7/+6 |
* | I have finally seen the light. The code to change the opcode must live higher in | Misha Brukman | 2003-06-04 | 1 | -4/+13 |
* | Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl... | Misha Brukman | 2003-06-03 | 1 | -15/+6 |
* | Added MachineCodeForInstruction object as an argument to | Vikram S. Adve | 2003-05-31 | 2 | -6/+13 |
* | When converting virtual registers to immediate constants, change the opcode. | Misha Brukman | 2003-05-30 | 1 | -0/+14 |
* | Remove unneccesary &* | Chris Lattner | 2003-04-23 | 1 | -1/+1 |
* | Move sparc specific code into the Sparc backend | Chris Lattner | 2003-01-15 | 1 | -256/+2 |
* | Fix bug in previous checkin | Chris Lattner | 2003-01-15 | 1 | -1/+2 |
* | Minor changes | Chris Lattner | 2003-01-15 | 2 | -30/+27 |
* | Remove dead code | Chris Lattner | 2003-01-15 | 1 | -67/+0 |
* | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner | 2003-01-14 | 1 | -2/+2 |
* | More renamings of Target/Machine*Info to Target/Target*Info | Chris Lattner | 2002-12-29 | 2 | -2/+2 |
* | Fix warning | Chris Lattner | 2002-11-09 | 1 | -2/+2 |
* | Use higher level method | Chris Lattner | 2002-10-29 | 1 | -2/+2 |
* | MachineInstrInfo no longer #includes this header, so we must | Chris Lattner | 2002-10-28 | 1 | -1/+1 |
* | Remove usage of MachineBasicBlock::get | Chris Lattner | 2002-10-28 | 1 | -14/+18 |
* | Change MachineBasicBlock's to not be Annotations, instead they are kept as | Chris Lattner | 2002-10-28 | 1 | -4/+10 |
* | Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT... | Chris Lattner | 2002-10-28 | 1 | -8/+8 |
* | Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst... | Chris Lattner | 2002-10-28 | 1 | -0/+1 |
* | *** empty log message *** | Chris Lattner | 2002-10-28 | 1 | -1/+0 |
* | Rename MachineCodeForBasicBlock to MachineBasicBlock | Chris Lattner | 2002-10-28 | 1 | -5/+5 |
* | Changed `MachineCodeForMethod' to `MachineFunction'. | Misha Brukman | 2002-10-28 | 2 | -3/+3 |
* | Tell PassManager that this pass does not invalidate the CFG so that dominator | Chris Lattner | 2002-10-23 | 1 | -0/+4 |
* | Significant improvement: GEP used by a load or store no longer generates | Vikram S. Adve | 2002-10-14 | 1 | -36/+74 |
* | Bug fix in folding getElementPtr instructions: don't fold one into | Vikram S. Adve | 2002-09-29 | 1 | -27/+45 |
* | Sign-extend integer constants from original type size to 64 bits! | Vikram S. Adve | 2002-09-27 | 1 | -5/+9 |