index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenRegisters.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-2
/
+8
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-1
/
+13
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-260
/
+358
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-7
/
+9
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-8
/
+8
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-23
/
+13
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+4
*
comment typo.
Andrew Trick
2013-07-31
1
-1
/
+1
*
Fix register pressure tables on ARM.
Andrew Trick
2013-07-31
1
-3
/
+31
*
Add tracing to the tblgen register pressure table generator.
Andrew Trick
2013-07-31
1
-7
/
+63
*
RegPressure: Order the "pressure sets" by number of regunits per set.
Andrew Trick
2013-07-25
1
-1
/
+26
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Improve the compression of the tablegen DiffLists by introducing a new sort
Chad Rosier
2013-06-27
1
-3
/
+9
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-1
/
+14
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-3
/
+5
*
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
2013-05-28
1
-49
/
+0
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-5
/
+23
*
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-02-26
1
-1
/
+3
*
Clarify intent.
Jakob Stoklund Olesen
2013-01-31
1
-0
/
+6
*
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
1
-2
/
+4
*
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-05
1
-0
/
+29
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-19
/
+21
*
Don't use stack unwinding to provide the location information for
Joerg Sonnenberger
2012-10-24
1
-2
/
+2
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Compute a map from register names to registers, rather than scanning the list...
Owen Anderson
2012-09-11
1
-0
/
+6
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
1
-2
/
+49
*
Clean the sub-reg index composition maps at emission.
Jakob Stoklund Olesen
2012-09-11
1
-15
/
+0
*
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
1
-2
/
+2
*
Add a CoveringSubRegIndices field to SubRegIndex records.
Jakob Stoklund Olesen
2012-08-15
1
-9
/
+22
*
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
2012-08-15
1
-15
/
+21
*
Remove support for 'CompositeIndices' and sub-register cycles.
Jakob Stoklund Olesen
2012-07-26
1
-52
/
+19
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-3
/
+3
*
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
1
-0
/
+5
*
Also compute TopoSigs in synthetic register classes.
Jakob Stoklund Olesen
2012-05-22
1
-2
/
+7
*
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
1
-71
/
+49
*
Create a struct representing register units in TableGen.
Jakob Stoklund Olesen
2012-05-15
1
-18
/
+6
*
Consider ad hoc aliasing when building RegUnits.
Jakob Stoklund Olesen
2012-05-14
1
-12
/
+41
*
Record the ad hoc aliasing graph in CodeGenRegister.
Jakob Stoklund Olesen
2012-05-14
1
-5
/
+11
*
Compute topological signatures of registers.
Jakob Stoklund Olesen
2012-05-14
1
-6
/
+36
*
Speed up computeComposites() by using the new SubReg -> SubIdx map.
Jakob Stoklund Olesen
2012-05-12
1
-12
/
+10
*
Remove extraneous ; and the resulting warning.
Bill Wendling
2012-05-11
1
-1
/
+1
*
Defer computation of SuperRegs.
Jakob Stoklund Olesen
2012-05-11
1
-11
/
+31
*
Compute secondary sub-registers.
Jakob Stoklund Olesen
2012-05-10
1
-0
/
+136
*
Precompute lists of explicit sub-registers and indices.
Jakob Stoklund Olesen
2012-05-10
1
-19
/
+29
*
Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.
Andrew Trick
2012-05-10
1
-4
/
+9
*
Fix warning text.
Jakob Stoklund Olesen
2012-05-09
1
-1
/
+1
*
Compute a backwards SubReg -> SubRegIndex map for each register.
Jakob Stoklund Olesen
2012-05-09
1
-0
/
+16
*
Rename getSubRegs() to computeSubRegs().
Jakob Stoklund Olesen
2012-05-09
1
-8
/
+9
[next]