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
...
*
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
*
Fix in InlineSpiller to make the rematerilization loop also consider
Patrik Hagglund
2014-09-01
1
-7
/
+18
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-15
/
+10
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-7
/
+7
*
Register allocator: add condition to hoist a spill to outer loop.
Manman Ren
2014-03-21
1
-0
/
+14
*
Revert r203883 (which was more of a bandaid) and fix the real underlying
Owen Anderson
2014-03-14
1
-1
/
+1
*
Fix issue with r203865. The old behaviour would get a MachineOperand then fi...
Pete Cooper
2014-03-14
1
-1
/
+1
*
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
2014-03-13
1
-14
/
+24
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-7
/
+7
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix for PR18396: Assertion: MO->isDead "Cannot fold physreg def".
Andrew Trick
2014-01-07
1
-4
/
+3
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
1
-1
/
+4
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-1
/
+1
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-3
/
+3
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-1
/
+1
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-2
/
+2
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-1
/
+1
*
Auto-compute live intervals on demand.
Mark Lacey
2013-08-14
1
-55
/
+84
*
Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
Adrian Prantl
2013-07-10
1
-1
/
+2
*
Update physreg live intervals during remat.
Andrew Trick
2013-06-21
1
-0
/
+28
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-2
/
+5
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-9
/
+5
[prev]
[next]