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
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-11
/
+11
*
[codegen] Add generic functions to skip debug values.
Florian Hahn
2016-12-16
1
-9
/
+4
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-44
/
+50
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+3
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-20
/
+15
*
RegisterPressure: Fix default lanemask for missing regunit intervals
Matthias Braun
2016-04-29
1
-35
/
+33
*
RegisterPressure: Cannot produce dead (subregister) defs anymore
Matthias Braun
2016-04-29
1
-3
/
+2
*
RegisterPressure: Simplify liveness tracking when lanemasks are not checked.
Matthias Braun
2016-03-29
1
-31
/
+66
*
RegisterPressure: Small cleanup
Matthias Braun
2016-03-05
1
-11
/
+6
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-8
/
+8
*
MachineScheduler: Allow independent scheduling of sub register defs
Matthias Braun
2016-01-20
1
-12
/
+71
*
RegisterPressure: Make liveness tracking subregister aware
Matthias Braun
2016-01-20
1
-169
/
+424
*
RegisterPressure: Expose RegisterOperands API
Matthias Braun
2016-01-12
1
-61
/
+56
*
use std::max ; NFCI
Sanjay Patel
2016-01-06
1
-3
/
+2
*
RegisterPressure: Factor out liveness dead-def detection logic; NFCI
Matthias Braun
2015-12-10
1
-40
/
+43
*
RegisterPressure: Use range based for, fix else style; NFC
Matthias Braun
2015-12-03
1
-41
/
+28
*
RegisterPressure: If we do not collect dead defs the list must be empty
Matthias Braun
2015-12-01
1
-5
/
+1
*
RegisterPressure: Remove support for recede()/advance() at MBB boundaries
Matthias Braun
2015-12-01
1
-18
/
+5
*
RegisterPressure: Split RegisterOperands analysis code from result object; NFC
Matthias Braun
2015-12-01
1
-43
/
+60
*
RegisterPressure: Improve assert message
Matthias Braun
2015-11-03
1
-1
/
+2
*
RegisterPressure: Slightly nicer pressure diff dumping
Matthias Braun
2015-11-03
1
-1
/
+3
*
Revert "RegisterPressure: allocatable physreg uses are always kills"
Matthias Braun
2015-10-19
1
-27
/
+25
*
RegisterPressure: Unify the sparse sets in LiveRegsSet; NFC
Matthias Braun
2015-10-17
1
-12
/
+19
*
RegisterPressure: allocatable physreg uses are always kills
Matthias Braun
2015-10-17
1
-25
/
+27
*
RegisterPressure: Remove 0 entries from PressureChange
Matthias Braun
2015-10-17
1
-4
/
+14
*
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
[next]