aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman2013-05-131-5/+91
* Move a couple more statistics inside '#ifndef NDEBUG'.Matt Beaumont-Gay2013-05-131-1/+1
* [objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...Michael Gottesman2013-05-131-0/+6
* [objc-arc] Move the before optimization statistics gathering phase out of Opt...Michael Gottesman2013-05-131-8/+7
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-131-0/+1
* SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem2013-05-131-4/+4
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-7/+27
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-121-0/+1
* InstCombine: Flip the order of two urem transformsDavid Majnemer2013-05-121-6/+6
* LoopVectorize: Use the widest induction variable typeArnold Schwaighofer2013-05-111-21/+69
* LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer2013-05-111-3/+4
* LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer2013-05-111-25/+13
* InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer2013-05-111-20/+2
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-102-9/+55
* Add a debug printNadav Rotem2013-05-101-0/+2
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-101-1/+11
* InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer2013-05-101-22/+23
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-091-1/+1
* [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang2013-05-091-13/+39
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-091-2/+102
* InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer2013-05-091-1/+1
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-091-1/+2
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-082-0/+247
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-081-5/+2
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-84/+132
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-5/+6
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-061-0/+5