summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-012-2/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-222-0/+10
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-222-7/+5
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-191-2/+11
* Implement a better fix for PR15185.Bill Wendling2013-04-181-6/+11
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-151-5/+5
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-151-4/+2
* Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem2013-04-151-1/+12
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-151-3/+3
* GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer2013-04-131-2/+2
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-131-4/+9
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-021-3/+3
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-211-2/+739
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-101-3/+3
* Generalize my previous fix for -print-options.Andrew Trick2013-03-061-1/+1
* Give -loop-vectorize an explicit default.Andrew Trick2013-03-061-1/+1
* Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames2013-03-041-3/+3
* Retain the name of the new internal global that's been shrunk.Bill Wendling2013-02-131-2/+5
* Revert accidental commit (ran svn commit from wrong directory).Nick Lewycky2013-02-021-61/+7
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-7/+61
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-301-4/+4
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-301-3/+10
* Unroll again after running BBVectorizeHal Finkel2013-01-291-0/+4
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-1/+1
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-22/+15
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-27/+15
* Remove some introspection functions.Bill Wendling2013-01-252-10/+13
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-252-3/+3
* added ability to dynamically change the ExportList of an alreadyPedro Artigas2013-01-251-0/+10
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-10/+35
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-233-23/+43
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-232-4/+4
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-231-3/+1
* More encapsulation work.Bill Wendling2013-01-221-3/+5
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-212-14/+20
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-212-14/+16
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-212-21/+30
* Formatting and comment fixes to the always inliner.Chandler Carruth2013-01-211-25/+28
* Clean up the formatting and doxygen for the simple inliner a bit. NoChandler Carruth2013-01-211-18/+29
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-10/+6
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-182-3/+3
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-1/+1
* GlobalOpt: Avoid jump on uninitialized value.Benjamin Kramer2013-01-121-1/+1
* Fixed whitespace.Michael Gottesman2013-01-111-61/+61
* Added debug messages to GlobalOpt.Michael Gottesman2013-01-111-17/+110
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-101-1/+2
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-071-1/+1
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-073-3/+3
* Remove the long defunct 'DefaultPasses' header. We have a pass managerChandler Carruth2013-01-071-1/+0
* Move the loop vectorizer from O2 to O3. It looks like the increase in code si...Nadav Rotem2013-01-041-1/+1
OpenPOWER on IntegriCloud