summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenRegisters.cpp
Commit message (Expand)AuthorAgeFilesLines
* tblgen: remove duplicated newlines.Benjamin Kramer2012-04-181-1/+1
* Move a few more warnings to use PrintWarning().Jim Grosbach2012-04-181-5/+5
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-111-13/+12
* TableGen'd regpressure: register unit set pruning.Andrew Trick2012-04-111-18/+14
* Table-generated register pressure fixes.Andrew Trick2012-04-111-24/+47
* TableGen/reginfo potential bug: typo from previous checkin.Andrew Trick2012-04-101-1/+1
* Fix for register pressure tables.Andrew Trick2012-04-101-13/+15
* Use std::includes instead of my own implementation.Andrew Trick2012-04-101-9/+2
* Added register unit sets to the target description.Andrew Trick2012-04-101-0/+167
* Added register unit weights to the target description.Andrew Trick2012-04-101-17/+306
* Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick2012-04-031-1/+1
* Use std::set_union instead of nasty custom code.Andrew Trick2012-04-031-13/+3
* comment typoAndrew Trick2012-03-311-1/+1
* Introduce Register Units: Give each leaf register a number.Andrew Trick2012-03-311-0/+49
* Add more constness to CodeGenRegisters.Jakob Stoklund Olesen2012-03-291-3/+3
* Specify SubRegIndex components on the index itself.Jakob Stoklund Olesen2012-02-011-25/+74
* Fix a bug in the TopoOrderRC comparison function.Jakob Stoklund Olesen2012-02-011-1/+1
* Move the composite map into CodeGenSubRegIndex.Jakob Stoklund Olesen2012-01-311-20/+21
* Add a TableGen CodeGenSubRegIndex class.Jakob Stoklund Olesen2012-01-311-37/+80
* Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen2012-01-181-12/+40
* Add TableGen support for callee saved registers.Jakob Stoklund Olesen2012-01-171-0/+23
* Skip the NAME field when forming tuples.Jakob Stoklund Olesen2012-01-131-0/+3
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-131-1/+1
* Emit a getMatchingSuperRegClass() implementation for every target.Jakob Stoklund Olesen2011-12-191-1/+15
* Synthesize register classes for TRI::getMatchingSuperRegClass().Jakob Stoklund Olesen2011-12-191-0/+73
* Extract a method. No functional change.Jakob Stoklund Olesen2011-12-161-36/+46
* Use the proper comparator for set_intersection.Jakob Stoklund Olesen2011-12-151-1/+2
* Synthesize missing register class intersections.Jakob Stoklund Olesen2011-12-151-0/+40
* Extract a method.Jakob Stoklund Olesen2011-12-121-14/+21
* Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen2011-10-051-6/+14
* Properly use const_iterator.Jakob Stoklund Olesen2011-10-041-4/+4
* Teach TableGen to infer missing register classes.Jakob Stoklund Olesen2011-10-041-16/+150
* TableGen: Store all allocation orders together.Jakob Stoklund Olesen2011-10-041-7/+11
* TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen2011-10-041-3/+6
* TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen2011-10-041-1/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen2011-09-301-7/+8
* Compute lists of super-classes in CodeGenRegisterClass.Jakob Stoklund Olesen2011-09-301-0/+10
* Precompute a bit vector of register sub-classes.Jakob Stoklund Olesen2011-09-301-0/+29
* Order register classes topologically.Jakob Stoklund Olesen2011-09-301-1/+40
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-291-8/+7
* Unconstify InitsDavid Greene2011-07-291-12/+12
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-291-3/+3
* [AVX] Constify InitsDavid Greene2011-07-291-12/+12
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-181-2/+2
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-16/+15
* Use get(0 Instead of Create()David Greene2011-07-111-4/+4
* [AVX] Make Inits FoldableDavid Greene2011-07-111-15/+16
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-0/+1
* Skip fields that don't exist in the Register class.Jakob Stoklund Olesen2011-06-201-1/+2
OpenPOWER on IntegriCloud