| Commit message (Expand) | Author | Age | Files | Lines |
* | exit(1) instead of abort()'ing on error | Chris Lattner | 2004-02-13 | 3 | -27/+27 |
* | Fix buggy error message problem | Chris Lattner | 2004-02-13 | 1 | -2/+3 |
* | Ooops, top-level C++-comments aren't recognized by flex. | Misha Brukman | 2004-02-12 | 1 | -2/+2 |
* | * Convert C comments to C++ style (why are some one way, some another?!) | Misha Brukman | 2004-02-12 | 1 | -30/+14 |
* | Print the record NAME not the record ADDRESS | Chris Lattner | 2004-02-06 | 1 | -1/+1 |
* | Fix a couple of places I noticed where "X86" was hard-coded. | Brian Gaeke | 2004-01-24 | 1 | -2/+2 |
* | Stop laughing Misha | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 19 | -14/+121 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 2 | -0/+14 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM copyright header. | John Criswell | 2003-10-20 | 17 | -0/+119 |
* | Removed the .PRECIOUS of Lex and Yacc output files. | John Criswell | 2003-10-16 | 1 | -2/+0 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | This seems to work around some unobvious bug in gcc on sparc which was | Brian Gaeke | 2003-10-10 | 2 | -2/+2 |
* | Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs | Alkis Evlogimenos | 2003-10-08 | 2 | -4/+10 |
* | Move support/tools/* back into utils | Chris Lattner | 2003-10-05 | 1 | -1/+1 |
* | Updated Makefiles to reflect new location in llvm/support/tools. | John Criswell | 2003-09-29 | 1 | -1/+1 |
* | Squelch warning | Chris Lattner | 2003-09-22 | 1 | -0/+1 |
* | Do not put DEBUG() guard around error condition; this must *always* be printed. | Misha Brukman | 2003-09-17 | 1 | -1/+1 |
* | Modified the code so that we exit() with a non-zero value instead of calling | John Criswell | 2003-09-09 | 1 | -1/+1 |
* | Fixed spelling of `intentionally'. | Misha Brukman | 2003-09-07 | 1 | -3/+3 |
* | Remove unneeded #include | Chris Lattner | 2003-09-07 | 1 | -1/+0 |
* | Added an option to TableGen that allows users to specify a directory in which | John Criswell | 2003-08-27 | 2 | -5/+42 |
* | Fix warning on sparc build | Chris Lattner | 2003-08-21 | 1 | -0/+1 |
* | Added #include <cassert>. In GCC 3.3, we don't get assert() through the other | John Criswell | 2003-08-20 | 1 | -0/+2 |
* | X86.td has been moved out of this directory; these are outdated targets. | Misha Brukman | 2003-08-19 | 1 | -18/+0 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Implement real code emission, at least for Instruction patterns, | Chris Lattner | 2003-08-10 | 1 | -8/+81 |
* | First cut at emitting the reducer. This reducer just prints out the patterns | Chris Lattner | 2003-08-10 | 1 | -1/+69 |
* | Finish the matcher! | Chris Lattner | 2003-08-10 | 2 | -37/+69 |
* | Add new function | Chris Lattner | 2003-08-10 | 4 | -0/+38 |
* | This implements a large amount of the matcher, in fact, all of it except for ... | Chris Lattner | 2003-08-08 | 2 | -49/+379 |