aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* more standards-compliance stuffDuraid Madina2005-12-261-0/+2
* Fix some copy and paste typos.Nate Begeman2005-11-301-2/+2
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-281-3/+3
* Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey2005-10-281-0/+19
* Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner2005-09-131-0/+12
* Add a setName method to Record.Chris Lattner2005-08-191-0/+12
* Eliminate tabs and trailing spacesJeff Cohen2005-04-221-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-221-12/+12
* fix bogus warningChris Lattner2005-04-191-0/+1
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-191-31/+50
* implementing shifting of literal integersChris Lattner2005-04-191-0/+14
* Quiet VC++ warningsChris Lattner2004-11-051-1/+1
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-081-24/+24
* #include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman2004-09-301-0/+1
* Finegrainify namespacificationChris Lattner2004-08-011-5/+3
* Implement test/Regression/TableGen/ListSlices.tdChris Lattner2004-07-271-24/+91
* Add initial support for list slices. This currently allows you to do stuffChris Lattner2004-07-261-0/+10
* Handle shifts >= 32 bits.Misha Brukman2004-06-211-2/+2
* Assert instead of going into an infinite loop!Chris Lattner2004-02-281-2/+5
* 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 correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-101-1/+4
* Add new method getVAlueAsDagChris Lattner2003-08-071-3/+19
* There is something wrong with code that looks like:Chris Lattner2003-08-061-13/+13
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-041-0/+11
* 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