index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
LiveInterval.h
Age
Commit message (
Expand
)
Author
2010-09-08
Remove dead code and data.
Jakob Stoklund Olesen
2010-09-08
Remove dead code.
Jakob Stoklund Olesen
2010-09-04
Remove dead code.
Jakob Stoklund Olesen
2010-08-12
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
Remove trailing whitespace.
Jakob Stoklund Olesen
2010-08-10
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-06
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-07-26
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-22
If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...
Lang Hames
2010-07-02
Rematerialize as much as possible before inserting spills and reloads.
Jakob Stoklund Olesen
2010-06-26
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-13
Let SmallVector take advantage of LiveRange's podness.
Benjamin Kramer
2010-05-21
Removed scaleNumbering method declaration from LiveInterval (not defined, not...
Lang Hames
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-03-01
Use methods to determine if a LiveInterval is spillable.
Jakob Stoklund Olesen
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-11-03
The Indexes Patch.
Lang Hames
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-09-14
Add early coalescing to liveintervals. This is work in progress and is known ...
Evan Cheng
2009-09-12
Whoops. Committed the headers for r81605 - 'Moved some more index operations ...
Lang Hames
2009-09-05
Stabilize the order of live intervals in the priority_queue used by the
Bob Wilson
2009-09-04
Removed yet another std::ostream reference.
Lang Hames
2009-09-04
Removed some junk and a std::ostream operator that was hanging around.
Lang Hames
2009-09-04
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-08-23
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-10
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-07-24
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-07-22
Make some changes suggested by Bill and Evan.
David Greene
2009-07-15
Remove mismatched and unnecessary declaration.
Daniel Dunbar
2009-07-14
New VNInfo alignment patch by Ryan Flynn.
Lang Hames
2009-07-14
Unbroke LiveInterval.
Lang Hames
2009-07-14
Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn.
Lang Hames
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-06-19
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-18
Don't use int8_t, that requires DataTypes.h
Chris Lattner
2009-06-18
include header for uint8_t.
Zhongxing Xu
2009-06-17
VNInfo cleanup.
Lang Hames
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-02
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-04-25
Do not share a single unknown val# for all the live ranges merged into a phys...
Evan Cheng
2009-04-18
Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...
Evan Cheng
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-03-11
Two coalescer fixes in one.
Evan Cheng
2009-02-08
Strengthen the previous check.
Evan Cheng
2009-02-08
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...
Evan Cheng
2009-02-02
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-01-29
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
[prev]
[next]