2009-03-31 |
Owen Anderson | Remove the "fast" cases for spill and restore point...
|
commit | commitdiff | tree |
2009-03-26 |
Owen Anderson | Don't assign a new stack slot if the pre-alloc splitter...
|
commit | commitdiff | tree |
2009-03-14 |
Owen Anderson | Give the pre-alloc splitter access to the VirtRegMap...
|
commit | commitdiff | tree |
2009-03-13 |
Owen Anderson | Convert VirtRegMap to a MachineFunctionPass.
|
commit | commitdiff | tree |
2009-03-12 |
Owen Anderson | Reorganize some #include's.
|
commit | commitdiff | tree |
2009-03-11 |
Owen Anderson | Reorganization: Move the Spiller out of VirtRegMap...
|
commit | commitdiff | tree |
2009-03-09 |
Owen Anderson | Ignore debug intrinsics when computing dependences.
|
commit | commitdiff | tree |
2009-03-05 |
Owen Anderson | (Hopefully) silence a warning.
|
commit | commitdiff | tree |
2009-03-05 |
Owen Anderson | Be more careful about choosing restore points when...
|
commit | commitdiff | tree |
2009-03-04 |
Owen Anderson | Add a restore folder, which shaves a dozen or so machineinst...
|
commit | commitdiff | tree |
2009-02-26 |
Owen Anderson | Enable stack slot coloring DCE. Evan's spiller fixes...
|
commit | commitdiff | tree |
2009-02-24 |
Owen Anderson | Add a debugging option for SSC DCE.
|
commit | commitdiff | tree |
2009-02-20 |
Owen Anderson | Fix a crash in the pre-alloc splitter exposed by recent...
|
commit | commitdiff | tree |
2009-02-20 |
Owen Anderson | Add a quick pass to the stack slot colorer to eliminate...
|
commit | commitdiff | tree |
2009-02-18 |
Owen Anderson | Add a test for r61358, which I forgot to add way back...
|
commit | commitdiff | tree |
2009-02-06 |
Owen Anderson | Fix a crasher: we need to check that the function is...
|
commit | commitdiff | tree |
2009-02-05 |
Owen Anderson | Refactor my previous change to maintain the distinction...
|
commit | commitdiff | tree |
2009-02-05 |
Owen Anderson | Pre-alloc splitting needs to be more careful to avoid...
|
commit | commitdiff | tree |
2009-02-04 |
Owen Anderson | Finish making AliasAnalysis aware of the fact that...
|
commit | commitdiff | tree |
2009-02-03 |
Owen Anderson | Teach AliasAnalysis that a bunch of the atomic intrinsics...
|
commit | commitdiff | tree |
2009-02-02 |
Owen Anderson | MergeValueInto is too smart: it might choose to do...
|
commit | commitdiff | tree |
2009-02-01 |
Owen Anderson | Fix test failures causes by my previous commit.
|
commit | commitdiff | tree |
2009-02-01 |
Owen Anderson | Fix an issue in PHI construction that was exposed by...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | XFAIL this test. It only worked before because of...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Correct the algorithms for choosing spill and restore...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Fix an issue where restores could be inserted after...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Comments are good. :-)
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Add support for aggressive load-use-store folding....
|
commit | commitdiff | tree |
2009-01-27 |
Owen Anderson | Make the pre-split-limit option more useful by using...
|
commit | commitdiff | tree |
2009-01-26 |
Owen Anderson | Reapply r63025 and r63026, with fixes for the failing...
|
commit | commitdiff | tree |
2009-01-26 |
Owen Anderson | Get rid of a bunch of dead code now that interval reconstruc...
|
commit | commitdiff | tree |
2009-01-26 |
Owen Anderson | Fix an issue where LiveIntervals was trying to be smart...
|
commit | commitdiff | tree |
2009-01-24 |
Owen Anderson | Some cleanups. No functional changes.
|
commit | commitdiff | tree |
2009-01-23 |
Owen Anderson | Stage two of fixing pre-alloc-splitting's code size...
|
commit | commitdiff | tree |
2009-01-23 |
Owen Anderson | Add an initial pass at dead spill/restore removal for...
|
commit | commitdiff | tree |
2009-01-21 |
Owen Anderson | I accidentally removed this check in an earlier commit...
|
commit | commitdiff | tree |
2009-01-21 |
Owen Anderson | Be more aggressive about renumbering vregs after splitting...
|
commit | commitdiff | tree |
2009-01-13 |
Owen Anderson | Fix fallout from r62144. Evan, please double check...
|
commit | commitdiff | tree |
2009-01-12 |
Owen Anderson | More two-address fixes. This gets lua working with...
|
commit | commitdiff | tree |
2009-01-06 |
Owen Anderson | The phi construction algorithm used for interval reconstruct...
|
commit | commitdiff | tree |
2009-01-05 |
Owen Anderson | Get rid of sentinel insertion in interval reconstruction...
|
commit | commitdiff | tree |
2008-12-31 |
Owen Anderson | Get live interval reconstruction several steps closer...
|
commit | commitdiff | tree |
2008-12-28 |
Owen Anderson | Fix up kill/dead marking in the new live interval reconstruc...
|
commit | commitdiff | tree |
2008-12-28 |
Owen Anderson | Forgot to commit this file.
|
commit | commitdiff | tree |
2008-12-28 |
Owen Anderson | Add prototype code for recomputing a live interval...
|
commit | commitdiff | tree |
2008-12-23 |
Owen Anderson | Don't forget to remove phi nodes from the value numbering...
|
commit | commitdiff | tree |
2008-12-18 |
Owen Anderson | Re-apply r61158 in a form that no longer breaks tests.
|
commit | commitdiff | tree |
2008-12-17 |
Owen Anderson | Revert r61158 for now, as it caused some test failures.
|
commit | commitdiff | tree |
2008-12-17 |
Owen Anderson | Fix miscompilations caused by renumbering, and enable...
|
commit | commitdiff | tree |
2008-12-16 |
Owen Anderson | Add code to renumber split intervals into new vregs...
|
commit | commitdiff | tree |
2008-12-15 |
Owen Anderson | Ifdef out some code that I didn't mean to enable by...
|
commit | commitdiff | tree |
2008-12-15 |
Owen Anderson | Add support for slow-path GVN with full phi construction...
|
commit | commitdiff | tree |
2008-12-14 |
Owen Anderson | Generalize GVN's phi construciton routine to work for...
|
commit | commitdiff | tree |
2008-12-07 |
Owen Anderson | Switch to top-down mode and fix a crasher this exposed...
|
commit | commitdiff | tree |
2008-12-04 |
Owen Anderson | Factor out some common code.
|
commit | commitdiff | tree |
2008-12-02 |
Owen Anderson | Add support for folding spills into preceding defs...
|
commit | commitdiff | tree |
2008-12-02 |
Owen Anderson | Add a test for my previous PRE fix.
|
commit | commitdiff | tree |
2008-12-02 |
Owen Anderson | Fix an issue that Chris noticed, where local PRE was...
|
commit | commitdiff | tree |
2008-11-19 |
Owen Anderson | Add support for rematerialization in pre-alloc-splitting.
|
commit | commitdiff | tree |
2008-11-18 |
Owen Anderson | Fix a bug introduced by my previous patch. With this...
|
commit | commitdiff | tree |
2008-11-13 |
Owen Anderson | Don't allow the restore point to be placed after terminators...
|
commit | commitdiff | tree |
2008-11-11 |
Owen Anderson | Don't walk into predecessors in which the vreg is not...
|
commit | commitdiff | tree |
2008-11-05 |
Owen Anderson | Use the new predicate to control when we do prealloc...
|
commit | commitdiff | tree |
2008-11-04 |
Owen Anderson | First pass at checking for the creation of a new join...
|
commit | commitdiff | tree |
2008-11-03 |
Owen Anderson | Revert my last patch until I consult with Evan about it.
|
commit | commitdiff | tree |
2008-11-02 |
Owen Anderson | Don't do pre-splitting if doing so would create a value...
|
commit | commitdiff | tree |
2008-10-12 |
Owen Anderson | Fix a bug in live-in detection that caused lost-copy...
|
commit | commitdiff | tree |
2008-10-12 |
Owen Anderson | Add special-case code to allow null-guards on calls...
|
commit | commitdiff | tree |
2008-10-12 |
Owen Anderson | Make Escape Analysis work for any pointer.
|
commit | commitdiff | tree |
2008-10-12 |
Owen Anderson | Add EscapeAnalysis.
|
commit | commitdiff | tree |
2008-10-12 |
Owen Anderson | Fix crashes and infinite loops.
|
commit | commitdiff | tree |
2008-10-12 |
Owen Anderson | Duncan convinced me that it's not possible to transform...
|
commit | commitdiff | tree |
2008-10-10 |
Owen Anderson | Fix copy-and-paste-o.
|
commit | commitdiff | tree |
2008-10-10 |
Owen Anderson | Add a basic intra-procedural escape analysis. This...
|
commit | commitdiff | tree |
2008-10-08 |
Owen Anderson | Fix the case where an instruction is not properly marked...
|
commit | commitdiff | tree |
2008-10-07 |
Owen Anderson | Add an option to enable StrongPHIElimination, for ease...
|
commit | commitdiff | tree |
2008-10-03 |
Owen Anderson | SplitBlock should only attempt to update LoopInfo if...
|
commit | commitdiff | tree |
2008-10-02 |
Owen Anderson | Use a multimap rather than a map for holding the list...
|
commit | commitdiff | tree |
2008-09-30 |
Owen Anderson | Mark merged-in VNInfo's as being PHIKilled.
|
commit | commitdiff | tree |
2008-09-30 |
Owen Anderson | Fix a simple error in renumbering kill markaers, that...
|
commit | commitdiff | tree |
2008-09-26 |
Owen Anderson | We don't need to insert copies for implicit_def's.
|
commit | commitdiff | tree |
2008-09-24 |
Owen Anderson | Fix off-by-one error when updating live intervals.
|
commit | commitdiff | tree |
2008-09-23 |
Owen Anderson | Add initial support for inserting last minute copies.
|
commit | commitdiff | tree |
2008-09-22 |
Owen Anderson | Significant improvements to the logic for merging live...
|
commit | commitdiff | tree |
2008-09-21 |
Owen Anderson | Fetch the starting index of the block when assigning...
|
commit | commitdiff | tree |
2008-09-15 |
Owen Anderson | Live intervals for live-in registers should begin at...
|
commit | commitdiff | tree |
2008-09-11 |
Owen Anderson | Fix a bug in ANY_EXTEND handling that was breaking...
|
commit | commitdiff | tree |
2008-09-11 |
Owen Anderson | If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and...
|
commit | commitdiff | tree |
2008-09-10 |
Owen Anderson | Fix a bug in the coalescer where it didn't check if...
|
commit | commitdiff | tree |
2008-09-09 |
Owen Anderson | Clean this up, based on Evan's suggestions.
|
commit | commitdiff | tree |
2008-09-09 |
Owen Anderson | Check for type legality before materializing integer...
|
commit | commitdiff | tree |
2008-09-06 |
Owen Anderson | Fix constant pool loads, and remove broken versions...
|
commit | commitdiff | tree |
2008-09-06 |
Owen Anderson | Fix the X86 addConstantPoolReference, which had the...
|
commit | commitdiff | tree |
2008-09-05 |
Owen Anderson | Revert r55859. This is breaking the build in the abscence...
|
commit | commitdiff | tree |
2008-09-05 |
Owen Anderson | Rename method.
|
commit | commitdiff | tree |
2008-09-05 |
Owen Anderson | Add initial support for selecting constant materializations...
|
commit | commitdiff | tree |
2008-09-04 |
Owen Anderson | Fix the ordering of operands to the store (inverted...
|
commit | commitdiff | tree |
2008-09-04 |
Owen Anderson | Add a first attempt at implementing stores for X86...
|
commit | commitdiff | tree |
2008-09-03 |
Owen Anderson | Fix a bug that prevented PRE from applying in some...
|
commit | commitdiff | tree |
2008-09-03 |
Owen Anderson | Oops, I accidentally broke the fallback case with my...
|
commit | commitdiff | tree |
next |