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
/
include
/
llvm
/
CodeGen
/
LiveIntervalAnalysis.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch over to MachineLoopInfo.
Evan Cheng
2007-12-11
1
-4
/
+5
*
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-12-06
1
-2
/
+8
*
- Mark last use of a split interval as kill instead of letting spiller track it.
Evan Cheng
2007-12-05
1
-0
/
+2
*
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
Evan Cheng
2007-12-05
1
-1
/
+4
*
Remove redundant foldMemoryOperand variants and other code clean up.
Evan Cheng
2007-12-02
1
-2
/
+1
*
Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...
Evan Cheng
2007-12-01
1
-1
/
+2
*
Do not fold reload into an instruction with multiple uses. It issues one extr...
Evan Cheng
2007-11-30
1
-2
/
+3
*
Fix a major performance issue with splitting. If there is a def (not def/use)
Evan Cheng
2007-11-29
1
-4
/
+19
*
Fixed various live interval splitting bugs / compile time issues.
Evan Cheng
2007-11-29
1
-4
/
+9
*
Recover compile time regression.
Evan Cheng
2007-11-28
1
-3
/
+3
*
Live interval splitting:
Evan Cheng
2007-11-17
1
-6
/
+19
*
Fixed a compilation error.
Hartmut Kaiser
2007-11-13
1
-0
/
+1
*
Refactor some code.
Evan Cheng
2007-11-12
1
-3
/
+27
*
There are times when the coalescer would not coalesce away a copy but the copy
Evan Cheng
2007-11-03
1
-0
/
+5
*
Remove unnecessary include.
Evan Cheng
2007-10-18
1
-1
/
+0
*
Apply Chris' suggestions.
Evan Cheng
2007-10-17
1
-1
/
+1
*
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-17
1
-0
/
+11
*
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-12
1
-7
/
+2
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
1
-0
/
+7
*
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
1
-5
/
+7
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
1
-1
/
+1
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
1
-7
/
+30
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+235