aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-133-27/+27
* Fix buggy error message problemChris Lattner2004-02-131-2/+3
* Ooops, top-level C++-comments aren't recognized by flex.Misha Brukman2004-02-121-2/+2
* * Convert C comments to C++ style (why are some one way, some another?!)Misha Brukman2004-02-121-30/+14
* Print the record NAME not the record ADDRESSChris Lattner2004-02-061-1/+1
* Fix a couple of places I noticed where "X86" was hard-coded.Brian Gaeke2004-01-241-2/+2
* Stop laughing MishaChris Lattner2003-12-111-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1119-14/+121
* Added LLVM copyright notice.John Criswell2003-10-212-0/+14
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM copyright header.John Criswell2003-10-2017-0/+119
* Removed the .PRECIOUS of Lex and Yacc output files.John Criswell2003-10-161-2/+0
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke2003-10-102-2/+2
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-082-4/+10
* Move support/tools/* back into utilsChris Lattner2003-10-051-1/+1
* Updated Makefiles to reflect new location in llvm/support/tools.John Criswell2003-09-291-1/+1
* Squelch warningChris Lattner2003-09-221-0/+1
* Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman2003-09-171-1/+1
* Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell2003-09-091-1/+1
* Fixed spelling of `intentionally'.Misha Brukman2003-09-071-3/+3
* Remove unneeded #includeChris Lattner2003-09-071-1/+0
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-272-5/+42
* Fix warning on sparc buildChris Lattner2003-08-211-0/+1
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-201-0/+2
* X86.td has been moved out of this directory; these are outdated targets.Misha Brukman2003-08-191-18/+0
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Ignore dummy register classesChris Lattner2003-08-151-1/+9
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-151-2/+3
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-141-0/+1
* Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman2003-08-132-0/+2
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-121-4/+10
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-122-7/+18
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-122-4/+4
* Add support for a bool argtyChris Lattner2003-08-122-2/+8
* It is not an error if a rule does not match, it's just a failed match!Chris Lattner2003-08-111-2/+3
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-112-11/+42
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-112-0/+6
* Add support for the Arg1 argument typeChris Lattner2003-08-112-3/+15
* Don't forget to initializer result field to 0!Chris Lattner2003-08-111-1/+1
* Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman2003-08-111-2/+2
* Add full support for code generating expanders!Chris Lattner2003-08-102-35/+177
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-102-13/+34
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-104-17/+45
* Recognize $foo as a variableChris Lattner2003-08-102-1/+3
* Implement real code emission, at least for Instruction patterns,Chris Lattner2003-08-101-8/+81
* First cut at emitting the reducer. This reducer just prints out the patternsChris Lattner2003-08-101-1/+69
* Finish the matcher!Chris Lattner2003-08-102-37/+69
* Add new functionChris Lattner2003-08-104-0/+38
* This implements a large amount of the matcher, in fact, all of it except for ...Chris Lattner2003-08-082-49/+379