aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenRegisters.cpp
AgeCommit message (Expand)Author
2012-04-18tblgen: remove duplicated newlines.Benjamin Kramer
2012-04-18Move a few more warnings to use PrintWarning().Jim Grosbach
2012-04-11TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick
2012-04-11TableGen'd regpressure: register unit set pruning.Andrew Trick
2012-04-11Table-generated register pressure fixes.Andrew Trick
2012-04-10TableGen/reginfo potential bug: typo from previous checkin.Andrew Trick
2012-04-10Fix for register pressure tables.Andrew Trick
2012-04-10Use std::includes instead of my own implementation.Andrew Trick
2012-04-10Added register unit sets to the target description.Andrew Trick
2012-04-10Added register unit weights to the target description.Andrew Trick
2012-04-03Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick
2012-04-03Use std::set_union instead of nasty custom code.Andrew Trick
2012-03-31comment typoAndrew Trick
2012-03-31Introduce Register Units: Give each leaf register a number.Andrew Trick
2012-03-29Add more constness to CodeGenRegisters.Jakob Stoklund Olesen
2012-02-01Specify SubRegIndex components on the index itself.Jakob Stoklund Olesen
2012-02-01Fix a bug in the TopoOrderRC comparison function.Jakob Stoklund Olesen
2012-01-31Move the composite map into CodeGenSubRegIndex.Jakob Stoklund Olesen
2012-01-31Add a TableGen CodeGenSubRegIndex class.Jakob Stoklund Olesen
2012-01-18Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen
2012-01-17Add TableGen support for callee saved registers.Jakob Stoklund Olesen
2012-01-13Skip the NAME field when forming tuples.Jakob Stoklund Olesen
2012-01-13Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen
2011-12-19Emit a getMatchingSuperRegClass() implementation for every target.Jakob Stoklund Olesen
2011-12-19Synthesize register classes for TRI::getMatchingSuperRegClass().Jakob Stoklund Olesen
2011-12-16Extract a method. No functional change.Jakob Stoklund Olesen
2011-12-15Use the proper comparator for set_intersection.Jakob Stoklund Olesen
2011-12-15Synthesize missing register class intersections.Jakob Stoklund Olesen
2011-12-12Extract a method.Jakob Stoklund Olesen
2011-10-05Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen
2011-10-04Properly use const_iterator.Jakob Stoklund Olesen
2011-10-04Teach TableGen to infer missing register classes.Jakob Stoklund Olesen
2011-10-04TableGen: Store all allocation orders together.Jakob Stoklund Olesen
2011-10-04TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen
2011-10-04TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-09-30Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen
2011-09-30Compute lists of super-classes in CodeGenRegisterClass.Jakob Stoklund Olesen
2011-09-30Precompute a bit vector of register sub-classes.Jakob Stoklund Olesen
2011-09-30Order register classes topologically.Jakob Stoklund Olesen
2011-09-29Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Create Inits Via Factory MethodDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-18Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11Use get(0 Instead of Create()David Greene
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-06-20Skip fields that don't exist in the Register class.Jakob Stoklund Olesen