aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2004-06-21Handle shifts >= 32 bits.Misha Brukman
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-06-17Make header comment fit within 80 cols.Misha Brukman
2004-06-04Emit a more sensible error message if no subclasses of Target are defined.Misha Brukman
2004-05-27Add support for dos style files.Chris Lattner
2004-05-27Header file movedChris Lattner
2004-04-15The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman
2004-04-06Tablegen backend for really simple instruction selectorJakub Staszak
2004-04-06add tablgen backend for really simple instruction selectorJakub Staszak
2004-02-28Do not remove an active template argument even if the superclass had one of theChris Lattner
2004-02-28Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crashChris Lattner
2004-02-28Assert instead of going into an infinite loop!Chris Lattner
2004-02-13exit(1) instead of abort()'ing on errorChris Lattner
2004-02-13Fix buggy error message problemChris Lattner
2004-02-12Ooops, top-level C++-comments aren't recognized by flex.Misha Brukman
2004-02-12* Convert C comments to C++ style (why are some one way, some another?!)Misha Brukman
2004-02-06Print the record NAME not the record ADDRESSChris Lattner
2004-01-24Fix a couple of places I noticed where "X86" was hard-coded.Brian Gaeke
2003-12-11Stop laughing MishaChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
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