aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection
AgeCommit message (Expand)Author
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2003-07-29All constant-evaluation code now unified intoVikram S. Adve
2003-07-26Making this code const-correct would be a pain, so I'll hack it.Chris Lattner
2003-07-23Remove unnecessary castsChris Lattner
2003-07-23Remove using declChris Lattner
2003-07-06Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed.Vikram S. Adve
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove two using declsChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-06-07Do not hastily change the Opcode from 'r' to 'i' type if we're not actuallyMisha Brukman
2003-06-04I have finally seen the light. The code to change the opcode must live higher inMisha Brukman
2003-06-03Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl...Misha Brukman
2003-05-31Added MachineCodeForInstruction object as an argument toVikram S. Adve
2003-05-30When converting virtual registers to immediate constants, change the opcode.Misha Brukman
2003-04-23Remove unneccesary &*Chris Lattner
2003-01-15Move sparc specific code into the Sparc backendChris Lattner
2003-01-15Fix bug in previous checkinChris Lattner
2003-01-15Minor changesChris Lattner
2003-01-15Remove dead codeChris Lattner
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-11-09Fix warningChris Lattner
2002-10-29Use higher level methodChris Lattner
2002-10-28MachineInstrInfo no longer #includes this header, so we mustChris Lattner
2002-10-28Remove usage of MachineBasicBlock::getChris Lattner
2002-10-28Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner
2002-10-28Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner
2002-10-28Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...Chris Lattner
2002-10-28*** empty log message ***Chris Lattner
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-10-23Tell PassManager that this pass does not invalidate the CFG so that dominatorChris Lattner
2002-10-14Significant improvement: GEP used by a load or store no longer generatesVikram S. Adve
2002-09-29Bug fix in folding getElementPtr instructions: don't fold one intoVikram S. Adve
2002-09-27Sign-extend integer constants from original type size to 64 bits!Vikram S. Adve
2002-09-17Add support for GCC 2.96Chris Lattner
2002-09-16Add a version of ChooseRegOrImmed to handle numerical constantsVikram S. Adve
2002-09-12Fix a bug I introduced into the code generator. :(Chris Lattner
2002-09-11 - Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-08Make sure the leakdetector is told about temporary Phi nodes also, so it doesn'tChris Lattner
2002-09-08Inform the memory leak detector that TmpInstruction objects should not beChris Lattner
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-24Use newly-added type inspection support in InstTreeNode subclasses.Vikram S. Adve
2002-08-24Moved code here to extract memory instruction indices and to checkVikram S. Adve
2002-08-23Added #include <alloca.h>Anand Shukla
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22dumpNode() does not need to print MachineInstrs.Vikram S. Adve
2002-08-15Unary Not (boolean and bitwise) is no longer a separate LLVM instructionVikram S. Adve