oota-llvm.git
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...
2003-07-31 Tanya LattnerRenamed trapping instruction function to be more consis...
2003-07-31 Tanya Lattner*** empty log message ***
2003-07-31 Chris LattnerMore minor cleanups of the interface
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-31 Chris LattnerAdd file comment
2003-07-31 Chris LattnerTighten up interface
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerAdd comments
2003-07-30 Chris LattnerAdd support for code fragments
2003-07-30 Chris LattnerInitial support for the 'code' type.
2003-07-30 Misha BrukmanIgnore intrinsic functions -- don't mangle their names...
2003-07-30 Chris LattnerWe no longer need to preprocess SparcV9.td before sendi...
2003-07-30 Chris LattnerMove err() to the lexer, implement file inclusion capab...
2003-07-30 Chris LattnerAdd test of file inclusion capability for bugpoint
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Chris LattnerMinor reorganization, move ParseFile to the lexer
2003-07-30 Chris LattnerMake tablegen take an input filename to parse if one...
2003-07-30 Chris LattnerInitial tests for tblgen
2003-07-30 Chris LattnerDirectly support C style comments in tblgen, but allow...
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Misha BrukmanUse a vector<char*> instead of char*[] so that we can...
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
next