summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAge
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-16
* Fix commentEli Bendersky2013-07-08
* Fix annotation of unlink. Should fix builder.Nick Lewycky2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Tabs to spaces. No functionality change.Nick Lewycky2013-07-04
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Added support in FunctionAttrs for adding relevant function/argument attribut...Michael Gottesman2013-07-03
* Add missing break statements. Noticed by inspection.Nick Lewycky2013-07-02
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Add a flag to defer vectorization into a phase after the inliner and itsChandler Carruth2013-06-24
* Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...Benjamin Kramer2013-06-22
* FunctionAttrs: Merge attributes once instead of doing it for every argument.Benjamin Kramer2013-06-22
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* Disable vectorization for -Oz.Nadav Rotem2013-06-17
* Enable the loop vectorizer by default for -Os and -O2.Nadav Rotem2013-06-17
* PruneEH: Only merge attribute sets when used. No functionality change.Benjamin Kramer2013-06-15
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Always remove an alias when we rename the target.Rafael Espindola2013-06-12
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-11
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-09
* Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...Nadav Rotem2013-06-06
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-14
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-09
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19
* Implement a better fix for PR15185.Bill Wendling2013-04-18
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-15
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem2013-04-15
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-15
* GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer2013-04-13
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-13
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-02
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-21
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-10
* Generalize my previous fix for -print-options.Andrew Trick2013-03-06
* Give -loop-vectorize an explicit default.Andrew Trick2013-03-06
* Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames2013-03-04
* Retain the name of the new internal global that's been shrunk.Bill Wendling2013-02-13
* Revert accidental commit (ran svn commit from wrong directory).Nick Lewycky2013-02-02
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-02
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-30
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Unroll again after running BBVectorizeHal Finkel2013-01-29
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28