aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
AgeCommit message (Expand)Author
2005-10-28Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner
2005-10-28Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey
2005-09-13Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner
2005-08-19Add a setName method to Record.Chris Lattner
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-19fix bogus warningChris Lattner
2005-04-19Major change to tblgen: instead of resolving values every time a class isChris Lattner
2005-04-19implementing shifting of literal integersChris Lattner
2004-11-05Quiet VC++ warningsChris Lattner
2004-10-08Properly `quote' names, and don't forget to add the ending quote!Misha Brukman
2004-09-30#include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman
2004-08-01Finegrainify namespacificationChris Lattner
2004-07-27Implement test/Regression/TableGen/ListSlices.tdChris Lattner
2004-07-26Add initial support for list slices. This currently allows you to do stuffChris Lattner
2004-06-21Handle shifts >= 32 bits.Misha Brukman
2004-02-28Assert instead of going into an infinite loop!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
2003-08-10Implement correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-07Add new method getVAlueAsDagChris Lattner
2003-08-06There is something wrong with code that looks like:Chris Lattner
2003-08-04add support for DagInit initializers, which represent DAG patternsChris Lattner
2003-08-04It appears that somehow we forgot to add support for code variables.Chris Lattner
2003-08-04Add initial support for a new 'dag' typeChris Lattner
2003-08-03Add new Record::getValueAsBit methodChris Lattner
2003-08-03Fix bug: TableGen/IntBitInit.tdChris Lattner
2003-08-03Fix bug: TableGen/BitsInitOverflow.tdChris Lattner
2003-08-03Changes to allow lists of any typeChris Lattner
2003-08-02Add new methodChris Lattner
2003-08-01add support for emitting register classesChris Lattner
2003-08-01Add new getValueAsListInit and getValueAsInt methodsChris Lattner
2003-08-01Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner
2003-08-01Add new getValueAsBitsInit 'high-level' methodChris Lattner
2003-08-01Switch over to an exception handling model for "high-level" requests.Chris Lattner
2003-08-01Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner
2003-07-30Allow passing lists through variablesChris Lattner
2003-07-30Implement resolution of variables to the value of the variable once it gets a...Chris Lattner
2003-07-28Allow initializing variable initializers with variablesChris Lattner
2002-12-06Allow printing partially constructed bitsetsChris Lattner
2002-12-06Don't delete values that may still be referenced!Chris Lattner
2002-12-06Tighten up assertion checkingChris Lattner
2002-12-03Continue implementing field initializersChris Lattner
2002-12-02Continued support for field intitializersChris Lattner
2002-12-02Continued support for field initializerChris Lattner
2002-12-02* Move BitsInit::resolveReferences up with the rest of BitsInit codeChris Lattner
2002-12-02Initial checkin of TableGen utilityChris Lattner