summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Optimize icmp involving addition betterDavid Majnemer2013-04-11
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-11
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-11
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-11
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-10
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-10
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-10
* Fix some comment typos.Bob Wilson2013-04-09
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-09
* Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...Shuxin Yang2013-04-08
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-07
* Removed trailing whitespace.Michael Gottesman2013-04-05
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-05
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-05
* Tidy up a bit. No functional change.Jim Grosbach2013-04-05
* Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang2013-04-05
* Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...Michael Gottesman2013-04-05
* Cleaned up whitespace and made debug logging less verbose.Michael Gottesman2013-04-05
* LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer2013-04-04
* Reassociate: Avoid iterator invalidation.Benjamin Kramer2013-04-04
* Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...Michael Gottesman2013-04-03
* Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...Michael Gottesman2013-04-03
* Small cleanups.Michael Gottesman2013-04-03
* Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...Michael Gottesman2013-04-03
* Removed an old comment.Michael Gottesman2013-04-03
* Clean up arc annotations by moving the top/bottom BB annotations into conditi...Michael Gottesman2013-04-03
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-03
* Improved comment. No functionality change.Michael Gottesman2013-04-03
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-02
* Correct assertion conditionShuxin Yang2013-04-01
* Implement XOR reassociation. It is based on following rules:Shuxin Yang2013-03-30
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-29
* Removed trailing whitespace.Michael Gottesman2013-03-29
* Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...Michael Gottesman2013-03-28
* Minor simplification.Bill Wendling2013-03-28
* Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman2013-03-28
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-28
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28
* Check if Type is a vector before calling function Type::getVectorNumElements.Akira Hatanaka2013-03-28
* Use the full path when outputting the `.gcda' file.Bill Wendling2013-03-26
* Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.Ulrich Weigand2013-03-26
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-26
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-26
* [ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...Michael Gottesman2013-03-26
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-25
* Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison2013-03-25
* InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison2013-03-25
* Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman2013-03-25
* Minor cleanups. No functionality change.Jakub Staszak2013-03-24
* Use dyn_cast instead of isa && cast.Jakub Staszak2013-03-24