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
/
lib
/
CodeGen
/
LiveInterval.cpp
Age
Commit message (
Expand
)
Author
2010-10-29
Teach ConnectedVNInfoEqClasses::Classify to deal with unused values.
Jakob Stoklund Olesen
2010-10-29
Fix broken equivalence class calculation. We could probably also use
Jakob Stoklund Olesen
2010-10-09
Silence compiler warning.
Benjamin Kramer
2010-10-08
Classify value numbers into connected components in linear time.
Jakob Stoklund Olesen
2010-10-07
After splitting, the remaining LiveInterval may be fragmented into multiple
Jakob Stoklund Olesen
2010-10-05
Tweak VNInfo printing.
Jakob Stoklund Olesen
2010-10-05
Add assert for valid slot indexes.
Jakob Stoklund Olesen
2010-10-01
When RemoveCopyByCommutingDef is creating additional identity copies, just use
Jakob Stoklund Olesen
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-21
Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.
Jakob Stoklund Olesen
2010-09-21
Don't pollute the global namespace.
Jakob Stoklund Olesen
2010-09-21
MSVC9 does not support upper_bound with an asymmetric comparator.
Jakob Stoklund Olesen
2010-09-21
Add LiveInterval::find and use it for most LiveRange searching operations
Jakob Stoklund Olesen
2010-09-21
Remove dead method.
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-08-02
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-07-26
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-13
Print VNInfo flags.
Jakob Stoklund Olesen
2010-07-13
Add an assertion to make PR7542 fail consistently.
Jakob Stoklund Olesen
2010-07-13
Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
Jakob Stoklund Olesen
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-24
Make sure all eliminated kills are removed from VNInfo lists.
Jakob Stoklund Olesen
2010-06-23
Add a few VNInfo data structure checks.
Jakob Stoklund Olesen
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
Fix -Asserts warning.
Daniel Dunbar
2010-03-30
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-01-12
Fix a comment typo.
Bob Wilson
2010-01-04
Change errs() to dbgs().
David Greene
2009-12-09
Added a new "splitting" spiller.
Lang Hames
2009-11-03
The Indexes Patch.
Lang Hames
2009-10-03
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-09-12
Moved some more index operations over to LiveIntervals.
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
More move to raw_ostream.
Daniel Dunbar
2009-07-24
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-07-22
Reorder if-else branches as suggested by Bill.
David Greene
2009-07-22
Make some changes suggested by Bill and Evan.
David Greene
2009-07-21
Add some support for iterative coalescers to calculate a joined live
David Greene
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-06-24
Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...
Lang Hames
2009-06-17
VNInfo cleanup.
Lang Hames
[next]