aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenRegisters.cpp
AgeCommit message (Expand)Author
2013-02-26[TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer
2013-01-31Clarify intent.Jakob Stoklund Olesen
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2012-12-05RegisterPressure API. Add support for physical register units.Andrew Trick
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-24Don't use stack unwinding to provide the location information forJoerg Sonnenberger
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-11Compute a map from register names to registers, rather than scanning the list...Owen Anderson
2012-09-11Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen
2012-09-11Clean the sub-reg index composition maps at emission.Jakob Stoklund Olesen
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-08-15Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen
2012-08-15Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen
2012-07-26Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-29Emit register unit lists for each register.Jakob Stoklund Olesen
2012-05-22Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen
2012-05-16Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen
2012-05-15Create a struct representing register units in TableGen.Jakob Stoklund Olesen
2012-05-14Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen
2012-05-14Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen
2012-05-14Compute topological signatures of registers.Jakob Stoklund Olesen
2012-05-12Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen
2012-05-11Remove extraneous ; and the resulting warning.Bill Wendling
2012-05-11Defer computation of SuperRegs.Jakob Stoklund Olesen
2012-05-10Compute secondary sub-registers.Jakob Stoklund Olesen
2012-05-10Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen
2012-05-10Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick
2012-05-09Fix warning text.Jakob Stoklund Olesen
2012-05-09Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen
2012-05-09Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen
2012-05-04Order register classes by spill size first, members last.Jakob Stoklund Olesen
2012-05-04Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen
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