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 unused hidden option.
Evan Cheng
2008-02-09
1
-6
/
+1
*
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2008-01-04
1
-0
/
+2
*
80-column violations.
Bill Wendling
2008-01-04
1
-10
/
+14
*
update a couple of references to SSARegMap.
Chris Lattner
2007-12-31
1
-2
/
+2
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-14
/
+13
*
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
1
-3
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
The physical register + virtual register joining requirement was much too str...
Evan Cheng
2007-12-20
1
-1
/
+1
*
Switch over to MachineLoopInfo.
Evan Cheng
2007-12-11
1
-13
/
+12
*
Add an option to control this heuristic tweak so I can test it.
Evan Cheng
2007-12-07
1
-1
/
+6
*
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-12-06
1
-0
/
+14
*
Replace the odd kill# hack with something less fragile.
Evan Cheng
2007-11-29
1
-0
/
+4
*
Live interval splitting:
Evan Cheng
2007-11-17
1
-1
/
+2
*
Clean up sub-register implementation by moving subReg information back to
Evan Cheng
2007-11-14
1
-6
/
+9
*
Refactor some code.
Evan Cheng
2007-11-12
1
-2
/
+1
*
First step towards moving the coalescer to priority_queue based machinery.
Evan Cheng
2007-11-06
1
-34
/
+181
*
Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common
Evan Cheng
2007-11-05
1
-2
/
+2
*
Skip over deleted val#'s.
Evan Cheng
2007-11-05
1
-2
/
+2
*
- Coalesce extract_subreg when both intervals are relatively small.
Evan Cheng
2007-11-01
1
-23
/
+46
*
Really fix PR1734. Carefully track which register uses are sub-register uses by
Evan Cheng
2007-10-18
1
-8
/
+25
*
One more extract_subreg coalescing bug fix.
Evan Cheng
2007-10-17
1
-1
/
+1
*
Fix PR1734.
Evan Cheng
2007-10-16
1
-1
/
+1
*
Code clean up.
Evan Cheng
2007-10-16
1
-13
/
+27
*
Fix PR1729: watch out for val# with no def.
Evan Cheng
2007-10-15
1
-8
/
+13
*
When coalescing an EXTRACT_SUBREG and the dst register is a physical register,
Evan Cheng
2007-10-14
1
-25
/
+27
*
Restrict EXTRACT_SUBREG coalescing to avoid negative performance impact.
Evan Cheng
2007-10-12
1
-1
/
+6
*
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-12
1
-17
/
+106
*
Bad choice of variable name.
Evan Cheng
2007-10-10
1
-2
/
+2
*
Fix an extremely stupid bug that prevented first round of coalescing (physica...
Evan Cheng
2007-10-09
1
-1
/
+2
*
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
[next]