aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
AgeCommit message (Expand)Author
2012-11-22Merging r168354: into 3.2 release branchPawel Wodnicki
2012-11-21Reverting 168457Pawel Wodnicki
2012-11-21Merging r168354, r168355 and r168379 into the 3.2 release branch.Pawel Wodnicki
2012-11-16Merge r168037 from trunk:Hans Wennborg
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-31Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer
2012-10-3080-colNadav Rotem
2012-10-29Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem
2012-10-29Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem
2012-10-29llvm-extract changes linkages so that functions on both sides of theRafael Espindola
2012-10-29llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola
2012-10-24revert accidental changeNadav Rotem
2012-10-24Implement a basic cost model for vector and scalar instructions. Nadav Rotem
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth
2012-10-17Add a loop vectorizer.Nadav Rotem
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling
2012-10-16Fix filename in file header.Craig Topper
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling
2012-10-15Attributes RewriteBill Wendling
2012-10-14Remove operator cast method in favor of querying with the correct method.Bill Wendling
2012-10-14Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling
2012-10-14Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling
2012-10-14Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling
2012-10-09Fix PR14016.Alexey Samsonov
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Convert to using the Attributes::Builder class to create attributes.Bill Wendling
2012-10-08Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04Use method to query for attributes.Bill Wendling
2012-10-04Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling
2012-10-04Use method to query for attributes.Bill Wendling
2012-10-04Query for attributes via the correct method call.Bill Wendling
2012-10-02Turn the new SROA pass back on. Let's see if it sticks this time. =]Chandler Carruth
2012-09-30ArgumentPromotion: Remove ancient workaround for a bug in the C backend.Benjamin Kramer
2012-09-28GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...Evan Cheng
2012-09-28GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...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-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-25Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling
2012-09-24Enable the new SROA pass by default.Chandler Carruth