aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2013-04-05Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman
2013-04-05Tidy up a bit. No functional change.Jim Grosbach
2013-04-05Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang
2013-04-05Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...Michael Gottesman
2013-04-05Cleaned up whitespace and made debug logging less verbose.Michael Gottesman
2013-04-04LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer
2013-04-04Reassociate: Avoid iterator invalidation.Benjamin Kramer
2013-04-03Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...Michael Gottesman
2013-04-03Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...Michael Gottesman
2013-04-03Small cleanups.Michael Gottesman
2013-04-03Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...Michael Gottesman
2013-04-03Removed an old comment.Michael Gottesman
2013-04-03Clean up arc annotations by moving the top/bottom BB annotations into conditi...Michael Gottesman
2013-04-03Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman
2013-04-03Improved comment. No functionality change.Michael Gottesman
2013-04-02Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling
2013-04-01Correct assertion conditionShuxin Yang
2013-03-30Implement XOR reassociation. It is based on following rules:Shuxin Yang
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-29Removed trailing whitespace.Michael Gottesman
2013-03-28Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...Michael Gottesman
2013-03-28Minor simplification.Bill Wendling
2013-03-28Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman
2013-03-28[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman
2013-03-28[tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany
2013-03-28Check if Type is a vector before calling function Type::getVectorNumElements.Akira Hatanaka
2013-03-26Use the full path when outputting the `.gcda' file.Bill Wendling
2013-03-26Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.Ulrich Weigand
2013-03-26[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov
2013-03-26[ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman
2013-03-26[ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...Michael Gottesman
2013-03-25Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang
2013-03-25Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison
2013-03-25InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison
2013-03-25Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman
2013-03-24Minor cleanups. No functionality change.Jakub Staszak
2013-03-24Use dyn_cast instead of isa && cast.Jakub Staszak
2013-03-23Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...Michael Gottesman
2013-03-23Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...Michael Gottesman
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-03-22Add all clauses when merging the landing pads. Duplicates will be handled lat...Bill Wendling
2013-03-22Don't use the removed API.Bill Wendling
2013-03-22[asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany
2013-03-22tsan: handle vptr loads speciallyDmitry Vyukov
2013-03-22Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-21Always forward 'resume' instructions to the outter landing pad.Bill Wendling
2013-03-21[SROA] Prefix names using a custom IRBuilder inserter.Chandler Carruth
2013-03-21[msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov
2013-03-21simplify-libcalls: Removed unused variableMeador Inge