Age | Commit message (Expand) | Author |
2007-04-18 | Revert changes that caused breakage. | Owen Anderson |
2007-04-18 | Switch more uses of DominatorTree over to ETForest. | Owen Anderson |
2007-04-18 | Use ETForest instead of DominatorTree. | Owen Anderson |
2007-04-18 | Use ETForest instead of DominatorTree. | Owen Anderson |
2007-04-17 | Spell doFinalization right, so that it is a proper virtual override and | Dan Gohman |
2007-04-16 | Fix | Devang Patel |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-04-15 | Remove ImmediateDominator analysis. The same information can be obtained fro... | Owen Anderson |
2007-04-15 | Extend store merging to support the 'if/then' version in addition to if/then/... | Chris Lattner |
2007-04-15 | refactor some code, no functionality change. | Chris Lattner |
2007-04-14 | fix long lines | Chris Lattner |
2007-04-14 | Implement Transforms/InstCombine/vec_extract_elt.ll, transforming: | Chris Lattner |
2007-04-14 | Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turn | Chris Lattner |
2007-04-14 | Implement PR1201 and test/Transforms/InstCombine/malloc-free-delete.ll | Chris Lattner |
2007-04-14 | use an accessor to simplify code. | Chris Lattner |
2007-04-13 | Now that codegen prepare isn't defeating me, I can finally fix what I set | Chris Lattner |
2007-04-13 | Completely rewrite addressing-mode related sinking of code. In particular, | Chris Lattner |
2007-04-11 | Fix Transforms/ScalarRepl/union-pointer.ll | Chris Lattner |
2007-04-11 | Turn stuff like: | Chris Lattner |
2007-04-11 | Simplify some comparisons to arithmetic, this implements: | Chris Lattner |
2007-04-11 | canonicalize (x <u 2147483648) -> (x >s -1) and (x >u 2147483647) -> (x <s 0) | Chris Lattner |
2007-04-11 | fix a miscompilation of: | Chris Lattner |
2007-04-11 | fix a regression introduced by my last patch. | Chris Lattner |
2007-04-11 | Simplify SROA conversion to integer in some ways, make it more general in oth... | Chris Lattner |
2007-04-09 | Strengthen the boundary conditions of this fold, implementing | Chris Lattner |
2007-04-09 | eliminate the last uses of some TLI methods. | Chris Lattner |
2007-04-09 | switch LSR to use isLegalAddressingMode instead of other simpler hooks | Chris Lattner |
2007-04-09 | Check _all_ PHINodes. | Devang Patel |
2007-04-09 | Insert new pre-header before new header. Original pre-header may | Devang Patel |
2007-04-09 | Preserve canonical loop form. | Devang Patel |
2007-04-09 | Do not create new pre-header. Reuse original pre-header. | Devang Patel |
2007-04-09 | Simpler for() loops. | Devang Patel |
2007-04-09 | Fix future bug. Of course, Chris spotted this. | Devang Patel |
2007-04-09 | More cosmetic changes. | Devang Patel |
2007-04-09 | Only cosmetic changes. Zero functionality Change. | Devang Patel |
2007-04-09 | Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll | Chris Lattner |
2007-04-09 | Eliminate useless insertelement instructions. This implements | Chris Lattner |
2007-04-08 | reenable this xform, whoops :) | Chris Lattner |
2007-04-08 | Fix regression on Instcombine/apint-or2.ll | Chris Lattner |
2007-04-08 | Generalize the code that handles (A&B)|(A&C) to work where B/C are not consta... | Chris Lattner |
2007-04-07 | Add support for cast instructions. | Nick Lewycky |
2007-04-07 | Completely purge DomSet. This is the (hopefully) final patch for PR1171. | Owen Anderson |
2007-04-07 | Support NE inequality in ValueRanges. | Nick Lewycky |
2007-04-07 | Cleanup. Refactor out the applying of value ranges to its own method. | Nick Lewycky |
2007-04-07 | Use TargetData to find the size of a type. | Nick Lewycky |
2007-04-07 | Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare' | Nick Lewycky |
2007-04-07 | Add loop rotation pass. | Devang Patel |
2007-04-06 | implement Transforms/InstCombine/malloc2.ll and PR1313 | Chris Lattner |
2007-04-05 | Use a worklist-driven algorithm instead of a recursive one. | Chris Lattner |
2007-04-04 | Prevent transformConstExprCastCall from generating conversions that assert | Dale Johannesen |