index
:
~grigorig/llvm
controlflow
master
Mostly R600/SI bugfixes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenRegisters.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
1
-1
/
+1
2015-03-31
Fix AllocationPriority not getting set for derived register classes.
Matthias Braun
1
-1
/
+3
2015-03-31
RegAllocGreedy: Allow target to specify register class ordering.
Matthias Braun
1
-0
/
+4
2015-03-19
Do not track subregister liveness when it brings no benefits
Matthias Braun
1
-0
/
+11
2015-03-18
TableGen: Fix register class lane masks being too conservative.
Matthias Braun
1
-1
/
+1
2015-03-03
Revert the non-cleanup part of r230769 because it introduced a non-determinis...
Nick Lewycky
1
-2
/
+0
2015-02-28
Silence variable set but not used warning in CodeGenRegisters.cpp, NFC.
Yaron Keren
1
-0
/
+1
2015-02-27
Switch a std::map to a DenseMap in CodeGenRegisters.
Owen Anderson
1
-0
/
+2
2015-02-16
MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.
Aaron Ballman
1
-3
/
+1
2015-02-02
STLExtras: Provide less/equal functors with templated function call operators...
David Blaikie
1
-12
/
+11
2015-01-31
Replace another std::set in the core of CodeGenRegister, this time with sorte...
Owen Anderson
1
-39
/
+46
2015-01-31
Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...
Owen Anderson
1
-54
/
+29
2015-01-30
Change a very hot piece of code in TableGen's register unit computations to u...
Owen Anderson
1
-1
/
+14
2014-12-12
Clean up static analyzer warnings.
Michael Ilseman
1
-0
/
+1
2014-12-10
Tablegen'erate lanemasks for register units.
Matthias Braun
1
-0
/
+37
2014-12-10
Add function that translates subregister lane masks to other subregs.
Matthias Braun
1
-0
/
+64
2014-12-10
Let tablegen compute maximum lanemask for regs/regclasses.
Matthias Braun
1
-3
/
+15
2014-12-03
range-for some things
David Blaikie
1
-19
/
+12
2014-12-03
Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...
David Blaikie
1
-16
/
+16
2014-12-03
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
1
-57
/
+59
2014-12-03
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
1
-58
/
+66
2014-11-29
Remove some unnecessary vector::reserve/assign calls.
David Blaikie
1
-9
/
+5
2014-11-29
Remove indirection of vector<T*> in favor of deque<T>
David Blaikie
1
-36
/
+32
2014-11-29
Use deque<T> rather than vector<T*> since it provides the same invalidation s...
David Blaikie
1
-27
/
+19
2014-11-29
Constify some things in preparation for CodeGenSubRegIndex to be stored by va...
David Blaikie
1
-22
/
+21
2014-11-28
Fix a few memory leaks in CodeGenRegBank.
Craig Topper
1
-0
/
+6
2014-11-19
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
1
-3
/
+6
2014-08-27
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
1
-1
/
+1
2014-08-24
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
1
-3
/
+2
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-2
/
+2
2014-04-15
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-6
/
+6
2014-03-29
tblgen: Twinify PrintFatalError.
Benjamin Kramer
1
-1
/
+1
2014-03-05
[C++11] Add 'override' keywords to tablegen code.
Craig Topper
1
-1
/
+1
2014-03-03
[C++11] Use std::tie to simplify compare operators.
Benjamin Kramer
1
-5
/
+2
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-4
/
+4
2014-03-01
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
1
-11
/
+4
2014-01-24
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...
Craig Topper
1
-1
/
+1
2013-09-22
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
1
-3
/
+4
2013-07-31
comment typo.
Andrew Trick
1
-1
/
+1
2013-07-31
Fix register pressure tables on ARM.
Andrew Trick
1
-3
/
+31
2013-07-31
Add tracing to the tblgen register pressure table generator.
Andrew Trick
1
-7
/
+63
2013-07-25
RegPressure: Order the "pressure sets" by number of regunits per set.
Andrew Trick
1
-1
/
+26
2013-07-14
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
1
-1
/
+1
2013-06-27
Improve the compression of the tablegen DiffLists by introducing a new sort
Chad Rosier
1
-3
/
+9
2013-05-31
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
1
-1
/
+14
2013-05-31
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
1
-3
/
+5
2013-05-28
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
1
-49
/
+0
2013-05-16
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
1
-5
/
+23
2013-02-26
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
1
-1
/
+3
2013-01-31
Clarify intent.
Jakob Stoklund Olesen
1
-0
/
+6
[next]