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
*
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-25
1
-4
/
+1
*
Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.
Jakob Stoklund Olesen
2010-09-21
1
-7
/
+5
*
Don't pollute the global namespace.
Jakob Stoklund Olesen
2010-09-21
1
-0
/
+2
*
MSVC9 does not support upper_bound with an asymmetric comparator.
Jakob Stoklund Olesen
2010-09-21
1
-6
/
+10
*
Add LiveInterval::find and use it for most LiveRange searching operations
Jakob Stoklund Olesen
2010-09-21
1
-68
/
+8
*
Remove dead method.
Jakob Stoklund Olesen
2010-09-21
1
-21
/
+0
*
Remove dead code.
Jakob Stoklund Olesen
2010-09-08
1
-11
/
+0
*
Remove dead code.
Jakob Stoklund Olesen
2010-09-04
1
-97
/
+0
*
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
1
-1
/
+22
*
Remove trailing whitespace.
Jakob Stoklund Olesen
2010-08-12
1
-22
/
+22
*
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-10
1
-12
/
+0
*
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-08-06
1
-0
/
+15
*
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-08-02
1
-5
/
+5
*
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-26
1
-40
/
+22
*
Print VNInfo flags.
Jakob Stoklund Olesen
2010-07-13
1
-0
/
+4
*
Add an assertion to make PR7542 fail consistently.
Jakob Stoklund Olesen
2010-07-13
1
-0
/
+1
*
Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
Jakob Stoklund Olesen
2010-07-13
1
-10
/
+2
*
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
1
-1
/
+0
*
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-25
1
-27
/
+33
*
Make sure all eliminated kills are removed from VNInfo lists.
Jakob Stoklund Olesen
2010-06-24
1
-0
/
+2
*
Add a few VNInfo data structure checks.
Jakob Stoklund Olesen
2010-06-23
1
-2
/
+5
*
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
1
-3
/
+3
*
Fix -Asserts warning.
Daniel Dunbar
2010-03-30
1
-4
/
+0
*
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-03-30
1
-5
/
+0
*
Fix a comment typo.
Bob Wilson
2010-01-12
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-2
/
+3
*
Added a new "splitting" spiller.
Lang Hames
2009-12-09
1
-1
/
+1
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-58
/
+31
*
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
1
-3
/
+3
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
1
-23
/
+23
*
Moved some more index operations over to LiveIntervals.
Lang Hames
2009-09-12
1
-1
/
+1
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
1
-46
/
+64
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
1
-15
/
+1
*
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
1
-1
/
+1
*
More move to raw_ostream.
Daniel Dunbar
2009-07-24
1
-4
/
+3
*
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-07-24
1
-0
/
+13
*
Reorder if-else branches as suggested by Bill.
David Greene
2009-07-22
1
-4
/
+4
*
Make some changes suggested by Bill and Evan.
David Greene
2009-07-22
1
-17
/
+24
*
Add some support for iterative coalescers to calculate a joined live
David Greene
2009-07-21
1
-1
/
+17
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
1
-3
/
+6
*
Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...
Lang Hames
2009-06-24
1
-1
/
+2
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-19
/
+17
*
Part 1.
Evan Cheng
2009-06-15
1
-7
/
+5
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
1
-5
/
+21
*
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
[next]