oota-llvm.git
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
2003-08-01 Chris LattnerDescribe the value name
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-08-01 Chris LattnerFix <>'s in HTML
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!
2003-08-01 Chris LattnerTablegen should only replace the output if it changes
2003-08-01 Chris LattnerRemove makefile complexity by always running tablegen...
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerNew file
2003-08-01 Chris LattnerMake sure to delete the output file if there is an...
2003-08-01 Chris LattnerMove #include from a header to here
2003-08-01 Chris LattnerThis file doesn't need this include
2003-08-01 Chris LattnerDon't emit modules with lots of cruft hanging off of...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-08-01 Vikram S. AdveAdd all arithmetic operators to ConstantExprToString().
2003-08-01 Vikram S. Adve*Both* operands of divide need sign-extension before...
2003-08-01 Vikram S. AdvePut back the separate pass to decompose multi-dimension...
2003-08-01 Chris Lattneradd support for emitting register classes
2003-08-01 Chris LattnerAdd new getValueAsListInit and getValueAsInt methods
2003-08-01 Chris LattnerAdd the ability to emit register file enums
2003-08-01 Chris LattnerFix the way field bit references are resolved, also...
2003-08-01 Chris Lattnerencode size information into each ValueType
2003-08-01 Chris LattnerDead code elimination
2003-08-01 Chris LattnerAdd new getValueAsBitsInit 'high-level' method
2003-08-01 Chris LattnerAdd file comment
2003-08-01 Chris LattnerInitial checkin of register info emitter
2003-08-01 Chris LattnerSimplify code to match new interfaces
2003-08-01 Chris LattnerSwitch over to an exception handling model for "high...
2003-08-01 Chris LattnerMinor cleanups
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-08-01 Chris LattnerThis method is long dead
2003-07-31 John CriswellRemoved the -only-static option as it is no longer...
2003-07-31 John CriswellModified the use of libtool so that we don't compile...
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
2003-07-31 Chris LattnerRemove more obsolete comments
2003-07-31 Misha BrukmanChanged pointer to the JIT code to its current location...
2003-07-31 Chris LattnerUnbreak the CBE output
2003-07-31 Brian GaekeI think local symbols in X86 GAS have to start with...
2003-07-31 John CriswellChanged the default location of OBJ_ROOT to follow...
2003-07-31 Chris LattnerForget about KEEP_SYMBOLS, make sure to build into...
2003-07-31 John CriswellModified the code so that it generates (0) for setjmp...
next