summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-10
* Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng2009-09-10
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-09
* Reflow comment.Mike Stump2009-09-09
* Preserve ProfileInfo.Andreas Neustifter2009-09-09
* Fix an 80-column violation.Dan Gohman2009-09-09
* revert r81335, which breaks the build.Chris Lattner2009-09-09
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-09
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-08
* remove an extremely dubious instcombine transformation ofChris Lattner2009-09-08
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* remove a turdChris Lattner2009-09-08
* instcombine transforms vector loads that are only used byChris Lattner2009-09-08
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-08
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07
* Don't commit stores with addresses that have indices that are notDan Gohman2009-09-07
* Don't commit addresses of aggregate values. This avoids problems withDan Gohman2009-09-07
* Fix GlobalOpt to avoid committing a store if the address getelementptrDan Gohman2009-09-07
* Preserve the InBounds flag when evaluating a getelementptr instructionDan Gohman2009-09-07
* Simplify this code by using hasDefinitiveInitializer().Dan Gohman2009-09-07
* Fix comment.Eric Christopher2009-09-06
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* Fix a possible crash call setIsInBounds.Daniel Dunbar2009-09-06
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-04
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman2009-09-03
* Keep track of how many memmove calls were turned intoDuncan Sands2009-09-03
* Code Cleanup.Andreas Neustifter2009-09-03
* Remove VISIBILITY_HIDDEN from this file.Nick Lewycky2009-09-03
* In C++, code is not allowed to call main. In C it is, thisChris Lattner2009-09-03
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* Sort edges in MaximumSpanningTree more stable in case of equal weight.Andreas Neustifter2009-09-02
* Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter2009-09-02
* Code cleanups and added comments.Andreas Neustifter2009-09-02
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-02
* clean up this code a bit.Chris Lattner2009-09-02
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-02
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-02
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-01
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-01
* cleanup/simplifyChris Lattner2009-09-01
* remove a bunch of explicit code previously needed to update theChris Lattner2009-09-01
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-01
* random code cleanups, no functionality change.Chris Lattner2009-09-01
* Update CMake files.Ted Kremenek2009-09-01