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
*
CodeGenRegBank - make functions const to fix cppcheck warnings.
Simon Pilgrim
2019-11-10
1
-3
/
+5
*
GlobalISel: Support physical register inputs in patterns
Matt Arsenault
2019-09-06
1
-0
/
+11
*
Retire llvm::less/equal in favor of C++14 std::less<>/equal_to<>.
Benjamin Kramer
2019-08-22
1
-7
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterCl...
Simon Pilgrim
2018-08-16
1
-1
/
+1
*
[TableGen] Fix leaking synthesized registers.
Florian Hahn
2018-05-29
1
-0
/
+3
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-2
/
+2
*
[X86] Add phony registers for high halves of regs with low halves
Krzysztof Parzyszek
2018-03-20
1
-4
/
+19
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-17
/
+15
*
TableGen: Fix subreg composition/concatenation
Matthias Braun
2017-08-28
1
-6
/
+10
*
[globalisel][tablegen] Add support for EXTRACT_SUBREG.
Daniel Sanders
2017-06-27
1
-1
/
+16
*
[TableGen] Use StringRef to capture getValueAsString in a couple more places....
Craig Topper
2017-06-01
1
-2
/
+2
*
[TableGen] Print #nnn as a name of an non-native reg unit with id nnn
Krzysztof Parzyszek
2017-03-27
1
-0
/
+4
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-7
/
+8
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+1
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-9
/
+22
*
Revert "TableGen: Switch from a std::map to a DenseMap in CodeGenSubRegIndex....
Justin Bogner
2016-09-21
1
-1
/
+2
*
TableGen: Switch from a std::map to a DenseMap in CodeGenSubRegIndex. NFC
Justin Bogner
2016-08-26
1
-2
/
+1
*
TableGen: Produce CoveredBySubRegs summary for register classes
Matthias Braun
2016-04-28
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+2
*
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
[next]