Age | Commit message (Expand) | Author |
2003-10-21 | Added LLVM copyright notice. | John Criswell |
2003-10-20 | Added LLVM copyright to Makefiles. | John Criswell |
2003-10-20 | Added LLVM copyright header. | John Criswell |
2003-10-16 | Removed the .PRECIOUS of Lex and Yacc output files. | John Criswell |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-10-10 | This seems to work around some unobvious bug in gcc on sparc which was | Brian Gaeke |
2003-10-08 | Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs | Alkis Evlogimenos |
2003-10-05 | Move support/tools/* back into utils | Chris Lattner |
2003-09-29 | Updated Makefiles to reflect new location in llvm/support/tools. | John Criswell |
2003-09-22 | Squelch warning | Chris Lattner |
2003-09-17 | Do not put DEBUG() guard around error condition; this must *always* be printed. | Misha Brukman |
2003-09-09 | Modified the code so that we exit() with a non-zero value instead of calling | John Criswell |
2003-09-07 | Fixed spelling of `intentionally'. | Misha Brukman |
2003-09-07 | Remove unneeded #include | Chris Lattner |
2003-08-27 | Added an option to TableGen that allows users to specify a directory in which | John Criswell |
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 | 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-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 | 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 | 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 | 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 |