| Commit message (Expand) | Author | Age | Files | Lines |
* | Squelch warning | Chris Lattner | 2003-09-22 | 1 | -0/+1 |
* | In ExecWait(), made the child process exit if it can't execve() the new | John Criswell | 2003-09-17 | 1 | -13/+23 |
* | Do not put DEBUG() guard around error condition; this must *always* be printed. | Misha Brukman | 2003-09-17 | 1 | -1/+1 |
* | Fix the flag on `rm' to properly do a recursive deletion. | Misha Brukman | 2003-09-17 | 1 | -1/+1 |
* | Added the ExecWait() function. It executes a program with the specified | John Criswell | 2003-09-17 | 1 | -0/+98 |
* | Add missing apostrophe. It's been bugging me for years. | Brian Gaeke | 2003-09-16 | 1 | -1/+1 |
* | Fixed spelling & grammar. | Misha Brukman | 2003-09-16 | 4 | -4/+4 |
* | Updated to find source files using VPATH. This makes writing build rules | John Criswell | 2003-09-09 | 1 | -7/+5 |
* | Updated the log of changes (as required by the Burg copyright) to give an | John Criswell | 2003-09-09 | 1 | -0/+8 |
* | 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 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 1 | -4/+6 |
* | Added the MakeFileReadable() method. | John Criswell | 2003-09-02 | 1 | -0/+54 |
* | Added a description of the algorithm. | John Criswell | 2003-09-02 | 1 | -7/+14 |
* | Added the MakeFileExecutable() method. This method takes a filename and | John Criswell | 2003-09-02 | 1 | -0/+50 |
* | Added an option to TableGen that allows users to specify a directory in which | John Criswell | 2003-08-27 | 2 | -5/+42 |
* | Mangle ALL letters that we do not allow, not just a few. | Chris Lattner | 2003-08-24 | 1 | -14/+26 |
* | Ignore more | Chris Lattner | 2003-08-23 | 1 | -0/+2 |
* | Initial checkin of ValueHolder helper | Chris Lattner | 2003-08-23 | 1 | -0/+16 |
* | Only use :: rules for #included files | Chris Lattner | 2003-08-21 | 1 | -1/+1 |
* | 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 |
* | lib/Support/CommandLine.cpp: | Brian Gaeke | 2003-08-15 | 1 | -46/+51 |
* | 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 |
* | Add support for reading command line arguments from an environment variable. | Brian Gaeke | 2003-08-14 | 1 | -0/+74 |
* | 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 | 1 | -0/+1 |
* | This file uses stable_sort | Chris Lattner | 2003-08-13 | 1 | -0/+1 |
* | Reenable optimized build | Chris Lattner | 2003-08-12 | 1 | -0/+4 |
* | 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 |
* | Add support to the mangler for targets which require _'s on global symbols | Chris Lattner | 2003-08-11 | 1 | -3/+5 |
* | 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 |