summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAge
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Implement VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-30
* Make RecordVal Name an InitDavid Greene2011-09-02
* Make Record Name an InitDavid Greene2011-08-10
* Unconstify InitsDavid Greene2011-07-29
* Remove a blank line from the top.David Greene2011-07-29
* [AVX] Make DagInits UniqueDavid Greene2011-07-29
* [AVX] Make FieldInit UniqueDavid Greene2011-07-29
* [AVX] Make VarListElementInit UniqueDavid Greene2011-07-29
* [AVX] Make VarBitInit UniqueDavid Greene2011-07-29
* [AVX] Make VarInit UniqueDavid Greene2011-07-29
* [AVX] Make TernOpInit UniqueDavid Greene2011-07-29
* [AVX] Make BinOpInit UniqueDavid Greene2011-07-29
* [AVX] Make UnOpInit UniqueDavid Greene2011-07-29
* [AVX] Make ListInits UniqueDavid Greene2011-07-29
* [AVX] Make CodeInit UniqueDavid Greene2011-07-29
* [AVX] Make StringInit UniqueDavid Greene2011-07-29
* [AVX] Make IntInit UniqueDavid Greene2011-07-29
* [AVX] Make BitsInit UniqueDavid Greene2011-07-29
* [AVX] Unique BitInitDavid Greene2011-07-29
* [AVX] Unique UnsetInitDavid 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 a std::string Wrapper for TableGenDavid Greene2011-07-29
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-18
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* Use get(0 Instead of Create()David Greene2011-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
* Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify.Nick Lewycky2011-06-03
* Improve diagnostics for some parse errors. Not asserting when a user inputJim Grosbach2011-05-06
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-07
* 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
* clean up RecordKeeper::getAllDerivedDefinitions, patch by Garrison Venn!Chris Lattner2010-12-13
* Get rid of ellipses.Bill Wendling2010-12-10
* Merge System into Support.Michael J. Spencer2010-11-29
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-03
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-23
* In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes2010-06-17
* Fix the handling of !if result, avoiding null results for non 'int'.Bruno Cardoso Lopes2010-06-17
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-17
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-16
* 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