Initial checkin
[oota-llvm.git] / support / tools /
2003-08-21 Chris LattnerOnly use :: rules for #included files
2003-08-21 Chris LattnerFix warning on sparc build
2003-08-20 John CriswellAdded #include <cassert>. In GCC 3.3, we don't get...
2003-08-19 Misha BrukmanX86.td has been moved out of this directory; these...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Chris LattnerIgnore dummy register classes
2003-08-15 Chris LattnerAdd support for nodes with void arguments, like chain...
2003-08-14 Misha BrukmanUsing `std::remove' requires `cstdio.h'.
2003-08-13 Misha BrukmanUsing std::string requires `#include <string>', says...
2003-08-12 Chris LattnerFix emission of instructions that directly reference...
2003-08-12 Chris LattnerAdd support for the Any type. Minor fixes and enhancem...
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for a bool argty
2003-08-11 Chris LattnerIt is not an error if a rule does not match, it's just...
2003-08-11 Chris LattnerAdd support for frameidx and literal immediates for...
2003-08-11 Chris LattnerAdd support for naming the destination of a "set" in...
2003-08-11 Chris LattnerAdd support for the Arg1 argument type
2003-08-11 Chris LattnerDon't forget to initializer result field to 0!
2003-08-11 Misha BrukmanPut printouts of acquired patterns under the DEBUG...
2003-08-10 Chris LattnerAdd full support for code generating expanders!
2003-08-10 Chris LattnerImplement autopromotion of leaf trees from arguments...
2003-08-10 Chris LattnerImplement correct parsing, representation, and printing...
2003-08-10 Chris LattnerRecognize $foo as a variable
2003-08-10 Chris LattnerImplement real code emission, at least for Instruction...
2003-08-10 Chris LattnerFirst cut at emitting the reducer. This reducer just...
2003-08-10 Chris LattnerFinish the matcher!
2003-08-10 Chris LattnerAdd new function
2003-08-08 Chris LattnerThis implements a large amount of the matcher, in fact...
2003-08-08 Chris LattnerEmit the first half of the instruction selector.
2003-08-07 Chris LattnerFinish implementation of nonterminal instantiation.
2003-08-07 Chris LattnerAdd new method to get a value type as a string
2003-08-07 Chris LattnerImplement type-inference/checking for non-terminal...
2003-08-07 Chris LattnerRename all of the "Process" methods to be "read" method...
2003-08-07 Chris LattnerAdd support for "cast" nodes, which are required when...
2003-08-07 Chris LattnerUse the new version of isSubClassOf
2003-08-07 Chris LattnerAdd and use a new method
2003-08-07 Chris LattnerCleanup and reorganize code, no functional changes
2003-08-07 Chris LattnerRead in expanders too
2003-08-07 Chris LattnerContinued evolution of the selector emitter: Represent...
2003-08-07 Chris LattnerFinish implementation of the type inference engine.
2003-08-07 Chris LattnerAllow clients to get at the pointer type
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-07 Chris LattnerInitial checkin of tree pattern parser and type inferen...
2003-08-07 Chris LattnerEliminate now-dead method
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
2003-08-07 Chris LattnerInitial checkin of useful wrappers around the Target...
2003-08-06 Chris LattnerIck, add the RIGHT accessor
2003-08-06 Chris LattnerAdd accessor
2003-08-06 Chris LattnerThere is something wrong with code that looks like:
2003-08-06 Chris LattnerExport the register classes so that the instruction...
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Chris LattnerAdd error checking code to the node type parser. Start...
2003-08-06 Chris LattnerInitial support for an instruction selector emitter
2003-08-06 Chris LattnerAll good classes with virtual functions should have...
2003-08-06 Chris LattnerAdd an instruction selector emitter skeleton
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-06 Chris LattnerAdd more helper methods
2003-08-06 Chris LattnerNew common interface for backends to use
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
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-04 Chris LattnerParse DAG patterns
2003-08-04 Chris Lattneradd support for DagInit initializers, which represent...
2003-08-04 Chris LattnerUpdate file header comment
2003-08-04 Chris LattnerTransition complete, remove the obsolete 'set' keyword
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 LattnerAdd initial support for a new 'dag' type
2003-08-03 Chris LattnerAllow registers to specify a custom name
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 LattnerFix bug: TableGen/IntBitInit.td
2003-08-03 Chris LattnerFix bug: TableGen/BitsInitOverflow.td
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 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 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-02 Chris LattnerAdd new method
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerTablegen should only replace the output if it changes
2003-08-01 Chris LattnerMake sure to delete the output file if there is an...
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 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...
next