summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAge
...
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Add extra parenthesis around || statements to pacify compiler.Nick Lewycky2009-05-15
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Operation EnhancementsDavid Greene2009-05-14
* Change forward declaration of MultiClass to use the "struct" keyword insteadBob Wilson2009-04-30
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-24
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-19
* Further constify Record::isSubClassOf.Ted Kremenek2009-03-13
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-13
* give each Record a location.Chris Lattner2009-03-13
* Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis2008-10-22
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-11
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-26
* Add explicit keywords.Dan Gohman2008-07-07
* Add explicit keywords.Dan Gohman2008-03-25
* Add interator interface to DAGInit alsoAnton Korobeynikov2008-01-22
* Provide iterator access to ListInit contentsAnton Korobeynikov2008-01-21
* 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
* 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
* Add virtual methods to all subclasses so they are not overloaded.Reid Spencer2006-08-28
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-31
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-30
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-31
* 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 recordChris Lattner2005-08-19
* Add a setName method to Record.Chris Lattner2005-08-19
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-19
* implementing shifting of literal integersChris Lattner2005-04-19
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-19