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
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
* Wrap some comments to 80 cols
Chris Lattner
2004-09-30
1
-1
/
+6
*
Use a DenseMap for mapping reg->reg. This improves the LiveInterval
Alkis Evlogimenos
2004-09-08
1
-6
/
+7
*
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
1
-0
/
+2
*
Clean up whitespace.
Alkis Evlogimenos
2004-08-04
1
-1
/
+1
*
Convert indentation to 2 spaces.
Alkis Evlogimenos
2004-08-04
1
-152
/
+152
*
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
Alkis Evlogimenos
2004-07-24
1
-17
/
+21
*
Completely eliminate the intervals_ list. instead, the r2iMap_ maintains
Chris Lattner
2004-07-24
1
-24
/
+26
*
Add a new differingRegisterClasses method
Chris Lattner
2004-07-24
1
-4
/
+8
*
More minor changes:
Chris Lattner
2004-07-23
1
-3
/
+17
*
Speedup debug builds a bit
Chris Lattner
2004-07-23
1
-2
/
+3
*
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
Chris Lattner
2004-07-23
1
-3
/
+3
*
Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
Chris Lattner
2004-07-23
1
-75
/
+1
*
Improve comments a bit
Chris Lattner
2004-07-23
1
-5
/
+28
*
Force coallescing of live ranges that have a single definition, even if they
Chris Lattner
2004-07-23
1
-0
/
+1
*
Split joinIntervals into two methods
Chris Lattner
2004-07-19
1
-0
/
+4
*
fill comment to 80 cols
Chris Lattner
2004-07-19
1
-11
/
+7
*
Rename Interval class to LiveInterval to avoid conflicting with the already
Chris Lattner
2004-06-21
1
-16
/
+17
*
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
1
-50
/
+40
*
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
1
-4
/
+6
*
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-29
1
-2
/
+0
*
Add definition list to each live interval.
Alkis Evlogimenos
2004-04-09
1
-3
/
+7
*
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
1
-1
/
+2
*
Abstract merging of ranges away from number of slots per instruction.
Alkis Evlogimenos
2004-02-22
1
-1
/
+4
*
Too many changes in one commit:
Alkis Evlogimenos
2004-02-20
1
-1
/
+33
*
Move unused typedefs in private section. Add method to return interval
Alkis Evlogimenos
2004-02-18
1
-2
/
+6
*
Add LiveIntervals::Interval::empty() member function.
Alkis Evlogimenos
2004-02-17
1
-2
/
+4
*
Eliminate the use of spill (reserved) registers.
Alkis Evlogimenos
2004-02-15
1
-7
/
+10
*
Merge safe parts from last night's buggy commit. These do not break
Alkis Evlogimenos
2004-01-31
1
-20
/
+7
*
Revert last night's changes as they broke some tests. Will remerge parts of t...
Alkis Evlogimenos
2004-01-31
1
-10
/
+10
*
Several performance enhancements and cleanups from Chris.
Alkis Evlogimenos
2004-01-31
1
-10
/
+10
*
Fix failing test cases with joined live intervals. It turns out that
Alkis Evlogimenos
2004-01-23
1
-0
/
+2
*
Add option to join live intervals. Two intervals are joined if there
Alkis Evlogimenos
2004-01-22
1
-4
/
+20
*
Fold open interval ends handling into
Alkis Evlogimenos
2004-01-16
1
-1
/
+1
*
Use a list instead of a vector to store intervals. This will be needed
Alkis Evlogimenos
2004-01-16
1
-2
/
+3
*
Remove allocatable registers vector. It is already provided by
Alkis Evlogimenos
2004-01-13
1
-2
/
+0
*
Add coalescing to register allocator. A hint is added to each interval
Alkis Evlogimenos
2003-12-28
1
-0
/
+1
*
Change weight into a float so that we can take into account the
Alkis Evlogimenos
2003-12-21
1
-2
/
+3
*
Add support for inactive intervals. This effectively reuses registers
Alkis Evlogimenos
2003-12-21
1
-4
/
+6
*
Rename LiveIntervals::expired() to LiveIntervals::expiredAt().
Alkis Evlogimenos
2003-12-18
1
-1
/
+1
*
Handle multiple virtual register definitions gracefully.
Alkis Evlogimenos
2003-12-18
1
-47
/
+4
*
Move operator<<(std::ostream&, const LiveInterval&) out of the header file.
Alkis Evlogimenos
2003-12-05
1
-9
/
+2
*
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
2003-11-20
1
-0
/
+211