| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix handling of 'free' if it has absolutely no prototype | Chris Lattner | 2003-08-11 | 1 | -0/+7 |
| * | Include the new selection library for the X86 target | Chris Lattner | 2003-08-11 | 3 | -2/+3 |
| * | Add support for a pattern matching instruction selector. This is still in | Chris Lattner | 2003-08-11 | 5 | -12/+260 |
| * | Build the SelectionDAG library | Chris Lattner | 2003-08-11 | 1 | -1/+1 |
| * | Initial checkin of SelectionDAG implementation. This is still rough and | Chris Lattner | 2003-08-11 | 3 | -0/+332 |
| * | Initial checkin of SelectionDAG header file | Chris Lattner | 2003-08-11 | 1 | -0/+334 |
| * | Add full support for code generating expanders! | Chris Lattner | 2003-08-10 | 4 | -70/+354 |
| * | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner | 2003-08-10 | 4 | -26/+68 |
| * | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 8 | -34/+90 |
| * | Recognize $foo as a variable | Chris Lattner | 2003-08-10 | 4 | -2/+6 |
| * | New testcase | Chris Lattner | 2003-08-10 | 1 | -0/+17 |
| * | Implement real code emission, at least for Instruction patterns, | Chris Lattner | 2003-08-10 | 2 | -16/+162 |
| * | First cut at emitting the reducer. This reducer just prints out the patterns | Chris Lattner | 2003-08-10 | 2 | -2/+138 |
| * | Make imm be a leaf instead of a nonterminal | Chris Lattner | 2003-08-10 | 1 | -2/+2 |
| * | Finish the matcher! | Chris Lattner | 2003-08-10 | 4 | -74/+138 |
| * | Add new function | Chris Lattner | 2003-08-10 | 6 | -0/+57 |
| * | Removed information on the Pool Allocator as it is no longer available. | John Criswell | 2003-08-08 | 1 | -3/+2 |
| * | Added a FAQ about how to clean the directory if it fails to build after an | John Criswell | 2003-08-08 | 1 | -0/+13 |
| * | Updated for the 1.1 pre-release. | John Criswell | 2003-08-08 | 1 | -2/+23 |
| * | This implements a large amount of the matcher, in fact, all of it except for ... | Chris Lattner | 2003-08-08 | 4 | -98/+758 |
| * | Emit the first half of the instruction selector. | Chris Lattner | 2003-08-08 | 4 | -8/+372 |
| * | Chomped spurious blank lines. | Misha Brukman | 2003-08-08 | 2 | -4/+0 |
| * | Finish implementation of nonterminal instantiation. | Chris Lattner | 2003-08-07 | 4 | -42/+316 |
| * | Add new method to get a value type as a string | Chris Lattner | 2003-08-07 | 6 | -45/+60 |
| * | * Fix <>'s in code to be <>'s | Chris Lattner | 2003-08-07 | 1 | -26/+54 |
| * | File-related functions moved to FileUtilities.h . | Misha Brukman | 2003-08-07 | 5 | -5/+5 |
| * | close() requires "unistd.h" . | Misha Brukman | 2003-08-07 | 2 | -0/+2 |
| * | Doxygen-ify the comments by using '///' instead of '//'. | Misha Brukman | 2003-08-07 | 2 | -10/+10 |
| * | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman | 2003-08-07 | 4 | -24/+28 |
| * | Completely remove mention of the correlated branch elimination pass. It has | Chris Lattner | 2003-08-07 | 1 | -2/+0 |
| * | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman | 2003-08-07 | 8 | -92/+92 |
| * | * The possessive third-person singular has no apostrophe (its) | Misha Brukman | 2003-08-07 | 1 | -8/+9 |
| * | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman | 2003-08-07 | 9 | -25/+25 |
| * | Fixed path for SystemUtils.h and a few code cleanups. | Misha Brukman | 2003-08-07 | 1 | -7/+5 |
| * | Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. | Misha Brukman | 2003-08-07 | 7 | -243/+5 |
| * | Implement type-inference/checking for non-terminal references | Chris Lattner | 2003-08-07 | 4 | -36/+106 |
| * | Rename all of the "Process" methods to be "read" methods, start the Instantia... | Chris Lattner | 2003-08-07 | 4 | -84/+98 |
| * | Add support for "cast" nodes, which are required when there is not enough inf... | Chris Lattner | 2003-08-07 | 2 | -2/+48 |
| * | Use the new version of isSubClassOf | Chris Lattner | 2003-08-07 | 2 | -24/+22 |
| * | Add and use a new method | Chris Lattner | 2003-08-07 | 4 | -4/+16 |
| * | Cleanup and reorganize code, no functional changes | Chris Lattner | 2003-08-07 | 4 | -166/+202 |
| * | Read in expanders too | Chris Lattner | 2003-08-07 | 4 | -8/+46 |
| * | Continued evolution of the selector emitter: Represent instruction patterns | Chris Lattner | 2003-08-07 | 4 | -128/+378 |
| * | Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: | Misha Brukman | 2003-08-07 | 1 | -4/+18 |
| * | Fix assertion in MachineInstr::substituteValue(). | Vikram S. Adve | 2003-08-07 | 1 | -2/+2 |
| * | Fix sanity-checking in 'maskUnsigned' code to be more precise: | Vikram S. Adve | 2003-08-07 | 1 | -2/+12 |
| * | Fixed a segfault in gccld. | John Criswell | 2003-08-07 | 1 | -2/+4 |
| * | Update tablegen interfaces | Chris Lattner | 2003-08-07 | 1 | -37/+53 |
| * | Finish implementation of the type inference engine. | Chris Lattner | 2003-08-07 | 4 | -16/+72 |
| * | Allow clients to get at the pointer type | Chris Lattner | 2003-08-07 | 3 | -0/+6 |