oota-llvm.git
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Chris LattnerImplement TODO: print out short form of Invoke if possible
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
2003-08-05 Misha Brukman* Set annul bit to be 0, because the Sparc backend...
2003-08-05 Chris LattnerFix bugs handling ESP in alloca references
2003-08-05 Chris LattnerNo functional changes, comment the fix I just put in
2003-08-05 Chris LattnerThe CodeEmitterGenerator used to consider ANY uninitial...
2003-08-05 Chris LattnerRevert previous change, and be really anal about what...
2003-08-05 Chris LattnerThis is the real fix for the previous register allocato...
2003-08-05 Misha BrukmanReformatted code to match the prevalent LLVM style...
2003-08-04 Misha BrukmanElectricFence found this bug where we were reading...
2003-08-04 Chris LattnerDon't bother calculating info unless its needed. May...
2003-08-04 Chris Lattner* Fix spelling of 'necessary'
2003-08-04 Chris LattnerNew testcase, identified by Vikram, reduced by Brian
2003-08-04 Chris LattnerAdd patterns for (mov R, R) (mov R, I) and subtracts...
2003-08-04 Chris LattnerChange comments into something that TableGen can read!
2003-08-04 Chris LattnerAllow instructions to have a DAG pattern associated...
2003-08-04 Chris LattnerRename register classes to be upper case to make it...
2003-08-04 Chris LattnerParse DAG patterns
2003-08-04 Chris Lattneradd support for DagInit initializers, which represent...
2003-08-04 Chris LattnerNew testcase
2003-08-04 Chris LattnerUpdate file header comment
2003-08-04 Chris LattnerUrg, do not print "foo has changed" messages
2003-08-04 Chris LattnerWhile I'm looking at it, line up the SED lines
2003-08-04 Chris Lattner* Don't print out HOW we are running Flex unless in...
2003-08-04 Misha BrukmanDo not attempt to reduce a test case if it is an empty...
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-08-04 Chris LattnerThere is nothing special about noops anymore
2003-08-04 Chris LattnerThere is nothing special about noops now
2003-08-04 Chris LattnerTransition complete, remove the obsolete 'set' keyword
2003-08-04 Chris LattnerTransition to using 'let X = y' instead of 'set X ...
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-04 Chris LattnerTransition to using let instead of set
2003-08-04 Chris LattnerStart transitioning towards using 'let X = y in' statem...
2003-08-04 Chris LattnerIt appears that somehow we forgot to add support for...
2003-08-04 Chris LattnerNew testcase
2003-08-04 Chris LattnerAdd initial support for a new 'dag' type
2003-08-04 Chris LattnerFix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRa...
2003-08-04 Chris LattnerNew testcase
2003-08-04 Chris LattnerSimplify some constant expressions
2003-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-04 Chris LattnerPrint accurate run instructions for when testing LLC
2003-08-03 Chris LattnerRemove illegal, unsupported escapes. This fixes progra...
2003-08-03 Chris Lattner* Sort #includes, remove dupliates
2003-08-03 Chris LattnerFix problem I introduced in bugpoint with the cleanup...
2003-08-03 Chris LattnerAllow registers to specify a custom name
2003-08-03 Chris LattnerSpecify custom name for registers to get the ()'s in...
2003-08-03 Chris LattnerAllow specifying custom names for registers
2003-08-03 Chris Lattneradd new --gen-instr-desc option
2003-08-03 Chris LattnerAdd new Record::getValueAsBit method
2003-08-03 Chris LattnerFinish the instruction info emitter
2003-08-03 Chris LattnerStart using tablegen'd instruction enum list
2003-08-03 Chris LattnerResort tables
2003-08-03 Chris LattnerLump the base opcode in with the X86 TargetSpecific...
2003-08-03 Chris Lattner* Start using tablegen'd instruction descriptions
2003-08-03 Chris LattnerStart using tablegenerated instruction descriptions
2003-08-03 Chris LattnerAdd new TableGen instruction definitions
2003-08-03 Chris LattnerRemove the old .def file, it is now obsolete
2003-08-03 Chris LattnerRearrange fields yet again: Don't instantiate these...
2003-08-03 Chris LattnerSimplify code, eliminating the need for the X86 isVoid...
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerRemove using decl
2003-08-03 Chris LattnerThe NOOP instruction is no longer needed. Instead...
2003-08-03 Chris LattnerOk, try #2, this time I'll not be stupid
2003-08-03 Chris LattnerWe know we have a mklib file, ignore it please CVS!
2003-08-03 Chris LattnerCVS, please don't tell us that we have a new config...
2003-08-03 Chris LattnerFix bug: TableGen/IntBitInit.td
2003-08-03 Chris LattnerNew testcase
2003-08-03 Chris LattnerFix bug: TableGen/BitsInitOverflow.td
2003-08-03 Chris LattnerAdd Target class for X86 target
2003-08-03 Chris LattnerThe RegisterInfo class is obsolete
2003-08-03 Chris LattnerRemove the RegisterInfo class in favor of a general...
2003-08-03 Chris Lattner* Changes to allow lists of any type
2003-08-03 Chris LattnerChanges to allow lists of any type
2003-08-03 Chris Lattnerexpand contraction
2003-08-03 Chris LattnerNew testcase
2003-08-03 Chris LattnerAdd support for instruction enum emission
2003-08-03 Chris LattnerInitial checkin of Instruction emitter, which just...
2003-08-03 Chris LattnerRemove dead private:
2003-08-03 Chris LattnerTell CVS to ignore all .inc files
2003-08-03 Chris LattnerSwitch over to tablegen generated header files
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2003-08-03 Chris LattnerInitial checkin of X86.td file
2003-08-03 Chris LattnerInitial checkin of X86 Register File description
2003-08-03 Chris LattnerMake the register numbers line up more frequently
2003-08-03 Chris LattnerAllow an external 'set' command to set multiple values...
2003-08-03 Chris LattnerFinish the register info emitter
2003-08-03 Chris LattnerFix typeos in comments
2003-08-03 Chris LattnerMake it easier to debug by exposing a temporary
2003-08-03 Chris LattnerWrap at 80 columns
2003-08-02 Chris LattnerAdd new method
2003-08-01 Chris LattnerFix problem executing the CBE
2003-08-01 Chris LattnerFix a bug
2003-08-01 Chris LattnerRename fields
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-08-01 Chris LattnerUpdate information about the new DEBUG_TYPE macro
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h
next