index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InlineSpiller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up the Spiller.h interface.
Jakob Stoklund Olesen
2010-08-13
1
-7
/
+5
*
Implement splitting inside a single block.
Jakob Stoklund Olesen
2010-08-13
1
-4
/
+9
*
Implement single block splitting.
Jakob Stoklund Olesen
2010-08-12
1
-0
/
+9
*
Avoid editing the current live interval during remat.
Jakob Stoklund Olesen
2010-08-10
1
-3
/
+3
*
Lazily defer duplicating the live interval we are splitting until we know it is
Jakob Stoklund Olesen
2010-08-06
1
-3
/
+4
*
Keep the MachiuneFunctionPass pointer around. It is useful for verification.
Jakob Stoklund Olesen
2010-08-06
1
-1
/
+3
*
Coalesce stack slot accesses that arise when spilling both sides of a COPY.
Jakob Stoklund Olesen
2010-08-04
1
-0
/
+23
*
Checkpoint SplitKit progress.
Jakob Stoklund Olesen
2010-08-04
1
-2
/
+5
*
Add SplitEditor to SplitKit. This class will be used to edit live intervals and
Jakob Stoklund Olesen
2010-07-26
1
-2
/
+2
*
Change the createSpiller interface to take a MachineFunctionPass argument.
Jakob Stoklund Olesen
2010-07-20
1
-13
/
+16
*
Beginning SplitKit - utility classes for live range splitting.
Jakob Stoklund Olesen
2010-07-20
1
-1
/
+26
*
Spillers may alter MachineLoopInfo when breaking critical edges, so make it
Jakob Stoklund Olesen
2010-07-19
1
-4
/
+7
*
Change TII::foldMemoryOperand API to require the machine instruction to be
Jakob Stoklund Olesen
2010-07-09
1
-3
/
+2
*
Remove invalid assert
Jakob Stoklund Olesen
2010-07-02
1
-1
/
+0
*
Properly handle debug values during inline spilling.
Jakob Stoklund Olesen
2010-07-02
1
-13
/
+32
*
Rematerialize as much as possible before inserting spills and reloads.
Jakob Stoklund Olesen
2010-07-02
1
-60
/
+179
*
Add memory operand folding support to InlineSpiller.
Jakob Stoklund Olesen
2010-07-01
1
-0
/
+37
*
Add support for rematerialization to InlineSpiller.
Jakob Stoklund Olesen
2010-06-30
1
-31
/
+128
*
Remember to track spill slot uses in VirtRegMap when inserting loads and stores.
Jakob Stoklund Olesen
2010-06-30
1
-0
/
+2
*
Begin implementation of an inline spiller.
Jakob Stoklund Olesen
2010-06-29
1
-0
/
+136