Age | Commit message (Expand) | Author |
2003-08-21 | Only use :: rules for #included files | Chris Lattner |
2003-08-21 | Fix warning on sparc build | Chris Lattner |
2003-08-20 | Added #include <cassert>. In GCC 3.3, we don't get assert() through the other | John Criswell |
2003-08-19 | X86.td has been moved out of this directory; these are outdated targets. | Misha Brukman |
2003-08-18 | Spell `necessary' correctly. | Misha Brukman |
2003-08-15 | lib/Support/CommandLine.cpp: | Brian Gaeke |
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 | Add support for reading command line arguments from an environment variable. | Brian Gaeke |
2003-08-14 | Using `std::remove' requires `cstdio.h'. | Misha Brukman |
2003-08-13 | Using std::string requires `#include <string>', says gcc-2.95.3. | Misha Brukman |
2003-08-13 | This file uses stable_sort | Chris Lattner |
2003-08-12 | Reenable optimized build | Chris Lattner |
2003-08-12 | Fix emission of instructions that directly reference MBBs | 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 | Add support to the mangler for targets which require _'s on global symbols | Chris Lattner |
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 |
2003-08-10 | Recognize $foo as a variable | Chris Lattner |
2003-08-10 | Implement real code emission, at least for Instruction patterns, | Chris Lattner |
2003-08-10 | First cut at emitting the reducer. This reducer just prints out the patterns | Chris Lattner |
2003-08-10 | Finish the matcher! | Chris Lattner |
2003-08-10 | Add new function | Chris Lattner |
2003-08-08 | This implements a large amount of the matcher, in fact, all of it except for ... | Chris Lattner |
2003-08-08 | Emit the first half of the instruction selector. | Chris Lattner |
2003-08-07 | Finish implementation of nonterminal instantiation. | Chris Lattner |
2003-08-07 | Add new method to get a value type as a string | Chris Lattner |
2003-08-07 | close() requires "unistd.h" . | Misha Brukman |
2003-08-07 | Doxygen-ify the comments by using '///' instead of '//'. | Misha Brukman |
2003-08-07 | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman |
2003-08-07 | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman |
2003-08-07 | Implement type-inference/checking for non-terminal references | Chris Lattner |
2003-08-07 | Rename all of the "Process" methods to be "read" methods, start the Instantia... | Chris Lattner |
2003-08-07 | Add support for "cast" nodes, which are required when there is not enough inf... | Chris Lattner |
2003-08-07 | Use the new version of isSubClassOf | Chris Lattner |
2003-08-07 | Add and use a new method | Chris Lattner |
2003-08-07 | Cleanup and reorganize code, no functional changes | Chris Lattner |
2003-08-07 | Read in expanders too | Chris Lattner |
2003-08-07 | Continued evolution of the selector emitter: Represent instruction patterns | Chris Lattner |
2003-08-07 | Finish implementation of the type inference engine. | Chris Lattner |
2003-08-07 | Allow clients to get at the pointer type | Chris Lattner |