aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-12/+12
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-101-2/+0
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* change the Init print methods to return strings, and implement Chris Lattner2007-11-221-31/+39
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-221-8/+0
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-201-0/+12
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-111-0/+19
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-2/+12
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-151-0/+35
* reapplyChris Lattner2007-02-271-0/+7
* Backing outEvan Cheng2007-02-271-7/+0
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-271-0/+7
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-6/+7
* For PR786:Reid Spencer2006-11-021-1/+1
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-311-15/+69
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-301-3/+5
* Fix bugs identified by VC++.Jeff Cohen2006-02-181-2/+2
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-311-0/+11
* 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