aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Make build errors stand out by coloring them red.Misha Brukman2003-08-211-3/+2
* Fix warning on sparc buildChris Lattner2003-08-211-0/+1
* Start testing SPEC as well as singlesource/multisourceChris Lattner2003-08-213-4/+17
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-201-0/+2
* Catch testing errorsChris Lattner2003-08-201-2/+2
* Fix bug where we printed the month number instead of the day number *blush*Chris Lattner2003-08-201-1/+1
* Fix bugs in testerChris Lattner2003-08-191-16/+23
* X86.td has been moved out of this directory; these are outdated targets.Misha Brukman2003-08-191-18/+0
* Since we broke up SingleSource and MultiSource testing, the logs are nowMisha Brukman2003-08-191-2/+4
* Do not force a runtimelimit! We were actually reducing it.Chris Lattner2003-08-191-4/+72
* Increase the size of the LOC chartChris Lattner2003-08-192-2/+2
* Remove fixmeChris Lattner2003-08-181-1/+0
* Add the magic incantations to get a running LOC graph updated each night...Chris Lattner2003-08-182-5/+43
* Add in the running LOC chartChris Lattner2003-08-181-0/+11
* Wrap line at 80 columnsChris Lattner2003-08-181-1/+2
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Fix minor bugs in the testerChris Lattner2003-08-181-2/+2
* * Split the programs table into MultiSource and SingleSource componentsChris Lattner2003-08-182-15/+49
* The CBE output is compiled at -O2Chris Lattner2003-08-181-1/+1
* Add docs for new column, native tests now run with -O2Chris Lattner2003-08-181-1/+3
* Make the check for a failed test run more robust!!Chris Lattner2003-08-171-1/+1
* * Match the column names in the reportMisha Brukman2003-08-151-20/+25
* Document new column, remove X86 specific stuffChris Lattner2003-08-151-1/+2
* Ignore dummy register classesChris Lattner2003-08-151-1/+9
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-151-2/+3
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-141-0/+1
* * Enable SPEC testing in the `configure' script command lineMisha Brukman2003-08-141-3/+3
* Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman2003-08-132-0/+2
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-121-4/+10
* Make LOC count more accurate by not including the tablegen lexer/parser, any ...Chris Lattner2003-08-121-1/+6
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-122-7/+18
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-122-4/+4
* Add support for a bool argtyChris Lattner2003-08-122-2/+8
* It is not an error if a rule does not match, it's just a failed match!Chris Lattner2003-08-111-2/+3
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-112-11/+42
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-112-0/+6
* Add support for the Arg1 argument typeChris Lattner2003-08-112-3/+15
* Added keyword `include', and a FIXME for hex and binary constants.Misha Brukman2003-08-111-1/+2
* * Added (X)Emacs mode for TableGen description filesMisha Brukman2003-08-113-1/+142
* tablegen.vim:Misha Brukman2003-08-112-4/+9
* Add .llxChris Lattner2003-08-111-0/+1
* Added a TableGen syntax highlighting mode for VIM and a README that describesMisha Brukman2003-08-112-0/+68
* Don't forget to initializer result field to 0!Chris Lattner2003-08-111-1/+1
* Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman2003-08-111-2/+2
* Add full support for code generating expanders!Chris Lattner2003-08-102-35/+177
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-102-13/+34
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-104-17/+45
* Recognize $foo as a variableChris Lattner2003-08-102-1/+3
* Implement real code emission, at least for Instruction patterns,Chris Lattner2003-08-101-8/+81
* First cut at emitting the reducer. This reducer just prints out the patternsChris Lattner2003-08-101-1/+69