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
/
InlineSpiller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo "psuedo" in comments
Jay Foad
2020-01-03
1
-1
/
+1
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-3
/
+3
*
[MIBundles] Move analyzePhysReg out of MIBundleOperands iterator (NFC).
Florian Hahn
2019-12-02
1
-2
/
+1
*
[MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC).
Florian Hahn
2019-12-02
1
-5
/
+3
*
Move LiveRangeCalc header to publicily available position. NFC
Marcello Maggioni
2019-10-17
1
-1
/
+1
*
[DebugInfo][If-Converter] Update call site info during the optimization
Nikola Prica
2019-10-08
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-7
/
+5
*
[CodeGen] Enhance `MachineInstrSpan` to allow the end of MBB to be used.
Michael Liao
2019-07-05
1
-3
/
+3
*
[Backend] Keep call site info valid through the backend
Djordje Todorovic
2019-06-27
1
-0
/
+2
*
[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.
Jonas Paulsson
2019-06-08
1
-1
/
+1
*
[InlineSpiller] Fix a crash due to lack of forward progress from remat (try 2)
Philip Reames
2019-02-12
1
-0
/
+35
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert change 335077 "[InlineSpiller] Fix a crash due to lack of forward prog...
Artur Pilipenko
2018-06-25
1
-26
/
+0
*
[InlineSpiller] Fix a crash due to lack of forward progress from remat specif...
Philip Reames
2018-06-19
1
-0
/
+26
*
[DebugInfo] Only handle DBG_VALUE in InlineSpiller.
Shiva Chen
2018-05-16
1
-2
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-41
/
+42
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC
Matthias Braun
2017-12-18
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
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
*
[RegAlloc] Keep a copy of live interval for the spilled vregs in HoistSpillHe...
Wei Mi
2017-09-13
1
-24
/
+29
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-29
1
-38
/
+45
*
RA: Replace asserts related to empty live intervals
Matt Arsenault
2017-07-24
1
-1
/
+4
*
RA: Remove another assert on empty intervals
Matt Arsenault
2017-07-22
1
-2
/
+2
*
[InlineSpiller] Only account for real spills in the hoisting logic
Quentin Colombet
2017-06-07
1
-3
/
+6
*
[InlineSpiller] Don't spill fully undef values
Quentin Colombet
2017-06-05
1
-2
/
+24
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-13
/
+3
*
CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlot...
Junmo Park
2017-03-28
1
-1
/
+2
*
Minor code cleanup. NFC.
Junmo Park
2017-02-25
1
-1
/
+1
*
Fix for InlineSpiller accessing not updated dom tree base information.
Bjorn Pettersson
2017-01-04
1
-4
/
+4
*
[InlineSpiller] Don't call TargetInstrInfo::foldMemoryOperand with an empty l...
Quentin Colombet
2016-12-08
1
-0
/
+5
*
[X86] Allow folding of stack reloads when loading a subreg of the spilled reg
Michael Kuperstein
2016-11-23
1
-4
/
+7
*
Place the lowered phi instruction(s) before the DEBUG_VALUE entry
Keith Walker
2016-09-16
1
-1
/
+1
*
When the inline spiller rematerializes an instruction, take the debug locatio...
Wolfgang Pieb
2016-08-16
1
-1
/
+7
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
Allow dead insts to be kept in DeadRemat only when they are rematerializable.
Wei Mi
2016-07-08
1
-3
/
+3
*
CodeGen: Use MachineInstr& in HoistSpillHelper, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-14
/
+15
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-24
/
+24
*
InsertPointAnalysis: Move current live interval from being a class member
Wei Mi
2016-05-23
1
-3
/
+3
*
Fix a bug when hoist spill to a BB with landingpad successor.
Wei Mi
2016-05-11
1
-6
/
+10
*
[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.
Jonas Paulsson
2016-05-10
1
-2
/
+2
[next]