| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new label | Chris Lattner | 2003-08-23 | 1 | -3/+4 |
* | Only use :: rules for #included files | Chris Lattner | 2003-08-21 | 1 | -1/+1 |
* | Make build errors stand out by coloring them red. | Misha Brukman | 2003-08-21 | 1 | -3/+2 |
* | Fix warning on sparc build | Chris Lattner | 2003-08-21 | 1 | -0/+1 |
* | Start testing SPEC as well as singlesource/multisource | Chris Lattner | 2003-08-21 | 3 | -4/+17 |
* | Added #include <cassert>. In GCC 3.3, we don't get assert() through the other | John Criswell | 2003-08-20 | 1 | -0/+2 |
* | Catch testing errors | Chris Lattner | 2003-08-20 | 1 | -2/+2 |
* | Fix bug where we printed the month number instead of the day number *blush* | Chris Lattner | 2003-08-20 | 1 | -1/+1 |
* | Fix bugs in tester | Chris Lattner | 2003-08-19 | 1 | -16/+23 |
* | X86.td has been moved out of this directory; these are outdated targets. | Misha Brukman | 2003-08-19 | 1 | -18/+0 |
* | Since we broke up SingleSource and MultiSource testing, the logs are now | Misha Brukman | 2003-08-19 | 1 | -2/+4 |
* | Do not force a runtimelimit! We were actually reducing it. | Chris Lattner | 2003-08-19 | 1 | -4/+72 |
* | Increase the size of the LOC chart | Chris Lattner | 2003-08-19 | 2 | -2/+2 |
* | Remove fixme | Chris Lattner | 2003-08-18 | 1 | -1/+0 |
* | Add the magic incantations to get a running LOC graph updated each night... | Chris Lattner | 2003-08-18 | 2 | -5/+43 |
* | Add in the running LOC chart | Chris Lattner | 2003-08-18 | 1 | -0/+11 |
* | Wrap line at 80 columns | Chris Lattner | 2003-08-18 | 1 | -1/+2 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | Fix minor bugs in the tester | Chris Lattner | 2003-08-18 | 1 | -2/+2 |
* | * Split the programs table into MultiSource and SingleSource components | Chris Lattner | 2003-08-18 | 2 | -15/+49 |
* | The CBE output is compiled at -O2 | Chris Lattner | 2003-08-18 | 1 | -1/+1 |
* | Add docs for new column, native tests now run with -O2 | Chris Lattner | 2003-08-18 | 1 | -1/+3 |
* | Make the check for a failed test run more robust!! | Chris Lattner | 2003-08-17 | 1 | -1/+1 |
* | * Match the column names in the report | Misha Brukman | 2003-08-15 | 1 | -20/+25 |
* | Document new column, remove X86 specific stuff | Chris Lattner | 2003-08-15 | 1 | -1/+2 |
* | Ignore dummy register classes | Chris Lattner | 2003-08-15 | 1 | -1/+9 |
* | Add support for nodes with void arguments, like chain nodes | Chris Lattner | 2003-08-15 | 1 | -2/+3 |
* | Using `std::remove' requires `cstdio.h'. | Misha Brukman | 2003-08-14 | 1 | -0/+1 |
* | * Enable SPEC testing in the `configure' script command line | Misha Brukman | 2003-08-14 | 1 | -3/+3 |
* | Using std::string requires `#include <string>', says gcc-2.95.3. | Misha Brukman | 2003-08-13 | 2 | -0/+2 |
* | Fix emission of instructions that directly reference MBBs | Chris Lattner | 2003-08-12 | 1 | -4/+10 |
* | Make LOC count more accurate by not including the tablegen lexer/parser, any ... | Chris Lattner | 2003-08-12 | 1 | -1/+6 |
* | Add support for the Any type. Minor fixes and enhancements for BasicBlock op... | Chris Lattner | 2003-08-12 | 2 | -7/+18 |
* | Rename DNVT_bool to DNVT_i1 to be consistent with type system | Chris Lattner | 2003-08-12 | 2 | -4/+4 |
* | Add support for a bool argty | Chris Lattner | 2003-08-12 | 2 | -2/+8 |
* | It is not an error if a rule does not match, it's just a failed match! | Chris Lattner | 2003-08-11 | 1 | -2/+3 |
* | Add support for frameidx and literal immediates for instructions | Chris Lattner | 2003-08-11 | 2 | -11/+42 |
* | Add support for naming the destination of a "set" in a pattern | Chris Lattner | 2003-08-11 | 2 | -0/+6 |
* | Add support for the Arg1 argument type | Chris Lattner | 2003-08-11 | 2 | -3/+15 |
* | Added keyword `include', and a FIXME for hex and binary constants. | Misha Brukman | 2003-08-11 | 1 | -1/+2 |
* | * Added (X)Emacs mode for TableGen description files | Misha Brukman | 2003-08-11 | 3 | -1/+142 |
* | tablegen.vim: | Misha Brukman | 2003-08-11 | 2 | -4/+9 |
* | Add .llx | Chris Lattner | 2003-08-11 | 1 | -0/+1 |
* | Added a TableGen syntax highlighting mode for VIM and a README that describes | Misha Brukman | 2003-08-11 | 2 | -0/+68 |
* | Don't forget to initializer result field to 0! | Chris Lattner | 2003-08-11 | 1 | -1/+1 |
* | Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. | Misha Brukman | 2003-08-11 | 1 | -2/+2 |
* | Add full support for code generating expanders! | Chris Lattner | 2003-08-10 | 2 | -35/+177 |
* | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner | 2003-08-10 | 2 | -13/+34 |
* | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 4 | -17/+45 |
* | Recognize $foo as a variable | Chris Lattner | 2003-08-10 | 2 | -1/+3 |