index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
CodeGenRegisters.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
RegAllocGreedy: Allow target to specify register class ordering.
Matthias Braun
2015-03-31
1
-0
/
+1
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
1
-0
/
+3
*
Switch up whitespace with better whitespace.
Nick Lewycky
2015-03-03
1
-2
/
+2
*
Revert the non-cleanup part of r230769 because it introduced a non-determinis...
Nick Lewycky
2015-03-03
1
-1
/
+2
*
TblGen: Remove copy of SmallVector::operator==. NFC intended.
Benjamin Kramer
2015-03-02
1
-2
/
+2
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Switch a std::map to a DenseMap in CodeGenRegisters.
Owen Anderson
2015-02-27
1
-2
/
+1
*
STLExtras: Provide less/equal functors with templated function call operators...
David Blaikie
2015-02-02
1
-29
/
+16
*
Replace another std::set in the core of CodeGenRegister, this time with sorte...
Owen Anderson
2015-01-31
1
-6
/
+14
*
Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...
Owen Anderson
2015-01-31
1
-7
/
+8
*
Tablegen'erate lanemasks for register units.
Matthias Braun
2014-12-10
1
-0
/
+14
*
Add function that translates subregister lane masks to other subregs.
Matthias Braun
2014-12-10
1
-0
/
+15
*
Let tablegen compute maximum lanemask for regs/regclasses.
Matthias Braun
2014-12-10
1
-1
/
+3
*
Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...
David Blaikie
2014-12-03
1
-2
/
+7
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
1
-3
/
+3
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
1
-2
/
+4
*
Remove indirection of vector<T*> in favor of deque<T>
David Blaikie
2014-11-29
1
-2
/
+2
*
Use deque<T> rather than vector<T*> since it provides the same invalidation s...
David Blaikie
2014-11-29
1
-4
/
+5
*
Constify some things in preparation for CodeGenSubRegIndex to be stored by va...
David Blaikie
2014-11-29
1
-11
/
+14
*
Fix a few memory leaks in CodeGenRegBank.
Craig Topper
2014-11-28
1
-0
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
2014-06-17
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
1
-4
/
+7
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-1
/
+1
*
Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
2014-03-11
1
-5
/
+0
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
RegPressure: Order the "pressure sets" by number of regunits per set.
Andrew Trick
2013-07-25
1
-1
/
+15
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-2
/
+2
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-4
/
+2
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-0
/
+13
*
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
2013-05-28
1
-3
/
+0
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-0
/
+9
*
Use ArrayRef<MVT::SimpleValueType> when possible.
Jakob Stoklund Olesen
2013-03-17
1
-2
/
+2
*
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-05
1
-1
/
+16
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
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
/
+4
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
1
-0
/
+7
*
Clean the sub-reg index composition maps at emission.
Jakob Stoklund Olesen
2012-09-11
1
-3
/
+0
*
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
2012-08-15
1
-5
/
+7
*
Remove little semicolon that caused a lot of warnings.
Benjamin Kramer
2012-05-30
1
-1
/
+1
*
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
1
-1
/
+13
*
Also compute TopoSigs in synthetic register classes.
Jakob Stoklund Olesen
2012-05-22
1
-1
/
+1
*
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
1
-9
/
+3
*
Create a struct representing register units in TableGen.
Jakob Stoklund Olesen
2012-05-15
1
-17
/
+44
*
Record the ad hoc aliasing graph in CodeGenRegister.
Jakob Stoklund Olesen
2012-05-14
1
-0
/
+10
*
Compute topological signatures of registers.
Jakob Stoklund Olesen
2012-05-14
1
-2
/
+40
*
Defer computation of SuperRegs.
Jakob Stoklund Olesen
2012-05-11
1
-0
/
+5
*
Compute secondary sub-registers.
Jakob Stoklund Olesen
2012-05-10
1
-3
/
+25
[next]