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
*
GlobalISel: Support physical register inputs in patterns
Matt Arsenault
2019-09-06
1
-0
/
+15
*
Retire llvm::less/equal in favor of C++14 std::less<>/equal_to<>.
Benjamin Kramer
2019-08-22
1
-8
/
+10
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[AMDGPU] Allow register tuples to set asm names
Stanislav Mekhanoshin
2019-07-19
1
-3
/
+12
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
[tablegen] Add locations to many PrintFatalError() calls
Daniel Sanders
2019-02-12
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TableGen] Examine entire subreg compositions to detect ambiguity
Krzysztof Parzyszek
2018-11-29
1
-5
/
+59
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-7
/
+7
*
[X86] Add phony registers for high halves of regs with low halves
Krzysztof Parzyszek
2018-07-02
1
-3
/
+9
*
[tablegen] Improve performance on *GenRegisterInfo.inc by replacing SparseVec...
Daniel Sanders
2018-06-08
1
-3
/
+3
*
[TableGen] Fix leaking synthesized registers.
Florian Hahn
2018-05-29
1
-2
/
+12
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-46
/
+43
*
[TableGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-11
/
+11
*
[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
[next]