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