aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
AgeCommit message (Expand)Author
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