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
/
SimpleRegisterCoalescing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-5
/
+5
*
Pluggable coalescers inplementation.
David Greene
2007-09-06
1
-0
/
+11
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
1
-9
/
+10
*
More tweaks to improve compile time.
Evan Cheng
2007-09-01
1
-19
/
+21
*
std::map -> DenseMap for slight compile time benefit.
Evan Cheng
2007-08-31
1
-7
/
+7
*
Use std::map instead of a (potentially very sparse) array to track val# defin...
Evan Cheng
2007-08-31
1
-36
/
+27
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
1
-110
/
+118
*
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
1
-17
/
+27
*
Fix some kill info update bugs; add hidden option -disable-rematerialization ...
Evan Cheng
2007-08-16
1
-0
/
+6
*
Fix for PR1596: AdjustCopiesBackFrom() should conservatively check if any of ...
Evan Cheng
2007-08-14
1
-0
/
+13
*
Kill info update bugs.
Evan Cheng
2007-08-14
1
-1
/
+1
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
1
-6
/
+0
*
No need to remove dead range from soon-to-be-dead live interval. Its val# may...
Evan Cheng
2007-08-12
1
-3
/
+3
*
Code to maintain kill information during register coalescing.
Evan Cheng
2007-08-11
1
-14
/
+42
*
unbreak the build
Chris Lattner
2007-08-09
1
-1
/
+1
*
Bug fix. ~1U marks the val# dead.
Evan Cheng
2007-08-09
1
-1
/
+1
*
- Each val# can have multiple kills.
Evan Cheng
2007-08-08
1
-2
/
+2
*
- LiveInterval value#'s now have 3 components: def instruction #,
Evan Cheng
2007-08-07
1
-12
/
+12
*
shorten this name
Chris Lattner
2007-08-05
1
-2
/
+1
*
simpleregistercoalescing -> regcoalescing. It's too long for me to handle.
Evan Cheng
2007-07-31
1
-1
/
+1
*
Don't assume that only Uses can be kills. Defs are marked as kills initially
Dan Gohman
2007-07-20
1
-2
/
+2
*
Add comment.
Evan Cheng
2007-07-18
1
-0
/
+3
*
fix typos
Gabor Greif
2007-07-09
1
-31
/
+31
*
Factor live variable analysis so it does not do register coalescing
David Greene
2007-06-08
1
-0
/
+1138