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
/
LiveInterval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-0
/
+23
*
Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.
Evan Cheng
2009-04-28
1
-1
/
+1
*
Also delete last unused val#.
Evan Cheng
2009-04-27
1
-0
/
+6
*
Reuse unused val#'s to avoid running out of memory in extreme cases.
Evan Cheng
2009-04-25
1
-1
/
+5
*
Do not share a single unknown val# for all the live ranges merged into a phys...
Evan Cheng
2009-04-25
1
-19
/
+13
*
Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...
Evan Cheng
2009-04-18
1
-0
/
+16
*
Implement support for using modeling implicit-zero-extension on x86-64
Dan Gohman
2009-04-08
1
-16
/
+33
*
Two coalescer fixes in one.
Evan Cheng
2009-03-11
1
-2
/
+41
*
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
1
-1
/
+3
*
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
1
-0
/
+10
*
Fix comment about removeRange.
Evan Cheng
2009-01-29
1
-1
/
+1
*
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
1
-4
/
+0
*
Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
Dale Johannesen
2008-09-19
1
-0
/
+4
*
Use empty() instead of begin() == end().
Dan Gohman
2008-08-14
1
-1
/
+1
*
Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...
Evan Cheng
2008-06-23
1
-2
/
+2
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
1
-2
/
+18
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-1
/
+1
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-1
/
+1
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
- Removing the infamous r2rMap_ and rep() method. Now the coalescer will update
Evan Cheng
2008-02-15
1
-0
/
+21
*
- Added removeValNo() to remove all live ranges of a particular value#.
Evan Cheng
2008-02-13
1
-7
/
+61
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-4
/
+5
*
Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val...
Evan Cheng
2008-01-30
1
-3
/
+3
*
remove dead #include
Chris Lattner
2008-01-14
1
-1
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Replace the odd kill# hack with something less fragile.
Evan Cheng
2007-11-29
1
-1
/
+3
*
Kill info update bug.
Evan Cheng
2007-11-29
1
-0
/
+3
*
Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace
Evan Cheng
2007-10-17
1
-7
/
+57
*
When coalescing an EXTRACT_SUBREG and the dst register is a physical register,
Evan Cheng
2007-10-14
1
-1
/
+1
*
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-12
1
-0
/
+37
*
Constify to catch bugs.
David Greene
2007-09-06
1
-2
/
+2
*
Fix a memory leak.
Evan Cheng
2007-09-06
1
-0
/
+2
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
1
-36
/
+18
*
More tweaks to improve compile time.
Evan Cheng
2007-09-01
1
-22
/
+35
*
Remove an unnecessary element, saving 4 bytes per LiveInterval.
Evan Cheng
2007-08-31
1
-3
/
+0
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
1
-52
/
+78
*
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
1
-27
/
+19
*
Kill info update bugs.
Evan Cheng
2007-08-14
1
-1
/
+2
*
Kill info update bugs.
Evan Cheng
2007-08-13
1
-5
/
+2
*
Code to maintain kill information during register coalescing.
Evan Cheng
2007-08-11
1
-11
/
+32
*
Clean up and bug fix.
Evan Cheng
2007-08-08
1
-1
/
+1
*
- Each val# can have multiple kills.
Evan Cheng
2007-08-08
1
-6
/
+3
*
Remove a dead assertion.
Evan Cheng
2007-08-08
1
-1
/
+0
*
- LiveInterval value#'s now have 3 components: def instruction #,
Evan Cheng
2007-08-07
1
-7
/
+12
*
Add a register allocation preference field; add a method to compute size of a...
Evan Cheng
2007-04-17
1
-0
/
+9
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-1
/
+1
*
The best unbreakage yet, addressing Bill's concerns.
Jeff Cohen
2006-12-16
1
-3
/
+2
*
An even better unbreakage...
Jeff Cohen
2006-12-15
1
-0
/
+7
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-4
/
+3
*
Converted to using llvm streams instead of <iostream>s
Bill Wendling
2006-11-29
1
-1
/
+1
[next]