Age | Commit message (Expand) | Author |
2011-03-29 | Do some simple copy propagation through integer loads and stores when promoting | Cameron Zwarich |
2011-03-26 | Simplification noticed by Frits. | Bill Wendling |
2011-03-26 | Rework the logic that determines if a store completely overlaps an ealier store. | Bill Wendling |
2011-03-26 | Fix a typo and add a test. | Cameron Zwarich |
2011-03-26 | PR9561: A store with a negative offset (via GEP) could erroniously say that it | Bill Wendling |
2011-03-24 | Debug intrinsics must be skipped at the beginning and ends of blocks, lest they | Cameron Zwarich |
2011-03-24 | It is enough for the CallInst to have no uses to be made a tail call with a ret | Cameron Zwarich |
2011-03-24 | s/UpdateDT/ModifiedDT/g | Devang Patel |
2011-03-24 | Do early taildup of ret in CodeGenPrepare for potential tail calls that have a | Cameron Zwarich |
2011-03-24 | Use an early return instead of a long if block. | Cameron Zwarich |
2011-03-24 | When UpdateDT is set, DT is invalid, which could cause problems when trying to | Cameron Zwarich |
2011-03-24 | Check for TLI so that -codegenprepare can be used from opt. | Cameron Zwarich |
2011-03-23 | Fix PR9464 by correcting some math that just happened to be right in most cases | Cameron Zwarich |
2011-03-21 | Re-apply r127953 with fixes: eliminate empty return block if it has no predec... | Evan Cheng |
2011-03-19 | Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors | Daniel Dunbar |
2011-03-19 | SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR | Evan Cheng |
2011-03-18 | Remove TargetData and ValueTracking includes. I didn't mean for them to sneak... | Andrew Trick |
2011-03-17 | Added isValidRewrite() to check the result of ScalarEvolutionExpander. | Andrew Trick |
2011-03-17 | whitespace | Andrew Trick |
2011-03-16 | Fix a comment. | Cameron Zwarich |
2011-03-16 | Only convert allocas to scalars if it is profitable. The profitability metric I | Cameron Zwarich |
2011-03-16 | Better use initializer lists. | Cameron Zwarich |
2011-03-16 | Add a clarifying comment. | Cameron Zwarich |
2011-03-14 | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick |
2011-03-14 | whitespace | Andrew Trick |
2011-03-11 | Roll r127459 back in: | Cameron Zwarich |
2011-03-11 | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar |
2011-03-11 | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich |
2011-03-10 | RecursivelyDeleteTriviallyDeadInstructions only needs a | Dan Gohman |
2011-03-10 | Fix reassociate to postpone certain instruction deletions until | Dan Gohman |
2011-03-09 | Preserve line number information while simplifying libcalls. | Devang Patel |
2011-03-09 | Fix a crasher introduced by r127317 that is seen on the bots when using an | Cameron Zwarich |
2011-03-09 | Add support to scalar replacement for partial vector accesses of an alloca, e.g. | Cameron Zwarich |
2011-03-09 | Move vector type merging to a separate function in preparation for it getting | Cameron Zwarich |
2011-03-08 | While sinking an instruction, do not lose llvm.dbg.value intrinsic. | Devang Patel |
2011-03-07 | Preserve line no. info. | Devang Patel |
2011-03-05 | Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces | Cameron Zwarich |
2011-03-03 | Fix typo in comment. | Richard Osborne |
2011-03-03 | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne |
2011-03-03 | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne |
2011-03-03 | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne |
2011-03-02 | Remove some more unused code that I missed. | Cameron Zwarich |
2011-03-02 | Eliminate the unused CodeGenPrepare option to split critical edges. | Cameron Zwarich |
2011-03-01 | Stop computing the number of uses twice per value in CodeGenPrepare's sinking of | Cameron Zwarich |
2011-02-28 | Unbreak CMake build. | Ted Kremenek |
2011-02-28 | update cmake | Chris Lattner |
2011-02-28 | Delete the GEPSplitter experiment. | Dan Gohman |
2011-02-28 | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman |
2011-02-24 | wire TargetLibraryInfo into simplify libcalls and use it in a couple of | Chris Lattner |
2011-02-24 | move a massive amount of code out into its own helper function | Chris Lattner |