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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Silence variable set but not used warning in CodeGenRegisters.cpp, NFC.
Yaron Keren
2015-02-28
1
-0
/
+1
*
Switch a std::map to a DenseMap in CodeGenRegisters.
Owen Anderson
2015-02-27
1
-0
/
+2
*
MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.
Aaron Ballman
2015-02-16
1
-3
/
+1
*
STLExtras: Provide less/equal functors with templated function call operators...
David Blaikie
2015-02-02
1
-12
/
+11
*
Replace another std::set in the core of CodeGenRegister, this time with sorte...
Owen Anderson
2015-01-31
1
-39
/
+46
*
Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...
Owen Anderson
2015-01-31
1
-54
/
+29
*
Change a very hot piece of code in TableGen's register unit computations to u...
Owen Anderson
2015-01-30
1
-1
/
+14
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-0
/
+1
*
Tablegen'erate lanemasks for register units.
Matthias Braun
2014-12-10
1
-0
/
+37
*
Add function that translates subregister lane masks to other subregs.
Matthias Braun
2014-12-10
1
-0
/
+64
*
Let tablegen compute maximum lanemask for regs/regclasses.
Matthias Braun
2014-12-10
1
-3
/
+15
*
range-for some things
David Blaikie
2014-12-03
1
-19
/
+12
*
Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...
David Blaikie
2014-12-03
1
-16
/
+16
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
1
-57
/
+59
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
1
-58
/
+66
*
Remove some unnecessary vector::reserve/assign calls.
David Blaikie
2014-11-29
1
-9
/
+5
*
Remove indirection of vector<T*> in favor of deque<T>
David Blaikie
2014-11-29
1
-36
/
+32
*
Use deque<T> rather than vector<T*> since it provides the same invalidation s...
David Blaikie
2014-11-29
1
-27
/
+19
*
Constify some things in preparation for CodeGenSubRegIndex to be stored by va...
David Blaikie
2014-11-29
1
-22
/
+21
*
Fix a few memory leaks in CodeGenRegBank.
Craig Topper
2014-11-28
1
-0
/
+6
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-3
/
+6
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-6
/
+6
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
1
-1
/
+1
*
[C++11] Add 'override' keywords to tablegen code.
Craig Topper
2014-03-05
1
-1
/
+1
*
[C++11] Use std::tie to simplify compare operators.
Benjamin Kramer
2014-03-03
1
-5
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-11
/
+4
*
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...
Craig Topper
2014-01-24
1
-1
/
+1
*
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
[prev]
[next]