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
*
[X86] Add phony registers for high halves of regs with low halves
Krzysztof Parzyszek
2018-03-20
1
-22
/
+60
*
[TableGen] Replace InfoByHwMode::getAsString with writeToStream
Krzysztof Parzyszek
2017-09-22
1
-1
/
+1
*
Revert "[TableGen] Replace InfoByHwMode::getAsString with writeToStream"
Krzysztof Parzyszek
2017-09-22
1
-1
/
+1
*
[TableGen] Replace InfoByHwMode::getAsString with writeToStream
Krzysztof Parzyszek
2017-09-22
1
-1
/
+1
*
[TableGen] Tidy up CodeGenRegisters
Javed Absar
2017-09-21
1
-28
/
+23
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-27
/
+26
*
Try to fix compilation problem with libstdc++
Matthias Braun
2017-08-28
1
-1
/
+3
*
Address r311914 review comments
Matthias Braun
2017-08-28
1
-7
/
+5
*
TableGen: Fix subreg composition/concatenation
Matthias Braun
2017-08-28
1
-27
/
+88
*
Implement LaneBitmask::getNumLanes and LaneBitmask::getHighestLane
Krzysztof Parzyszek
2017-07-20
1
-6
/
+2
*
[TableGen][MC] Fix a few places where we didn't hide the underlying type of L...
Craig Topper
2017-07-14
1
-6
/
+6
*
Change sort function used in tblgen to be strict weak ordering
David Green
2017-06-27
1
-1
/
+1
*
[globalisel][tablegen] Add support for EXTRACT_SUBREG.
Daniel Sanders
2017-06-27
1
-0
/
+78
*
[TableGen] Remove code for renaming anonymous register classes as it can neve...
Craig Topper
2017-06-01
1
-6
/
+1
*
[TableGen] Print #nnn as a name of an non-native reg unit with id nnn
Krzysztof Parzyszek
2017-03-27
1
-6
/
+13
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-3
/
+3
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-29
/
+35
*
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
-12
/
+38
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
TableGen: Produce CoveredBySubRegs summary for register classes
Matthias Braun
2016-04-28
1
-2
/
+5
*
TableGen: Support lanemasks for classes without subregisters
Matthias Braun
2016-04-28
1
-38
/
+50
*
[TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...
Craig Topper
2016-01-18
1
-4
/
+3
*
Assume lane masks are always precise
Matthias Braun
2015-11-17
1
-13
/
+6
*
tablegen: Add a simple heuristic to get better names for pressure sets
Matthias Braun
2015-11-13
1
-0
/
+6
*
TableGen: Emit LaneMask for register classes without subregisters as ~0u
Matthias Braun
2015-11-10
1
-0
/
+6
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
1
-3
/
+3
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
[TableGen] Remove ListInit::size() in favor of getSize() which does the same ...
Craig Topper
2015-05-14
1
-2
/
+2
*
[TableGen] Don't leak Expanders and Operators in SetTheory.
Craig Topper
2015-04-24
1
-1
/
+1
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Fix AllocationPriority not getting set for derived register classes.
Matthias Braun
2015-03-31
1
-1
/
+3
*
RegAllocGreedy: Allow target to specify register class ordering.
Matthias Braun
2015-03-31
1
-0
/
+4
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
1
-0
/
+11
*
TableGen: Fix register class lane masks being too conservative.
Matthias Braun
2015-03-18
1
-1
/
+1
*
Revert the non-cleanup part of r230769 because it introduced a non-determinis...
Nick Lewycky
2015-03-03
1
-2
/
+0
*
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
[next]