index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SimpleRegisterCoalescing.h
Age
Commit message (
Expand
)
Author
2011-05-18
Eliminate dead dead code elimination code.
Jakob Stoklund Olesen
2011-04-04
Extract physreg joining policy to a separate method.
Jakob Stoklund Olesen
2011-03-31
Mark all uses as <undef> when joining a copy.
Jakob Stoklund Olesen
2011-03-09
Delete dead code.
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2010-12-02
Implement the first half of LiveDebugVariables.
Jakob Stoklund Olesen
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-08-10
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-06
Be more forgiving when calculating alias interference for physreg coalescing.
Jakob Stoklund Olesen
2010-06-24
Teach AdjustCopiesBackFrom to also use CoalescerPair to identify compatible c...
Jakob Stoklund Olesen
2010-06-24
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2010-06-24
Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...
Jakob Stoklund Olesen
2010-06-24
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2010-06-22
Remove the SimpleJoin optimization from SimpleRegisterCoalescing.
Jakob Stoklund Olesen
2010-06-15
Add CoalescerPair helper class.
Jakob Stoklund Olesen
2010-04-29
Slightly verboser debug spew from coalescer
Jakob Stoklund Olesen
2010-04-28
Recompute kill flags from live intervals after coalescing instead of trying to
Jakob Stoklund Olesen
2010-04-21
- Clean up some crappy code which deals with coalescing of copies which look at
Evan Cheng
2009-12-19
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-14
Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...
Lang Hames
2009-11-03
The Indexes Patch.
Lang Hames
2009-10-30
Stop the iterator in ValueLiveAt from potentially running off the end of the ...
Lang Hames
2009-10-29
Reapply r85338.
Bill Wendling
2009-10-29
Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
Bill Wendling
2009-10-27
Fixed a bug in the coalescer where intervals were occasionally merged despite...
Lang Hames
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-09-21
Clean up spill weight computation. Also some changes to give loop induction
Evan Cheng
2009-09-12
Remove -new-coalescer-heuristic. It's not useful.
Evan Cheng
2009-09-04
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-07-17
Simplify some more.
Evan Cheng
2009-07-17
Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef...
Evan Cheng
2009-07-16
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-06-16
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-02
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-04-30
Add a smarter heuristic to determine when to coalesce a virtual register with...
Evan Cheng
2009-02-05
ReMaterializeTrivialDef need to trim the live interval to the last kill if th...
Evan Cheng
2009-01-23
Cross register class coalescing. Not yet enabled.
Evan Cheng
2009-01-20
Refactor code. No functionality change.
Evan Cheng
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-10-27
Remove val# defined by a remat'ed def that is now dead.
Evan Cheng
2008-09-19
Re-materalized definition instructions may be dead. Whack them.
Evan Cheng
2008-09-11
Fix PR2748. Avoid coalescing physical register with virtual register which wo...
Evan Cheng
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-30
Re-apply 55467 with fix. If copy is being replaced by remat'ed def, transfer ...
Evan Cheng
2008-08-28
Revert r55467; it causes regressions in UnitTests/Vector/divides,
Dan Gohman
[next]