Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / Assembly /
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerNew interface
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2002-09-19 Chris LattnerWorkaround for bug in GCC 3.1.1 iostreams library on...
2002-08-31 Chris LattnerConvert cwriter to be a pass.
2002-08-30 Chris LattnerUpdate comments
2002-08-18 Chris LattnerModule's do not subclass from Value, so this code cause...
2002-07-23 Chris LattnerRegularize the Print*Passes so they have default ctors.
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-08 Sumant Kowshik*** empty log message ***
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerRemove forward def'ns that are already in Value.h
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris LattnerChanges to make print pass work!
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattner* Trim #includes
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerTrim #includes
2002-04-07 Chris LattnerVCG output support removed because it was broken and...
2002-03-26 Chris LattnerChange uses of Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerAllow output of manipulators for GCC 2.96 compatibility
2001-11-07 Chris LattnerOkay, so this is a huge hack. Fixme later
2001-11-07 Chris LattnerNew class to provide high performance writing.
2001-10-29 Chris LattnerExpose some more printing functionality from the assemb...
2001-10-18 Chris Lattnerinitial checkin
2001-10-13 Chris LattnerRemove exception specification. Only slows code down.
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-28 Chris Lattnerprint out value's by pointer
2001-09-18 Chris LattnerMove operator << from Value.h to Assembly/Writer.h
2001-09-18 Vikram S. AdveMoved debugging interfaces for class Value to Value.h.
2001-09-10 Chris Lattner* Add capability of printing out a global variable
2001-09-07 Chris LattnerClean stuff up.
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-20 Chris LattnerNew function: WriteAsOperand.
2001-07-12 Chris LattnerMade it not inline
2001-07-12 Chris LattnerAdd DebugValue global function
2001-07-03 Chris LattnerRemove code for printing out Analysis data structures...
2001-07-02 Chris LattnerEnable printing of dominator related information.
2001-06-21 Chris Lattner* Added capability to print out an interval
2001-06-13 Chris LattnerImplement support for writing VCG format output
2001-06-06 Chris LattnerInitial revision