aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
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
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-03-20Call the new llvm_gcov_init function to register the environment.Bill Wendling
2013-03-20Fix a silly search-and-replace goof with r177495 that only brokeChandler Carruth
2013-03-20[SROA] Don't preserve the IR names in release builds.Chandler Carruth
2013-03-20Move the endif to the correct line so we don't have warnings aboutChandler Carruth
2013-03-20Introduce some new statistics to help track the exact behavior of theChandler Carruth
2013-03-19Update global merge pass according to Duncan's advices:Quentin Colombet
2013-03-19Register the GCOV writeout functions so that they're emitted serially.Bill Wendling
2013-03-19IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison
2013-03-19Revert "Cleanup some SCEV logic a bit."Andrew Trick
2013-03-19Cleanup some SCEV logic a bit.Andrew Trick
2013-03-19Tighten up an internal LSR API that should check for NULL.Andrew Trick
2013-03-19Emit the linkage name instead of the function name, when available. This meansNick Lewycky
2013-03-18Make method private. Keep coding standard.Jakub Staszak
2013-03-18Register the flush function for each compile unit.Bill Wendling
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2013-03-18[asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany
2013-03-18Mark internal classes as POD-like to get better behavior out ofChandler Carruth
2013-03-18[asan] while generating the description of a global variable, emit the module...Kostya Serebryany
2013-03-18[asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany