summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAge
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-10
* remove attributions from utils.Chris Lattner2007-12-29
* change the Init print methods to return strings, and implement Chris Lattner2007-11-22
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-22
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-20
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-11
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-15
* reapplyChris Lattner2007-02-27
* Backing outEvan Cheng2007-02-27
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-27
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* For PR786:Reid Spencer2006-11-02
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-31
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-30
* Fix bugs identified by VC++.Jeff Cohen2006-02-18
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-31
* more standards-compliance stuffDuraid Madina2005-12-26
* Fix some copy and paste typos.Nate Begeman2005-11-30
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-28
* Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey2005-10-28
* Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner2005-09-13
* Add a setName method to Record.Chris Lattner2005-08-19
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* fix bogus warningChris Lattner2005-04-19
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-19
* implementing shifting of literal integersChris Lattner2005-04-19
* Quiet VC++ warningsChris Lattner2004-11-05
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-08
* #include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman2004-09-30
* Finegrainify namespacificationChris Lattner2004-08-01
* Implement test/Regression/TableGen/ListSlices.tdChris Lattner2004-07-27
* Add initial support for list slices. This currently allows you to do stuffChris Lattner2004-07-26
* Handle shifts >= 32 bits.Misha Brukman2004-06-21
* Assert instead of going into an infinite loop!Chris Lattner2004-02-28
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-20
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-10
* Add new method getVAlueAsDagChris Lattner2003-08-07
* There is something wrong with code that looks like:Chris Lattner2003-08-06
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-04
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-04
* Add initial support for a new 'dag' typeChris Lattner2003-08-04
* Add new Record::getValueAsBit methodChris Lattner2003-08-03
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-03
* Fix bug: TableGen/BitsInitOverflow.tdChris Lattner2003-08-03
* Changes to allow lists of any typeChris Lattner2003-08-03
* Add new methodChris Lattner2003-08-02
* add support for emitting register classesChris Lattner2003-08-01