aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrSelectionSupport.h
AgeCommit message (Expand)Author
2004-04-07This file is no longer used.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-01-15Move sparc specific code into the Sparc backendChris Lattner
2003-01-15Remove internal helper fnChris Lattner
2003-01-15Remove more unused methodsChris Lattner
2003-01-15Remove a ton of functions that are no longer used, instead using BuildMIChris Lattner
2003-01-15* Eliminate a bunch of inline functions.Chris Lattner
2002-10-28Make MachineInstr.h not #include MachineInstrInfo.hChris Lattner
2002-10-21Add a missing std:: qualifierChris Lattner
2002-10-14Removed misleading const keyword.Vikram S. Adve
2002-09-29Added several more helper functions for construction MachineInstrs.Vikram S. Adve
2002-09-16Add a version of ChooseRegOrImmed to handle numerical constantsVikram S. Adve
2002-08-24Added function GetMemInstArgs and made FoldGetElemChain private.Vikram S. Adve
2002-08-09* Removed extraneous #includesChris Lattner
2002-08-04Add function GetConstantValueAsUnsignedInt.Vikram S. Adve
2002-07-10Added a few more methods for creating instructions.Vikram S. Adve
2002-07-08Added two more helper functions for instruction creation.Vikram S. Adve
2002-05-19Better interface to generating machine instr for common casesVikram S. Adve
2002-02-04* Minor cleanupsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-15Eliminate all uses of memInst->getIndicesBROKEN().Vikram S. Adve
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-171. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve
2001-10-10Machine-independent code generation routines used in instructionVikram S. Adve