[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / lib / Transforms /
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-28 Sanjoy Das[InstCombine] Fix PR24605.
2015-08-28 Chad RosierOptimize memcmp(x,y,n)==0 for small n and suitably...
2015-08-28 JF BastienRemove Merge Functions pointer comparisons
2015-08-28 Chandler Carruth[SROA] Fix PR24463, a crash I introduced in SROA by...
2015-08-28 Steven WuRevert r246244 and r246243
2015-08-28 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-08-28 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-27 Tyler NowickiImprove vectorization diagnostic messages and extend...
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
2015-08-27 James Molloy[LoopVectorize] Extract InductionInfo into a helper...
2015-08-27 Alex RosenbergWhoops, remove trailing whitespace.
2015-08-27 Philip ReamesAllow value forwarding past release fences in EarlyCSE
2015-08-27 Philip Reames[RewriteStatepointsForGC] Reduce the number of new...
2015-08-27 Tyler NowickiImproved printing of analysis diagnostics in the loop...
2015-08-26 Philip Reames[SimplifyCFG] Prune code from a provably unreachable...
2015-08-26 Diego NovilloFix memory leak in sample profile pass.
2015-08-26 David Majnemer[SimplifyLibCalls] Fix a typo
2015-08-26 Chandler Carruth[SROA] Rip out all support for SSAUpdater in SROA.
2015-08-26 Alex RosenbergModernize with range-based for loops.
2015-08-26 Alex RosenbergReduce code duplication.
2015-08-26 Alex RosenbergTrailing whitespace
2015-08-26 JF BastienComparing operands should not require the same ValueID
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Evgeniy Stepanov[msan] Precise instrumentation for icmp sgt %x, -1.
2015-08-25 NAKAMURA TakumiUpdate libdeps in LLVMipo and LLVMScalarOpts, correspon...
2015-08-25 Matthias BraunFix dependencies/shared library build
2015-08-25 Wei MiThe patch replace the overflow check in loop vectorizat...
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-08-25 Piotr PadlewskiAssume intrinsic handling in global opt
2015-08-24 Sanjay Patelfix typo; NFC
2015-08-24 Adhemerval Zanella[sanitizers] Add DFSan support for AArch64 42-bit VMA
2015-08-23 Mehdi AminiRequire Dominator Tree For SROA, improve compile-time
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-21 JF BastienImprove the determinism of MergeFunctions
2015-08-21 Tyler NowickiStandardized 'failed' to 'Failed' in LoopVectorizationR...
2015-08-21 Sanjoy DasRe-apply r245635, "[InstCombine] Transform A & (L ...
2015-08-21 David Blaikie[opaque pointer type]: Pass explicit pointee type when...
2015-08-21 NAKAMURA TakumiRevert r245635, "[InstCombine] Transform A & (L - 1...
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-08-20 Sanjoy Das[InstCombine] Transform A & (L - 1) u< L --> L != 0
2015-08-20 Michael Zolotukhin[SLP] Propagate 'nontemporal' attribute into vectorized...
2015-08-20 Michael Zolotukhin[LoopVectorize] Propagate 'nontemporal' attribute into...
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Adhemerval Zanella[asan] Add ASAN support for AArch64 42-bit VMA
2015-08-20 Jingyue Wu[ValueTracking] computeOverflowForSignedAdd and isKnown...
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-08-20 Adrian PrantlFix a debug location handling bug in GVN.
2015-08-20 Adam Nemet[LVer] Fix FIXME: hide addPHINodes, NFC
2015-08-20 Balaram MakamOptimize bitwise even/odd test (-x&1 -> x&1) to not...
2015-08-20 Benjamin KramerMake helper functions static. NFC.
2015-08-20 Bjorn SteinbrinkRevert "[DSE] Enable removal of lifetime intrinsics...
2015-08-20 Bjorn Steinbrink[DSE] Enable removal of lifetime intrinsics in terminat...
2015-08-20 Chandler Carruth[ARC] Pull the ObjC ARC components that really serve...
2015-08-19 David MajnemerReplace some calls to isa<LandingPadInst> with isEHPad()
2015-08-19 Nick LewyckyMore clean up, still NFC. Remove dead variables now...
2015-08-19 Nick LewyckyClean up this file a little. Remove dead casts, casting...
2015-08-19 Ashutosh NemaExposed findDefsUsedOutsideOfLoop as a loop utility...
2015-08-19 Eric ChristopherRevert "Fix PR24469 resulting from r245025 and re-enabl...
2015-08-18 Nick LewyckyFix three typos in comments; "easilly" -> "easily".
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-18 Sanjay Pateluse minSize wrapper; NFCI
2015-08-18 Justin BognerRevert "Constant propagation after hiting llvm.assume"
2015-08-18 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-17 Karthik BhatFix PR24469 resulting from r245025 and re-enable dead...
2015-08-17 David MajnemerRevert "[InstCombinePHI] Partial simplification of...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-16 Benjamin Kramer[SimplifyLibCalls] Drop default template args. No funct...
2015-08-16 Sanjay Pateltransform fmin/fmax calls when possible (PR24314)
2015-08-16 Sanjoy Das[LSR][NFC] Don’t duplicate entity name at the beginning...
2015-08-16 Sanjoy Das[LSR][NFC] Use camelCase for method names in Formula...
2015-08-16 David MajnemerRevert "Add support for cross block dse. This patch...
2015-08-16 David Majnemer[InstCombine] Replace an and+icmp with a trunc+icmp
2015-08-16 NAKAMURA TakumiMergeFunc: Quick fix for r245140, Ignore second, aka...
2015-08-15 Yaron KerenTry to appease VS 2015 warnings from reviews.llvm.org...
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-15 JF BastienAccelerate MergeFunctions with hashing
2015-08-15 Matt ArsenaultLoopStrengthReduce: Try to pass address space to isLega...
2015-08-14 Nick LewyckyFix a crash where a utility function wasn't aware of...
2015-08-14 Evgeniy Stepanov[msan] Fix handling of musttail calls.
2015-08-14 Justin Bogner[sancov] Fix an unused variable warning introduced...
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...
2015-08-14 Adam Nemet[LVer] Remove unused Pass parameter from versionLoop...
2015-08-14 David Majnemer[IR] Add token types
2015-08-14 Karthik BhatAdd support for cross block dse.
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over the ObjCARC Alias Analysi...
2015-08-14 Chandler Carruth[PM/AA] Don't bother forward declaring Function and...
2015-08-14 Chandler Carruth[PM/AA] Extract the interface for GlobalsModRef into...
2015-08-14 Chandler Carruth[PM/AA] Hoist the interface to TBAA into a dedicated...
2015-08-14 Chandler Carruth[PM/AA] Hoist ScopedNoAliasAA's interface into a header...
2015-08-14 Chandler Carruth[PM/AA] Extract a minimal interface for CFLAA to its...
2015-08-14 Jingyue Wu[SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext...
2015-08-14 Chandler Carruth[LIR] Re-instate r244880, reverted in r244884, factorin...
2015-08-13 Sanjay Pateldon't repeat function names in comments; NFC
2015-08-13 Davide Italiano[SimplifyLibCalls] Correctly set the is_zero_undef...
2015-08-13 Jingyue Wu[SeparateConstOffsetFromGEP] strengthen the inbounds...
2015-08-13 Erik Eckstein[DeadStoreElimination] remove a redundant store even...
2015-08-13 Charlie Turner[InstCombinePHI] Partial simplification of identity...
2015-08-13 Renato GolinRevert "[LIR] Start leveraging the fundamental guarante...
next