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