Remove fixme
[oota-llvm.git] / utils /
2003-08-18 Chris LattnerRemove fixme
2003-08-18 Chris LattnerAdd the magic incantations to get a running LOC graph...
2003-08-18 Chris LattnerAdd in the running LOC chart
2003-08-18 Chris LattnerWrap line at 80 columns
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-18 Chris LattnerFix minor bugs in the tester
2003-08-18 Chris Lattner* Split the programs table into MultiSource and SingleS...
2003-08-18 Chris LattnerThe CBE output is compiled at -O2
2003-08-18 Chris LattnerAdd docs for new column, native tests now run with -O2
2003-08-17 Chris LattnerMake the check for a failed test run more robust!!
2003-08-15 Misha Brukman* Match the column names in the report
2003-08-15 Chris LattnerDocument new column, remove X86 specific stuff
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-14 Misha Brukman* Enable SPEC testing in the `configure' script command...
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 LattnerMake LOC count more accurate by not including the table...
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 Misha BrukmanAdded keyword `include', and a FIXME for hex and binary...
2003-08-11 Misha Brukman* Added (X)Emacs mode for TableGen description files
2003-08-11 Misha Brukmantablegen.vim:
2003-08-11 Chris LattnerAdd .llx
2003-08-11 Misha BrukmanAdded a TableGen syntax highlighting mode for VIM and...
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 LattnerSort the file lists
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
next