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
/
RegisterInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove indirection of vector<T*> in favor of deque<T>
David Blaikie
2014-11-29
1
-55
/
+52
*
Use deque<T> rather than vector<T*> since it provides the same invalidation s...
David Blaikie
2014-11-29
1
-16
/
+14
*
Constify some things in preparation for CodeGenSubRegIndex to be stored by va...
David Blaikie
2014-11-29
1
-53
/
+52
*
Reduce size of some tables in tablegen register info output.
Craig Topper
2014-11-22
1
-50
/
+49
*
Add extra new line and remove some trailing whitespace from tablegen Register...
Craig Topper
2014-11-21
1
-5
/
+5
*
Remove unnecessary extra spaces from tablegen register info output.
Craig Topper
2014-11-20
1
-1
/
+1
*
Use array_lengthof instead of sizeof(array)/sizeof(element) in a tablegen out...
Craig Topper
2014-11-20
1
-5
/
+4
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-2
/
+14
*
[C++11] Use 'nullptr' in tablegen output files.
Craig Topper
2014-04-30
1
-5
/
+5
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-14
/
+15
*
Fix indentation.
Craig Topper
2014-02-27
1
-1
/
+1
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-1
/
+1
*
llvm-tblgen: Stabilize subreg index tables.
Benjamin Kramer
2013-09-11
1
-2
/
+2
*
Add an OtherPreserved field to the CalleeSaved TableGen class.
Jakob Stoklund Olesen
2013-08-23
1
-1
/
+13
*
Using a different loop induction variable than the enclosing scope. No funct...
Aaron Ballman
2013-07-25
1
-2
/
+2
*
RegPressure: Order the "pressure sets" by number of regunits per set.
Andrew Trick
2013-07-25
1
-6
/
+12
*
Improve the compression of the tablegen DiffLists by introducing a new sort
Chad Rosier
2013-06-27
1
-1
/
+1
*
Remove unimplemented definition. Found using [-Wunused-member-function].
Jakub Staszak
2013-06-06
1
-2
/
+0
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-2
/
+2
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-2
/
+18
*
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
2013-05-28
1
-14
/
+3
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-1
/
+3
*
Use ArrayRef<MVT::SimpleValueType> when possible.
Jakob Stoklund Olesen
2013-03-17
1
-1
/
+1
*
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
1
-5
/
+5
*
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
1
-2
/
+6
*
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-05
1
-10
/
+70
*
Add an MCPhysReg typedef to replace naked uint16_t.
Jakob Stoklund Olesen
2012-11-29
1
-7
/
+7
*
Generate a table-driven version of TRI::composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-26
/
+102
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-1
/
+1
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-1
/
+1
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-2
/
+2
*
Add 'virtual' keywoards to output file for overridden functions.
Craig Topper
2012-09-16
1
-7
/
+7
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
1
-4
/
+12
*
Clean the sub-reg index composition maps at emission.
Jakob Stoklund Olesen
2012-09-11
1
-2
/
+2
*
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
1
-2
/
+2
*
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
2012-08-15
1
-13
/
+2
*
Eliminate the large XXXSubRegTable constant arrays.
Jakob Stoklund Olesen
2012-07-27
1
-53
/
+31
*
Differentially encode all MC register lists.
Jakob Stoklund Olesen
2012-07-25
1
-44
/
+30
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-9
/
+54
*
Didn't mean to export this function.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+1
*
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+17
*
Print uint16_t numbers without a sign.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+1
*
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
1
-3
/
+75
*
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
1
-3
/
+16
*
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
1
-3
/
+2
*
TableGen'erate mapping physical registers to encoding values.
Jim Grosbach
2012-05-15
1
-4
/
+26
*
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
1
-51
/
+0
*
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
1
-34
/
+1
*
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
1
-4
/
+4
[prev]
[next]