aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2003-10-21Added LLVM copyright notice.John Criswell
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20Added LLVM copyright header.John Criswell
2003-10-16Removed the .PRECIOUS of Lex and Yacc output files.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-10This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke
2003-10-08Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos
2003-10-05Move support/tools/* back into utilsChris Lattner
2003-09-29Updated Makefiles to reflect new location in llvm/support/tools.John Criswell
2003-09-22Squelch warningChris Lattner
2003-09-17Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman
2003-09-09Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell
2003-09-07Fixed spelling of `intentionally'.Misha Brukman
2003-09-07Remove unneeded #includeChris Lattner
2003-08-27Added an option to TableGen that allows users to specify a directory in whichJohn Criswell
2003-08-21Fix warning on sparc buildChris Lattner
2003-08-20Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell
2003-08-19X86.td has been moved out of this directory; these are outdated targets.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-15Ignore dummy register classesChris Lattner
2003-08-15Add support for nodes with void arguments, like chain nodesChris Lattner
2003-08-14Using `std::remove' requires `cstdio.h'.Misha Brukman
2003-08-13Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman
2003-08-12Fix emission of instructions that directly reference MBBsChris Lattner
2003-08-12Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner
2003-08-12Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner
2003-08-12Add support for a bool argtyChris Lattner
2003-08-11It is not an error if a rule does not match, it's just a failed match!Chris Lattner
2003-08-11Add support for frameidx and literal immediates for instructionsChris Lattner
2003-08-11Add support for naming the destination of a "set" in a patternChris Lattner
2003-08-11Add support for the Arg1 argument typeChris Lattner
2003-08-11Don't forget to initializer result field to 0!Chris Lattner
2003-08-11Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman
2003-08-10Add full support for code generating expanders!Chris Lattner
2003-08-10Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner
2003-08-10Implement correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-10Recognize $foo as a variableChris Lattner
2003-08-10Implement real code emission, at least for Instruction patterns,Chris Lattner
2003-08-10First cut at emitting the reducer. This reducer just prints out the patternsChris Lattner
2003-08-10Finish the matcher!Chris Lattner
2003-08-10Add new functionChris Lattner
2003-08-08This implements a large amount of the matcher, in fact, all of it except for ...Chris Lattner
2003-08-08Emit the first half of the instruction selector.Chris Lattner
2003-08-07Finish implementation of nonterminal instantiation.Chris Lattner
2003-08-07Add new method to get a value type as a stringChris Lattner
2003-08-07Implement type-inference/checking for non-terminal referencesChris Lattner
2003-08-07Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner
2003-08-07Add support for "cast" nodes, which are required when there is not enough inf...Chris Lattner
2003-08-07Use the new version of isSubClassOfChris Lattner
2003-08-07Add and use a new methodChris Lattner