aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-041-0/+6
* Add initial support for a new 'dag' typeChris Lattner2003-08-041-0/+7
* Add new Record::getValueAsBit methodChris Lattner2003-08-031-0/+16
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-031-1/+5
* Fix bug: TableGen/BitsInitOverflow.tdChris Lattner2003-08-031-0/+9
* Changes to allow lists of any typeChris Lattner2003-08-031-7/+21
* Add new methodChris Lattner2003-08-021-0/+17
* add support for emitting register classesChris Lattner2003-08-011-0/+12
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-011-0/+30
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-011-9/+17
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-011-0/+17
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-011-7/+23
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-011-0/+20
* Allow passing lists through variablesChris Lattner2003-07-301-4/+12
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-301-1/+15
* Allow initializing variable initializers with variablesChris Lattner2003-07-281-0/+9
* Allow printing partially constructed bitsetsChris Lattner2002-12-061-1/+4
* Don't delete values that may still be referenced!Chris Lattner2002-12-061-2/+0
* Tighten up assertion checkingChris Lattner2002-12-061-5/+7
* Continue implementing field initializersChris Lattner2002-12-031-30/+40
* Continued support for field intitializersChris Lattner2002-12-021-8/+22
* Continued support for field initializerChris Lattner2002-12-021-11/+46
* * Move BitsInit::resolveReferences up with the rest of BitsInit codeChris Lattner2002-12-021-19/+25
* Initial checkin of TableGen utilityChris Lattner2002-12-021-0/+371