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
/
RegisterInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen: Use enum names in composeSubRegIndices table
Matt Arsenault
2019-10-27
1
-1
/
+1
*
Retire llvm::less/equal in favor of C++14 std::less<>/equal_to<>.
Benjamin Kramer
2019-08-22
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use the container form llvm::sort(C)
Fangrui Song
2018-10-31
1
-1
/
+1
*
[MC] Remove PhysRegSize from MCRegisterClass
Bjorn Pettersson
2018-08-09
1
-4
/
+0
*
[tablegen] Improve performance of -gen-register-info by replacing barely-nece...
Daniel Sanders
2018-08-08
1
-11
/
+51
*
[TableGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-3
/
+3
*
[X86] Add phony registers for high halves of regs with low halves
Krzysztof Parzyszek
2018-03-20
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[TableGen] : Simplify RegisterInfoEmitter
Javed Absar
2017-10-13
1
-6
/
+4
*
Move "(void)variable" closer to the assertion that uses it, NFC
Krzysztof Parzyszek
2017-09-19
1
-1
/
+1
*
Silence warning about unused variable in release build
Krzysztof Parzyszek
2017-09-14
1
-0
/
+1
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-20
/
+64
*
TableGen: Add -gen-register-info-debug-dump
Matthias Braun
2017-08-28
1
-4
/
+67
*
Break up long lines, NFC
Krzysztof Parzyszek
2017-06-28
1
-2
/
+4
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-4
/
+3
*
Move spill size and alignment info from MC to TargetRegisterInfo
Krzysztof Parzyszek
2017-03-24
1
-7
/
+7
*
Revert r298652 on Quentin's request
Krzysztof Parzyszek
2017-03-24
1
-4
/
+4
*
Move spill size and alignment info from MC to TargetRegisterInfo
Krzysztof Parzyszek
2017-03-23
1
-4
/
+4
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-2
/
+2
*
Fix ubsan failures in lane mask shifts
Krzysztof Parzyszek
2016-12-15
1
-4
/
+8
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-30
/
+30
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+1
*
[Sparc] Use target name instead of namespace as prefix for MCRegisterClasses ...
Jacob Baungard Hansen
2016-11-21
1
-1
/
+1
*
[tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC.
Daniel Sanders
2016-11-19
1
-16
/
+9
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
Fix Clang-tidy modernize-use-bool-literals in generated Target code; other mi...
Eugene Zelenko
2016-05-17
1
-26
/
+43
*
TableGen: Produce CoveredBySubRegs summary for register classes
Matthias Braun
2016-04-28
1
-1
/
+3
*
TargetRegisterInfo: Introduce reverseComposeSubRegIndexLaneMask()
Matthias Braun
2016-04-28
1
-12
/
+29
*
Remove extra 'nullptr' entry from an array in tablegen register info file. It...
Craig Topper
2015-09-22
1
-1
/
+1
*
Fix formatting of a tablegen register info file by putting a line break in a ...
Craig Topper
2015-09-22
1
-3
/
+2
*
Use makeArrayRef and None to simplify some code in a tablegen register info f...
Craig Topper
2015-09-22
1
-12
/
+18
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-3
/
+1
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-0
/
+12
*
MIR Serialization: Serialize the register mask machine operands.
Alex Lorenz
2015-06-29
1
-0
/
+22
*
TableGen: Generate more const goodness
Matthias Braun
2015-04-01
1
-2
/
+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
-1
/
+3
*
Have getRegPressureSetLimit take a MachineFunction so that a
Eric Christopher
2015-03-11
1
-2
/
+3
*
TblGen: Remove copy of SmallVector::operator==. NFC intended.
Benjamin Kramer
2015-03-02
1
-10
/
+1
*
Switch a std::map to a DenseMap in CodeGenRegisters.
Owen Anderson
2015-02-27
1
-7
/
+9
*
STLExtras: Provide less/equal functors with templated function call operators...
David Blaikie
2015-02-02
1
-2
/
+2
*
Replace another std::set in the core of CodeGenRegister, this time with sorte...
Owen Anderson
2015-01-31
1
-1
/
+1
*
Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...
Owen Anderson
2015-01-31
1
-8
/
+8
*
Tablegen'erate lanemasks for register units.
Matthias Braun
2014-12-10
1
-6
/
+35
*
Add function that translates subregister lane masks to other subregs.
Matthias Braun
2014-12-10
1
-1
/
+96
*
Let tablegen compute maximum lanemask for regs/regclasses.
Matthias Braun
2014-12-10
1
-1
/
+2
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
1
-30
/
+19
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
1
-47
/
+43
[next]