summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make RecordVal Name an InitDavid Greene2011-09-021-1/+13
* Make Record Name an InitDavid Greene2011-08-101-6/+46
* Unconstify InitsDavid Greene2011-07-291-301/+294
* Remove a blank line from the top.David Greene2011-07-291-1/+0
* [AVX] Make DagInits UniqueDavid Greene2011-07-291-5/+40
* [AVX] Make FieldInit UniqueDavid Greene2011-07-291-1/+9
* [AVX] Make VarListElementInit UniqueDavid Greene2011-07-291-1/+10
* [AVX] Make VarBitInit UniqueDavid Greene2011-07-291-1/+10
* [AVX] Make VarInit UniqueDavid Greene2011-07-291-1/+9
* [AVX] Make TernOpInit UniqueDavid Greene2011-07-291-1/+20
* [AVX] Make BinOpInit UniqueDavid Greene2011-07-291-1/+14
* [AVX] Make UnOpInit UniqueDavid Greene2011-07-291-1/+10
* [AVX] Make ListInits UniqueDavid Greene2011-07-291-1/+36
* [AVX] Make CodeInit UniqueDavid Greene2011-07-291-1/+6
* [AVX] Make StringInit UniqueDavid Greene2011-07-291-1/+7
* [AVX] Make IntInit UniqueDavid Greene2011-07-291-1/+6
* [AVX] Make BitsInit UniqueDavid Greene2011-07-291-1/+31
* [AVX] Unique BitInitDavid Greene2011-07-291-1/+5
* [AVX] Unique UnsetInitDavid Greene2011-07-291-1/+2
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-291-81/+163
* [AVX] Constify InitsDavid Greene2011-07-291-237/+255
* [AVX] Remove non-const IteratorsDavid Greene2011-07-291-2/+8
* [AVX] Remove Mutating Members from InitsDavid Greene2011-07-291-51/+49
* Add a std::string Wrapper for TableGenDavid Greene2011-07-291-0/+46
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-181-9/+45
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-651/+317
* Use get(0 Instead of Create()David Greene2011-07-111-78/+78
* [AVX] Make Inits FoldableDavid Greene2011-07-111-317/+651
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-271-0/+19
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-0/+1
* Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify.Nick Lewycky2011-06-031-8/+3
* Improve diagnostics for some parse errors. Not asserting when a user inputJim Grosbach2011-05-061-7/+3
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-071-6/+6
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-131-10/+62
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-6/+6
* clean up RecordKeeper::getAllDerivedDefinitions, patch by Garrison Venn!Chris Lattner2010-12-131-1/+1
* Get rid of ellipses.Bill Wendling2010-12-101-7/+7
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-82/+6
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-031-17/+11
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-231-1/+1
* In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes2010-06-171-1/+9
* Fix the handling of !if result, avoiding null results for non 'int'.Bruno Cardoso Lopes2010-06-171-4/+6
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-2/+4
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-1/+12
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-11/+0
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-251-0/+10
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-251-8/+12
* disallow concatenation of two dags with different operators.Chris Lattner2010-03-181-12/+2
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+10
OpenPOWER on IntegriCloud