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
/
LiveInterval.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-07-24
1
-0
/
+12
*
Make some changes suggested by Bill and Evan.
David Greene
2009-07-22
1
-0
/
+4
*
Remove mismatched and unnecessary declaration.
Daniel Dunbar
2009-07-15
1
-1
/
+0
*
New VNInfo alignment patch by Ryan Flynn.
Lang Hames
2009-07-14
1
-14
/
+3
*
Unbroke LiveInterval.
Lang Hames
2009-07-14
1
-4
/
+7
*
Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn.
Lang Hames
2009-07-14
1
-22
/
+21
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
1
-23
/
+59
*
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
1
-8
/
+8
*
Don't use int8_t, that requires DataTypes.h
Chris Lattner
2009-06-18
1
-7
/
+8
*
include header for uint8_t.
Zhongxing Xu
2009-06-18
1
-0
/
+1
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-17
/
+119
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
1
-4
/
+6
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-0
/
+24
*
Do not share a single unknown val# for all the live ranges merged into a phys...
Evan Cheng
2009-04-25
1
-4
/
+0
*
Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...
Evan Cheng
2009-04-18
1
-0
/
+4
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-3
/
+4
*
Two coalescer fixes in one.
Evan Cheng
2009-03-11
1
-0
/
+9
*
Strengthen the previous check.
Evan Cheng
2009-02-08
1
-9
/
+7
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...
Evan Cheng
2009-02-08
1
-0
/
+13
*
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
1
-1
/
+1
*
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
1
-0
/
+4
*
Fix comment about removeRange.
Evan Cheng
2009-01-29
1
-1
/
+1
*
Forgot to commit this file.
Owen Anderson
2008-12-28
1
-0
/
+10
*
LiveInterval::removeKills and isKill don't need 'this' and
Dan Gohman
2008-12-20
1
-2
/
+2
*
Fix PR3149. If an early clobber def is a physical register and it is tied to ...
Evan Cheng
2008-12-19
1
-3
/
+7
*
LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs code
Dan Gohman
2008-11-26
1
-1
/
+1
*
Correct a function name in a comment.
Dan Gohman
2008-11-12
1
-1
/
+1
*
- More pre-split fixes: spill slot live interval computation bug; restore poi...
Evan Cheng
2008-10-29
1
-0
/
+2
*
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
1
-8
/
+2
*
Shorten and rearrange data fields to save a word of memory.
Dale Johannesen
2008-09-20
1
-6
/
+7
*
Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
Dale Johannesen
2008-09-19
1
-2
/
+7
*
Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...
Evan Cheng
2008-06-23
1
-4
/
+8
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
1
-3
/
+21
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-2
/
+0
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-6
/
+8
*
Special handling of zero-sized live intervals.
Evan Cheng
2008-04-03
1
-2
/
+4
*
Detabify
Bill Wendling
2008-02-26
1
-1
/
+1
*
- Removing the infamous r2rMap_ and rep() method. Now the coalescer will update
Evan Cheng
2008-02-15
1
-11
/
+24
*
- Added removeValNo() to remove all live ranges of a particular value#.
Evan Cheng
2008-02-13
1
-9
/
+7
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-4
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Replace the odd kill# hack with something less fragile.
Evan Cheng
2007-11-29
1
-2
/
+5
*
Update comments.
Evan Cheng
2007-10-17
1
-4
/
+5
*
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
-3
/
+15
*
Constify to catch bugs.
David Greene
2007-09-06
1
-2
/
+3
*
Accidentially left this out.
Evan Cheng
2007-09-05
1
-1
/
+2
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
1
-36
/
+35
*
Remove an unnecessary element, saving 4 bytes per LiveInterval.
Evan Cheng
2007-08-31
1
-5
/
+4
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
1
-138
/
+63
[next]