[PM] Fixup for r231556 where I missed a dependency on intrinsics
[oota-llvm.git] / lib / Transforms /
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Benjamin KramerLoopInterchange: Remove empty method.
2015-03-06 Benjamin KramerLoopInterchange: Rephrase instruction moving using...
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-06 Daniel JasperChange the way in which error case is being handled.
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-06 Yaron KerenSilence C4715 'not all control paths return a value...
2015-03-06 Michael Gottesman[objc-arc] Sprinkle some more auto on some iterators.
2015-03-06 Michael Gottesman[objc-arc] Move the detection of potential uses or...
2015-03-06 Michael Gottesman[objc-arc] Move the checking of whether or not we can...
2015-03-06 Michael Gottesman[objc-arc] Refactor (Re-)initialization of PtrState...
2015-03-06 Michael Gottesman[objc-arc] Create two subclasses of PtrState in prepara...
2015-03-06 Michael Gottesman[objc-arc] Extract out MDNodes into a cache structure...
2015-03-06 Michael Gottesman[objc-arc] Remove annotations code.
2015-03-05 Michael GottesmanFix build error.
2015-03-05 Michael Gottesman[objc-arc] Change some casts and loop iterators to...
2015-03-05 Michael Gottesman[objc-arc] Extract out state specific to a ref count...
2015-03-05 Michael Gottesman[objc-arc] Extract blot map vector into its own file...
2015-03-05 Michael Kuperstein[InstCombine] Fix an assertion when fmul has a Constant...
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
2015-03-04 Sanjoy Das[IndVarSimplify] use the "canonical" way to infer no...
2015-03-04 Reid KlecknerTry to satisfy sanitizer lint check
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Dmitry Vyukovasan: do not instrument direct inbounds accesses to...
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-03-03 David MajnemerInstCombine: Ensure select condition types are identica...
2015-03-03 David BlaikieRewriteStatepointsForGC::PhiState: Remove explicit...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-03 Benjamin KramerLoopIdiom: Give globals for memset_pattern16 private...
2015-03-02 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-02 Michael ZolotukhinMake ToVectorTy static.
2015-03-02 Benjamin KramerSLPVectorizer: Rewrite ArrayRef slice compare to be...
2015-03-02 NAKAMURA TakumiRevert r230921, "Revert some changes that were made...
2015-03-01 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-02-28 Benjamin KramerTRE: Just erase dead BBs and tweak the iteration loop...
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-28 Yaron KerenSilence variable set but not used warning, NFC.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix iterator invalidation bug
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-27 Anna Zaks[asan] Skip promotable allocas to improve performance...
2015-02-26 Eric ChristopherRemove DebugLoc::print(LLVMContext, raw_ostream), it...
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
2015-02-26 Sanjoy DasIRCE: only touch loops that have been shown to have...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Sanjoy DasIRCE: print newline after printing an InductiveRangeCheck.
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-25 Justin BognerInstrProf: Make the __llvm_profile_runtime_user symbol...
2015-02-25 Sanjay Patelonly propagate equality comparisons of FP values that...
2015-02-25 JF BastienInstCombine: extract instead of shuffle when performing...
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-24 Sanjay Patelremove function names from comments; NFC
2015-02-24 Kuba BreckaFix alloca_instruments_all_paddings.cc test to work...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-23 Sanjay Pateladd newline for easier reading; NFC
2015-02-23 Andrew KaylorRemap frame variables for native Windows exception...
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2015-02-22 David BlaikieRoll condition into an assert then wrap it 'ifndef...
2015-02-22 Hal Finkel[LICM] Refactor to expose functionality as utility...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts to mark...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunuse...
2015-02-22 NAKAMURA TakumiLowerBitSets.cpp: Prune incorrect \param(s). [-Wdocumen...
2015-02-21 Sanjoy DasIRCE: generalize InductiveRangeCheck::computeSafeIterat...
2015-02-21 Sanjoy DasIRCE: use SCEVs instead of llvm::Value's for intermediate
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
2015-02-20 David BlaikieRemove some unnecessary unreachables in favor of (somet...
2015-02-20 Philip ReamesHide a bunch of advanced testing options in default...
2015-02-20 Philip Reames[RewriteStatepointsForGC] Use DenseSet in place of...
2015-02-20 Philip Reames[RewriteStatepointsForGC] Replace std::map with DenseMap
2015-02-20 Philip Reames[RewriteStatepointsForGC] Cleanup - replace std::vector...
2015-02-20 Philip Reames[RewriteStatepointsForGC] More style cleanup [NFC]
2015-02-20 Philip Reames[RewriteStatepointsForGC] Remove notion of SafepointBou...
2015-02-20 Benjamin KramerLoopRotate: When reconstructing loop simplify form...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Philip Reames[GC, RewriteStatepointsForGC] Style cleanup and bug fix
2015-02-20 Reid KlecknerUse unreachable instead of assert(false) to silence...
2015-02-20 Philip Reames[GC] Style cleanup for RewriteStatepointForGC (1 of...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Benjamin KramerRewriteStatepointsForGC: Move details into anonymous...
2015-02-20 Benjamin KramerWrap recursive function only used in assert in #ifndef...
2015-02-20 Nick LewyckyFix build in release mode, four cases of -Wunused-variable.
2015-02-20 Hal Finkel[InstCombine] Remove unnecessary variable indexing...
2015-02-20 Philip ReamesAdjust enablement of RewriteStatepointsForGC
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...
2015-02-20 Kostya Serebryany[sanitizer] when dumping the basic block trace, also...
2015-02-20 Michael Gottesman[objc-arc-contract] We can not move retains over instru...
2015-02-20 Michael Gottesman[objc-arc] Add the predicate CanDecrementRefCount.
2015-02-19 Benjamin KramerSSAUpdater: Use range-based for. NFC.
2015-02-19 Michael Gottesman[objc-arc] Convert the bodies of ARCInstKind predicates...
2015-02-19 Michael Gottesman[objc-arc] Change the InstructionClass to be an enum...
next