aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrSelection.h
AgeCommit message (Expand)Author
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-05-31Added MachineCodeForInstruction object as an argument toVikram S. Adve
2002-09-08Move TmpInstruction ctor to InstrSelection.cpp fileChris Lattner
2002-08-09* Removed extraneous #includesChris Lattner
2002-07-30Expose instruction selection as a pass instead of a global functionChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-04-09Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner
2002-03-24Add methods to support type inquiry. Rename TmpInstruction values.Vikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Use vector for machine instructions in GetInstructionsByRule.Vikram S. Adve
2002-02-03* Remove TMP_INSTRUCTION_OPCODE sillinessChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-08Added a second constructor for and improved class TmpInstruction.Vikram S. Adve
2001-10-22Added function interfaces for generating prolog and epilog code.Vikram S. Adve
2001-10-171. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve
2001-10-10Moved code generation support routines to InstrSelectionSupport.{h,cpp}.Vikram S. Adve
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-09Fix build breakage. :(Chris Lattner
2001-07-23Removal of the redundant CompileContext wrapperChris Lattner
2001-07-23Large scale changes to implement new command line argument facilityChris Lattner
2001-07-22Privatize LLCOptions. It had no business being visible to the entireChris Lattner
2001-07-21Header files for the target architecture description and for instructionVikram S. Adve