Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / CodeGen / InstrSelection.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerFix header, remove dead decl
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2002-09-08 Chris LattnerMove TmpInstruction ctor to InstrSelection.cpp file
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-07-30 Chris LattnerExpose instruction selection as a pass instead of a...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-03-24 Vikram S. AdveAdd methods to support type inquiry. Rename TmpInstruc...
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveUse vector for machine instructions in GetInstructionsB...
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-10-22 Vikram S. AdveAdded function interfaces for generating prolog and...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-09 Chris LattnerFix build breakage. :(
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-21 Vikram S. AdveHeader files for the target architecture description...