summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAge
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Make RecordVal Name an InitDavid Greene2011-09-02
* Make Record Name an InitDavid Greene2011-08-10
* Add getAsUnquotedStringDavid Greene2011-08-10
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Make DagInits UniqueDavid Greene2011-07-29
* [AVX] Make ListInits UniqueDavid Greene2011-07-29
* [AVX] Make BitsInit UniqueDavid Greene2011-07-29
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* [AVX] Remove non-const IteratorsDavid Greene2011-07-29
* [AVX] Remove Mutating Members from InitsDavid Greene2011-07-29
* Add ListInit::getValuesDavid Greene2011-07-29
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-18
* struct Init -> class InitDavid Greene2011-07-13
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* Use get(0 Instead of Create()David Greene2011-07-11
* struct Init -> class Init.Evan Cheng2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner2011-04-17
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-07
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-15
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-13
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Trailing whitespace, 80-col violations.Mikhail Glushenkov2010-09-21
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-03
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-26
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-09
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-05
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-25
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-25
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-01
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Delete some dead and non-obvious code.Dan Gohman2009-11-24
* Fix whitespace.Bob Wilson2009-11-22
* Fix some spelling in comments.Bob Wilson2009-11-21
* Avoid a redundant assertion.Bob Wilson2009-11-21
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-18
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-23
* This void is implicit in C++.Dan Gohman2009-08-12
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Implement !cast<string>.David Greene2009-06-29
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-21