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
/
LiveRangeEdit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treat clones the same as their origin.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+4
*
Recompute register class and hint for registers created during spilling.
Jakob Stoklund Olesen
2011-03-29
1
-0
/
+5
*
Properly enable rematerialization when spilling after live range splitting.
Jakob Stoklund Olesen
2011-03-29
1
-0
/
+5
*
Use individual register classes when spilling snippets.
Jakob Stoklund Olesen
2011-03-26
1
-3
/
+3
*
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-17
1
-3
/
+8
*
Add a LiveRangeEdit delegate callback before shrinking a live range.
Jakob Stoklund Olesen
2011-03-16
1
-0
/
+3
*
Tell the register allocator about new unused virtual registers.
Jakob Stoklund Olesen
2011-03-13
1
-0
/
+9
*
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
1
-1
/
+8
*
Add a virtual dtor to Delegate to silence -Wnon-virtual-dtor
Matt Beaumont-Gay
2011-03-09
1
-0
/
+1
*
Add a LiveRangeEdit::Delegate protocol.
Jakob Stoklund Olesen
2011-03-09
1
-2
/
+15
*
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-08
1
-0
/
+8
*
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-03-07
1
-3
/
+3
*
Transfer simply defined values directly without recomputing liveness and SSA.
Jakob Stoklund Olesen
2011-03-02
1
-4
/
+4
*
This method belonged in VirtRegMap.
Jakob Stoklund Olesen
2011-02-19
1
-4
/
+0
*
Use VirtRegMap's Virt2SplitMap to keep track of the original live range befor...
Jakob Stoklund Olesen
2011-02-18
1
-0
/
+4
*
Reapply this.
Eric Christopher
2011-02-03
1
-0
/
+1
*
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
1
-1
/
+0
*
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-03
1
-0
/
+1
*
Teach the inline spiller to attempt folding a load instruction into its single
Jakob Stoklund Olesen
2010-12-18
1
-0
/
+6
*
Simplify the LiveRangeEdit::canRematerializeAt() interface a bit.
Jakob Stoklund Olesen
2010-11-10
1
-5
/
+5
*
Don't assign new registers created during a split to the same stack slot, but
Jakob Stoklund Olesen
2010-11-01
1
-4
/
+0
*
Fix sign error.
Jakob Stoklund Olesen
2010-10-29
1
-1
/
+1
*
After splitting, compute connected components of all new registers, not just for
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+2
*
Move some of the InlineSpiller rematerialization code into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-20
1
-5
/
+60
*
Move stack slot assignments into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-15
1
-1
/
+6
*
Create a new LiveRangeEdit class to keep track of the new registers created when
Jakob Stoklund Olesen
2010-10-14
1
-0
/
+70