aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAgeFilesLines
* now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner2011-04-171-1/+1
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-071-1/+1
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-151-9/+3
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-131-0/+2
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-5/+19
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-1/+1
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-1/+1
* Trailing whitespace, 80-col violations.Mikhail Glushenkov2010-09-211-6/+6
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-031-6/+6
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-261-1/+1
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-091-0/+5
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-3/+0
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-251-0/+3
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-251-3/+6
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-011-0/+4
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-1/+1
* Delete some dead and non-obvious code.Dan Gohman2009-11-241-6/+0
* Fix whitespace.Bob Wilson2009-11-221-37/+32
* Fix some spelling in comments.Bob Wilson2009-11-211-1/+1
* Avoid a redundant assertion.Bob Wilson2009-11-211-2/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-181-17/+17
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-231-1/+8
* 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:Argyrios Kyrtzidis2008-10-221-0/+1
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-7/+7