aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2012-10-04Query for attributes via the correct method call.Bill Wendling
2012-10-04[tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany
2012-10-03Fix PR13967.Jakub Staszak
2012-10-03This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd
2012-10-03tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov
2012-10-03Fix an issue where we failed to adjust the alignment constraint onChandler Carruth
2012-10-03Try to use a better set of abstractions for computing the alignmentChandler Carruth
2012-10-03Switch the SetVector::remove_if implementation to use partition whichChandler Carruth
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth
2012-10-02Fix another crasher in SROA, reported by Joel.Chandler Carruth
2012-10-02Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth
2012-10-02Turn the new SROA pass back on. Let's see if it sticks this time. =]Chandler Carruth
2012-10-01Make this plural. Spotted by Duncan in review (and a very old typo, thisChandler Carruth
2012-10-01Prune some unnecessary includes.Chandler Carruth
2012-10-01Fix several issues with alignment. We weren't always accounting for typeChandler Carruth
2012-10-01SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...Benjamin Kramer
2012-10-01Factor the PHI and select speculation into a separate rewriter. ThisChandler Carruth
2012-10-01Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth
2012-09-30SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches)...Benjamin Kramer
2012-09-30ArgumentPromotion: Remove ancient workaround for a bug in the C backend.Benjamin Kramer
2012-09-29Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth
2012-09-28Do not delete BBs if their addresses are taken. rdar://12396696Evan Cheng
2012-09-28GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...Evan Cheng
2012-09-28CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer
2012-09-28GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer
2012-09-28Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky
2012-09-27Fix a integer overflow in SimplifyCFG's look up table formation logic.Benjamin Kramer
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-27Prefer shuffles to selects. Backends love shuffles!Nick Lewycky
2012-09-26Disable the new SROA pass to get the tree back in working order. We don't yetNick Lewycky
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-26Address Duncan's comments on r164684:Hans Wennborg
2012-09-26Address Duncan's comments on r164682:Hans Wennborg
2012-09-26Analogous fix to memset and memcpy rewriting. Don't have a test caseChandler Carruth
2012-09-26When rewriting the pointer operand to a load or store which hasChandler Carruth
2012-09-26Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth
2012-09-26SimplifyCFG: Make the switch-to-lookup table transformation store theHans Wennborg
2012-09-26SimplifyCFG: Refactor the switch-to-lookup table transformation byHans Wennborg
2012-09-26Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky
2012-09-25Revert the business end of r164634, and replace it with a different fix. TheNick Lewycky
2012-09-25Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky
2012-09-25Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth
2012-09-25Fix a crash in SROA. This was reported independently by Takumi andChandler Carruth