aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to defer vectorization into a phase after the inliner and itsChandler Carruth2013-06-241-16/+66
* Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...Benjamin Kramer2013-06-221-46/+32
* FunctionAttrs: Merge attributes once instead of doing it for every argument.Benjamin Kramer2013-06-221-32/+46
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-5/+1
* Disable vectorization for -Oz.Nadav Rotem2013-06-171-1/+1
* Enable the loop vectorizer by default for -Os and -O2.Nadav Rotem2013-06-171-7/+1
* PruneEH: Only merge attribute sets when used. No functionality change.Benjamin Kramer2013-06-151-7/+5
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-131-2/+9
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-3/+1
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-111-100/+156
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-091-5/+17
* Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...Nadav Rotem2013-06-061-1/+7
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-13/+2
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-141-3/+3
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-091-2/+102
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-4/+6
* 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