summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAge
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-19
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-31
* 80-colNadav Rotem2012-10-30
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-29
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-29
* llvm-extract changes linkages so that functions on both sides of theRafael Espindola2012-10-29
* llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola2012-10-29
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* revert accidental changeNadav Rotem2012-10-24
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* Add a loop vectorizer.Nadav Rotem2012-10-17
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-16
* Fix filename in file header.Craig Topper2012-10-16
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-14
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-10
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-10
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov2012-10-09
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Fix PR14016.Alexey Samsonov2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-09
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Use method to query for attributes.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Query for attributes via the correct method call.Bill Wendling2012-10-04
* Turn the new SROA pass back on. Let's see if it sticks this time. =]Chandler Carruth2012-10-02
* ArgumentPromotion: Remove ancient workaround for a bug in the C backend.Benjamin Kramer2012-09-30
* GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...Evan Cheng2012-09-28
* GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Disable the new SROA pass to get the tree back in working order. We don't yetNick Lewycky2012-09-26
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* Enable the new SROA pass by default.Chandler Carruth2012-09-24