aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenRegisters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-260/+358
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-241-23/+13
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+4
* comment typo.Andrew Trick2013-07-311-1/+1
* Fix register pressure tables on ARM.Andrew Trick2013-07-311-3/+31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-311-7/+63
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-251-1/+26
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-271-3/+9
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-1/+14
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-311-3/+5
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-281-49/+0
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-161-5/+23
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-261-1/+3
* Clarify intent.Jakob Stoklund Olesen2013-01-311-0/+6
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-101-2/+4
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-051-0/+29
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-19/+21
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-241-2/+2
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Compute a map from register names to registers, rather than scanning the list...Owen Anderson2012-09-111-0/+6
* Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen2012-09-111-2/+49
* Clean the sub-reg index composition maps at emission.Jakob Stoklund Olesen2012-09-111-15/+0
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-221-2/+2
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-151-9/+22
* Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen2012-08-151-15/+21
* Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen2012-07-261-52/+19
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-3/+3
* Emit register unit lists for each register.Jakob Stoklund Olesen2012-05-291-0/+5
* Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen2012-05-221-2/+7
* Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen2012-05-161-71/+49
* Create a struct representing register units in TableGen.Jakob Stoklund Olesen2012-05-151-18/+6
* Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen2012-05-141-12/+41
* Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen2012-05-141-5/+11
* Compute topological signatures of registers.Jakob Stoklund Olesen2012-05-141-6/+36
* Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen2012-05-121-12/+10
* Remove extraneous ; and the resulting warning.Bill Wendling2012-05-111-1/+1
* Defer computation of SuperRegs.Jakob Stoklund Olesen2012-05-111-11/+31
* Compute secondary sub-registers.Jakob Stoklund Olesen2012-05-101-0/+136
* Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen2012-05-101-19/+29
* Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick2012-05-101-4/+9
* Fix warning text.Jakob Stoklund Olesen2012-05-091-1/+1
* Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen2012-05-091-0/+16
* Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen2012-05-091-8/+9