summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenRegisters.cpp
Commit message (Expand)AuthorAge
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-24
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* comment typo.Andrew Trick2013-07-31
* Fix register pressure tables on ARM.Andrew Trick2013-07-31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-31
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-25
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-27
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-28
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-26
* Clarify intent.Jakob Stoklund Olesen2013-01-31
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-05
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-24
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Compute a map from register names to registers, rather than scanning the list...Owen Anderson2012-09-11
* Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen2012-09-11
* Clean the sub-reg index composition maps at emission.Jakob Stoklund Olesen2012-09-11
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-15
* Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen2012-08-15
* Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen2012-07-26
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Emit register unit lists for each register.Jakob Stoklund Olesen2012-05-29
* Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen2012-05-22
* Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen2012-05-16
* Create a struct representing register units in TableGen.Jakob Stoklund Olesen2012-05-15
* Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen2012-05-14
* Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen2012-05-14
* Compute topological signatures of registers.Jakob Stoklund Olesen2012-05-14
* Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen2012-05-12
* Remove extraneous ; and the resulting warning.Bill Wendling2012-05-11
* Defer computation of SuperRegs.Jakob Stoklund Olesen2012-05-11
* Compute secondary sub-registers.Jakob Stoklund Olesen2012-05-10
* Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen2012-05-10
* Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick2012-05-10
* Fix warning text.Jakob Stoklund Olesen2012-05-09
* Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen2012-05-09
* Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen2012-05-09
* Order register classes by spill size first, members last.Jakob Stoklund Olesen2012-05-04
* Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen2012-05-04
* tblgen: remove duplicated newlines.Benjamin Kramer2012-04-18
* Move a few more warnings to use PrintWarning().Jim Grosbach2012-04-18
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-11