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
/
lib
/
CodeGen
/
LivePhysRegs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ARM][LowOverheadLoops] Update liveness info"
Sam Parker
2020-01-09
1
-13
/
+0
*
[ARM][LowOverheadLoops] Update liveness info
Sam Parker
2020-01-09
1
-0
/
+13
*
[LiveRegUnits] Add phys_regs_and_masks iterator range (NFC).
Florian Hahn
2019-12-11
1
-16
/
+12
*
[NFC][LivePhysRegs] Fix incorrect comment
rollrat
2019-12-08
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-5
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
LivePhysRegs/IfConversion: Change some types from unsigned to MCPhysReg; NFC
Matthias Braun
2018-11-06
1
-5
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[LivePhysRegs] Remove registers clobbered by regmasks from the live set
Krzysztof Parzyszek
2018-04-30
1
-1
/
+5
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[CodeGen] Avoid handling DBG_VALUE in the LivePhysRegs (addUses,removeDefs,st...
Matt Davis
2018-03-19
1
-3
/
+3
*
[LivePhysRegs] Fix handling of return instructions.
Eli Friedman
2018-02-06
1
-17
/
+14
*
Revert r323559 due to EXPENSIVE_CHECKS regression.
Eli Friedman
2018-01-31
1
-2
/
+2
*
[LivePhysRegs] Preserve pristine regs in blocks with no successors.
Eli Friedman
2018-01-26
1
-2
/
+2
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[IfConversion] More simple, correct dead/kill liveness handling
Krzysztof Parzyszek
2017-09-14
1
-5
/
+62
*
Preserve existing regs when adding pristines to LivePhysRegs/LiveRegUnits
Krzysztof Parzyszek
2017-09-08
1
-7
/
+22
*
Insert IMPLICIT_DEFS for undef uses in tail merging
Matthias Braun
2017-09-06
1
-5
/
+17
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
1
-1
/
+2
*
LiveRegUnits: Port recent LivePhysRegs bugfixes
Matthias Braun
2017-06-03
1
-2
/
+1
*
LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFC
Matthias Braun
2017-05-26
1
-1
/
+1
*
LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI
Matthias Braun
2017-05-26
1
-31
/
+48
*
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
Matthias Braun
2017-05-26
1
-2
/
+6
*
Revert "LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI"
Matthias Braun
2017-05-26
1
-41
/
+27
*
Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
Matthias Braun
2017-05-26
1
-6
/
+2
*
LivePhysRegs: Follow-up to r303937
Matthias Braun
2017-05-26
1
-1
/
+1
*
LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI
Matthias Braun
2017-05-25
1
-27
/
+41
*
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
Matthias Braun
2017-05-25
1
-1
/
+5
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-2
/
+5
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-3
/
+2
*
BranchRelaxation: Recompute live-ins when splitting a block
Matthias Braun
2016-12-16
1
-0
/
+23
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-2
/
+2
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-3
/
+5
*
Handle non-~0 lane masks on live-in registers in LivePhysRegs
Krzysztof Parzyszek
2016-10-28
1
-2
/
+3
*
Handle lane masks in LivePhysRegs when adding live-ins
Krzysztof Parzyszek
2016-10-12
1
-5
/
+12
*
Only track physical registers in LivePhysRegs
Krzysztof Parzyszek
2016-10-07
1
-3
/
+3
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
LivePhysRegs: addLiveOuts() can skip addPristines() in ret block
Matthias Braun
2016-07-09
1
-1
/
+2
*
AArch64: Replace a RegScavenger instance with LivePhysRegs
Matthias Braun
2016-07-06
1
-0
/
+14
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-8
/
+8
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-18
/
+18
*
LivePhysRegs: Remove redundant check
Matthias Braun
2016-04-06
1
-1
/
+1
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-3
/
+3
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Fix LivePhysRegs::addLiveOuts
Weiming Zhao
2016-01-22
1
-1
/
+1
*
LivePhysRegs: Fix live-outs of return blocks
Matthias Braun
2015-09-25
1
-2
/
+10
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
[next]