summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Add support for dos style files.Chris Lattner2004-05-27
* Header file movedChris Lattner2004-05-27
* The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman2004-04-15
* Tablegen backend for really simple instruction selectorJakub Staszak2004-04-06
* add tablgen backend for really simple instruction selectorJakub Staszak2004-04-06
* Do not remove an active template argument even if the superclass had one of theChris Lattner2004-02-28
* Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crashChris Lattner2004-02-28
* Assert instead of going into an infinite loop!Chris Lattner2004-02-28
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-13
* Fix buggy error message problemChris Lattner2004-02-13
* Ooops, top-level C++-comments aren't recognized by flex.Misha Brukman2004-02-12
* * Convert C comments to C++ style (why are some one way, some another?!)Misha Brukman2004-02-12
* Print the record NAME not the record ADDRESSChris Lattner2004-02-06
* Fix a couple of places I noticed where "X86" was hard-coded.Brian Gaeke2004-01-24
* Stop laughing MishaChris Lattner2003-12-11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright notice.John Criswell2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Added LLVM copyright header.John Criswell2003-10-20
* Removed the .PRECIOUS of Lex and Yacc output files.John Criswell2003-10-16
* Regularize header file commentsChris Lattner2003-10-13
* This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke2003-10-10
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-08
* Move support/tools/* back into utilsChris Lattner2003-10-05
* Updated Makefiles to reflect new location in llvm/support/tools.John Criswell2003-09-29
* Squelch warningChris Lattner2003-09-22
* Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman2003-09-17
* Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell2003-09-09
* Fixed spelling of `intentionally'.Misha Brukman2003-09-07
* Remove unneeded #includeChris Lattner2003-09-07
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-27
* Fix warning on sparc buildChris Lattner2003-08-21
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-20
* X86.td has been moved out of this directory; these are outdated targets.Misha Brukman2003-08-19
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Ignore dummy register classesChris Lattner2003-08-15
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-15
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-14
* Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman2003-08-13
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-12
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-12
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-12
* Add support for a bool argtyChris Lattner2003-08-12
* It is not an error if a rule does not match, it's just a failed match!Chris Lattner2003-08-11
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-11
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-11
* Add support for the Arg1 argument typeChris Lattner2003-08-11
* Don't forget to initializer result field to 0!Chris Lattner2003-08-11
* Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman2003-08-11
* Add full support for code generating expanders!Chris Lattner2003-08-10