index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegisterPressure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Move RegisterPressure.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-5
/
+4
*
regpressure: Added RegisterPressure::dump
Andrew Trick
2012-05-24
1
-0
/
+18
*
regpressure: physreg livein/out fix
Andrew Trick
2012-05-24
1
-2
/
+2
*
misched: Added 3-level regpressure back-off.
Andrew Trick
2012-05-17
1
-21
/
+68
*
comment
Andrew Trick
2012-05-17
1
-1
/
+1
*
regpressure: Fix getMaxUpwardPressureDelta.
Andrew Trick
2012-05-17
1
-2
/
+6
*
whitespace
Andrew Trick
2012-05-17
1
-2
/
+2
*
misched: Introducing Top and Bottom register pressure trackers during schedul...
Andrew Trick
2012-05-10
1
-16
/
+18
*
RegPressure: API for speculatively checking instruction pressure.
Andrew Trick
2012-05-10
1
-1
/
+180
*
RegPressure: fix array index iteration style.
Andrew Trick
2012-05-10
1
-8
/
+8
*
RegisterPressure: ArrayRefize some functions for better readability. No funct...
Benjamin Kramer
2012-04-29
1
-34
/
+36
*
RegisterPressure: A utility for computing register pressure within a
Andrew Trick
2012-04-24
1
-0
/
+543