aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAgeFilesLines
* This void is implicit in C++.Dan Gohman2009-08-121-4/+4
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-13/+14
* Implement !cast<string>.David Greene2009-06-291-0/+6
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-8/+8
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-1/+1
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-091-2/+2
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-1/+1
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-7/+46
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-081-1/+1
* Add extra parenthesis around || statements to pacify compiler.Nick Lewycky2009-05-151-7/+13
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-1/+1
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-4/+6
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-141-34/+84
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-53/+53
* Implement !cast.David Greene2009-05-141-40/+40
* Operation EnhancementsDavid Greene2009-05-141-11/+154
* Change forward declaration of MultiClass to use the "struct" keyword insteadBob Wilson2009-04-301-1/+1
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-241-1/+3
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-37/+46
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-2/+11
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-191-4/+8
* Further constify Record::isSubClassOf.Ted Kremenek2009-03-131-1/+1
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-131-0/+11
* give each Record a location.Chris Lattner2009-03-131-6/+11
* Unbreak LLVM on the MSVC compiler:Argiris Kirtzidis2008-10-221-0/+1
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-7/+7
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-111-1/+2
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-261-0/+17
* Add explicit keywords.Dan Gohman2008-07-071-4/+4
* Add explicit keywords.Dan Gohman2008-03-251-9/+10
* Add interator interface to DAGInit alsoAnton Korobeynikov2008-01-221-0/+22
* Provide iterator access to ListInit contentsAnton Korobeynikov2008-01-211-0/+11
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* change the Init print methods to return strings, and implement Chris Lattner2007-11-221-20/+19
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-221-9/+1
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-201-3/+9
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-111-1/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1147