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