aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Delete dead safety check.Nick Lewycky2013-06-031-6/+1
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-031-2/+19
* SimplifyCFG: Small cleanup, use ICmpInst::isEquality()David Majnemer2013-06-031-3/+1
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-031-1/+10
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-7/+9
* SimplifyCFG: Fix typo in comment for ComputeSpeculationCostDavid Majnemer2013-06-011-1/+1
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-13/+2
* LoopVectorize: Change API call to get the backedge taken countArnold Schwaighofer2013-05-311-3/+3
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-3/+43
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-311-13/+30
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-311-6/+45
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-311-16/+48
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-311-4/+6
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-312-2/+257
* Revert r182909.Evgeniy Stepanov2013-05-302-246/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-302-0/+246
* LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointe...NAKAMURA Takumi2013-05-291-2/+1
* Whitespace.NAKAMURA Takumi2013-05-291-4/+4
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-20/+139
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-282-12/+22
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-4/+11
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-244-4/+4
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-241-8/+40
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-241-17/+16
* LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...Benjamin Kramer2013-05-241-1/+4
* Run clang-format over the scalarizePHI function.Joey Gouly2013-05-241-12/+8
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-241-2/+4
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-231-102/+166
* More symbols that should be static.Benjamin Kramer2013-05-231-2/+2
* [objc-arc] Fixed number of prefixing slashes in some comments in a function f...Michael Gottesman2013-05-231-6/+6
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-223-57/+132
* This is an update to a previous commit (r181216).Jean-Luc Duprat2013-05-222-29/+43
* LoopVectorize: Make Value pointers that could be RAUW'ed a VHArnold Schwaighofer2013-05-221-3/+4
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-211-2/+23
* Remove unused #include.Bill Wendling2013-05-201-1/+0
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-201-1/+1
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-201-11/+12
* LoopVectorize: Handle single edge PHIsArnold Schwaighofer2013-05-181-4/+4
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-1/+1
* LoopVectorize: Simplify code. No functionality change.Benjamin Kramer2013-05-171-21/+5
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-161-7/+7
* LoopVectorize: Move call of canHoistAllLoads to canVectorizeWithIfConvertArnold Schwaighofer2013-05-151-4/+4
* [objc-arc] Fixed a spelling error and made the statistic descriptions be cons...Michael Gottesman2013-05-151-5/+5
* LoopVectorize: Fix commentsArnold Schwaighofer2013-05-151-4/+4
* LoopVectorize: Hoist conditional loads if possibleArnold Schwaighofer2013-05-151-3/+102
* Fix two typoSylvestre Ledru2013-05-141-1/+1
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-141-3/+3
* Removed trailing whitespace.Michael Gottesman2013-05-141-4/+4
* LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer2013-05-141-17/+40
* [objc-arc-opts] Added debug statements when we set and unset whether a pointe...Michael Gottesman2013-05-141-0/+2