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
/
RegisterPressure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RegisterPressure: Hide non-const iterators of PressureDiff
Matthias Braun
2015-10-17
1
-1
/
+1
*
RegisterPressure: Use range based for, cleanup
Matthias Braun
2015-10-16
1
-14
/
+7
*
RegisterPressure: LiveRegSet tracks register units not physregs
Matthias Braun
2015-09-29
1
-1
/
+1
*
Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L...
Matthias Braun
2015-09-17
1
-30
/
+32
*
RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu...
Matthias Braun
2015-09-17
1
-32
/
+30
*
RegisterPressure: Simplify close{Top|Bottom}()
Matthias Braun
2015-09-14
1
-12
/
+2
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
RegisterPressure: Add PressureDiff::dump()
Matthias Braun
2015-07-08
1
-0
/
+12
*
RegisterPressure: fix debug prints in case of physical registers
Fiona Glaser
2015-05-27
1
-2
/
+2
*
RegisterPressureTracker: reword stale comments.
Andrew Trick
2015-05-17
1
-7
/
+12
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
1
-0
/
+2
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
Alp Toker
2014-07-01
1
-2
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-2
/
+2
*
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
2014-03-13
1
-3
/
+3
*
Fix formatting introduced in r200941
David Blaikie
2014-02-09
1
-2
/
+1
*
Track register pressure a bit more carefully (weird corner case).
Andrew Trick
2014-02-06
1
-1
/
+8
*
increase the accuracy of register pressure computation in the presence of dea...
Pedro Artigas
2013-11-08
1
-6
/
+27
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-11
/
+11
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-3
/
+3
*
Added -misched-regpressure option.
Andrew Trick
2013-09-04
1
-8
/
+20
*
Use LiveRangeQuery for instruction-level liveness queries.
Andrew Trick
2013-08-30
1
-6
/
+8
*
mi-sched: update PressureDiffs on-the-fly for liveness.
Andrew Trick
2013-08-30
1
-22
/
+18
*
Replace LiveInterval::killedAt with isKilledAtInstr.
Andrew Trick
2013-08-30
1
-3
/
+3
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
1
-34
/
+203
*
Rename to RegPressure API parameters RegUnits.
Andrew Trick
2013-08-23
1
-13
/
+14
*
Simplify RegPressure helpers.
Andrew Trick
2013-08-23
1
-15
/
+12
*
Add a convenient PSetIterator for visiting pressure sets affected by a register.
Andrew Trick
2013-08-23
1
-68
/
+21
*
MI Sched: Track live-thru registers.
Andrew Trick
2013-07-30
1
-10
/
+57
*
MI Sched: track register pressure by importance of the set, not weight of the...
Andrew Trick
2013-07-25
1
-14
/
+20
*
MI-Sched: Adjust regpressure limits for reserved regs.
Andrew Trick
2013-06-21
1
-4
/
+4
*
MI Sched: fix a typo in RegPressure heuristics.
Andrew Trick
2013-06-17
1
-1
/
+1
*
Replace erase loop with std::remove_if.
Benjamin Kramer
2013-02-16
1
-6
/
+5
*
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
1
-1
/
+1
*
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
1
-0
/
+2
*
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
1
-241
/
+179
*
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
1
-94
/
+87
*
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
1
-5
/
+16
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
1
-12
/
+14
*
misched: handle on-the-fly regpressure queries better for 2-addr
Andrew Trick
2012-11-07
1
-8
/
+13
*
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
1
-6
/
+6
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
1
-2
/
+8
*
misched: regpressure getMaxPressureDelta, revert accidental checkin.
Andrew Trick
2012-06-11
1
-8
/
+2
*
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
1
-33
/
+80
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
[prev]
[next]