aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-101-0/+5
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-101-3/+19
* Add and use a new methodChris Lattner2003-08-071-0/+7
* Add new method getVAlueAsDagChris Lattner2003-08-071-0/+6
* Ick, add the RIGHT accessorChris Lattner2003-08-061-1/+1
* Add accessorChris Lattner2003-08-061-0/+1
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-041-1/+23
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-041-0/+1
* Add initial support for a new 'dag' typeChris Lattner2003-08-041-0/+17
* Add new Record::getValueAsBit methodChris Lattner2003-08-031-0/+6
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-031-0/+1
* Changes to allow lists of any typeChris Lattner2003-08-031-16/+90
* Add new methodChris Lattner2003-08-021-0/+6
* add support for emitting register classesChris Lattner2003-08-011-0/+7
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-011-0/+11
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-011-0/+2
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-011-0/+6
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-011-3/+16
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-011-0/+10
* Add file commentChris Lattner2003-07-311-0/+2
* Add support for code fragmentsChris Lattner2003-07-301-0/+17
* Initial support for the 'code' type.Chris Lattner2003-07-301-0/+9
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-301-0/+10
* Allow passing lists through variablesChris Lattner2003-07-301-1/+7
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-301-0/+7
* Allow initializing variable initializers with variablesChris Lattner2003-07-281-1/+2
* Use C++ headers, not C headersChris Lattner2003-07-251-1/+1
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Tighten up assertion checkingChris Lattner2002-12-061-0/+1
* Continue implementing field initializersChris Lattner2002-12-031-0/+12
* Continued support for field intitializersChris Lattner2002-12-021-9/+14
* Continued support for Field InitializerChris Lattner2002-12-021-14/+42
* Add comments, factor out common codeChris Lattner2002-12-021-10/+22
* Initial support for Field ExpressionsChris Lattner2002-12-021-0/+34
* Add commentsChris Lattner2002-12-021-0/+44
* Initial checkin of TableGen utilityChris Lattner2002-12-021-0/+448