summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-27
* Add new labelChris Lattner2003-08-23
* Only use :: rules for #included filesChris Lattner2003-08-21
* Make build errors stand out by coloring them red.Misha Brukman2003-08-21
* Fix warning on sparc buildChris Lattner2003-08-21
* Start testing SPEC as well as singlesource/multisourceChris Lattner2003-08-21
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-20
* Catch testing errorsChris Lattner2003-08-20
* Fix bug where we printed the month number instead of the day number *blush*Chris Lattner2003-08-20
* Fix bugs in testerChris Lattner2003-08-19
* X86.td has been moved out of this directory; these are outdated targets.Misha Brukman2003-08-19
* Since we broke up SingleSource and MultiSource testing, the logs are nowMisha Brukman2003-08-19
* Do not force a runtimelimit! We were actually reducing it.Chris Lattner2003-08-19
* Increase the size of the LOC chartChris Lattner2003-08-19
* Remove fixmeChris Lattner2003-08-18
* Add the magic incantations to get a running LOC graph updated each night...Chris Lattner2003-08-18
* Add in the running LOC chartChris Lattner2003-08-18
* Wrap line at 80 columnsChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Fix minor bugs in the testerChris Lattner2003-08-18
* * Split the programs table into MultiSource and SingleSource componentsChris Lattner2003-08-18
* The CBE output is compiled at -O2Chris Lattner2003-08-18
* Add docs for new column, native tests now run with -O2Chris Lattner2003-08-18
* Make the check for a failed test run more robust!!Chris Lattner2003-08-17
* * Match the column names in the reportMisha Brukman2003-08-15
* Document new column, remove X86 specific stuffChris Lattner2003-08-15
* Ignore dummy register classesChris Lattner2003-08-15
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-15
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-14
* * Enable SPEC testing in the `configure' script command lineMisha Brukman2003-08-14
* Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman2003-08-13
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-12
* Make LOC count more accurate by not including the tablegen lexer/parser, any ...Chris Lattner2003-08-12
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-12
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-12
* Add support for a bool argtyChris Lattner2003-08-12
* It is not an error if a rule does not match, it's just a failed match!Chris Lattner2003-08-11
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-11
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-11
* Add support for the Arg1 argument typeChris Lattner2003-08-11
* Added keyword `include', and a FIXME for hex and binary constants.Misha Brukman2003-08-11
* * Added (X)Emacs mode for TableGen description filesMisha Brukman2003-08-11
* tablegen.vim:Misha Brukman2003-08-11
* Add .llxChris Lattner2003-08-11
* Added a TableGen syntax highlighting mode for VIM and a README that describesMisha Brukman2003-08-11
* Don't forget to initializer result field to 0!Chris Lattner2003-08-11
* Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman2003-08-11
* Add full support for code generating expanders!Chris Lattner2003-08-10
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-10
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-10