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 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
*
Spelling and grammar corrections in comments.
Eric Christopher
2016-05-04
1
-15
/
+15
*
Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper:...
Wei Mi
2016-04-15
1
-12
/
+22
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
Recommit r265547, and r265610,r265639,r265657 on top of it, plus
Wei Mi
2016-04-13
1
-478
/
+527
*
Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...
Hans Wennborg
2016-04-08
1
-522
/
+478
*
InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation]
NAKAMURA Takumi
2016-04-07
1
-1
/
+1
*
Fix the sanitizer bootstrap error in r265547.
Wei Mi
2016-04-07
1
-1
/
+8
*
Fix the compare-clang diff error introduced by r265547.
Wei Mi
2016-04-06
1
-1
/
+2
*
Recommit r265309 after fixed an invalid memory reference bug happened
Wei Mi
2016-04-06
1
-478
/
+514
*
Revert r265309 and r265312 because they caused some errors I need to investig...
Wei Mi
2016-04-04
1
-515
/
+479
*
Fix unused var warning caused by r265309.
Wei Mi
2016-04-04
1
-3
/
+3
*
Replace analyzeSiblingValues with new algorithm to fix its compile
Wei Mi
2016-04-04
1
-478
/
+514
*
CodeGen: Use MachineInstr& in InlineSpiller::rematerializeFor()
Duncan P. N. Exon Smith
2016-02-27
1
-16
/
+15
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-4
/
+4
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-15
/
+15
*
Some stackslots are allocated to vregs which have no real reference.
Wei Mi
2016-02-05
1
-7
/
+9
*
Use range-based for loops. NFC
Craig Topper
2015-12-24
1
-40
/
+32
*
CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()
Matthias Braun
2015-12-11
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[InlineSpiller] Fix rematerialization for bundles.
Quentin Colombet
2015-05-21
1
-1
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+2
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+2
*
LiveIntervalAnalysis: Factor out code to update liveness on physreg def removal
Matthias Braun
2015-01-21
1
-7
/
+2
*
Bugfix in InlineSpiller::traceSiblingValue().
Patrik Hagglund
2014-12-11
1
-3
/
+6
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-1
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
Lang Hames
2014-11-06
1
-0
/
+5
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+6
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-6
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+6
[next]