[libFuzzer] make sure that 2-byte arguments of switch() are handled properly
[oota-llvm.git] / lib / Transforms /
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
2015-07-30 Adhemerval ZanellaEnable dfsan for aarch64
2015-07-30 Wei Mi[SLP vectorizer]: Choose the best consecutive candidate...
2015-07-30 Adam Nemet[LoopVer] Add missing std::move
2015-07-30 Adam Nemet[LDist] Filter the checks locally rather than in LAA...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Alexey Samsonov[ASan] Disable dynamic alloca and UAR detection in...
2015-07-29 Evgeniy Stepanov[asan] Remove special case mapping on Android/AArch64.
2015-07-29 Peter CollingbourneLowerBitSets: Add debugging output.
2015-07-29 Michael Zolotukhin[Unroll] Handle SwitchInst properly.
2015-07-29 Michael Zolotukhin[Unroll] Don't crash when simplified branch condition...
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Michael Zolotukhin[Unroll] Add debug dumps to loop-unroll analyzer.
2015-07-28 Michael Zolotukhin[Unroll] Don't analyze blocks outside the loop.
2015-07-28 Sanjay Patelfix formatting; NFC
2015-07-28 Adam Nemet[LDist][LVer] Explicitly pass the set of memchecks...
2015-07-27 Sanjoy Das[LSR] Generate and use zero extends
2015-07-27 Sanjoy Das[IndVars] Make loop varying predicates loop invariant.
2015-07-27 Simon PilgrimFixed signed/unsigned comparison warning.
2015-07-27 Simon Pilgrim[InstCombine][X86][SSE] Replace sign/zero extension...
2015-07-27 Pete CooperRevert "Remove unnecessary null check. NFC."
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-25 Simon Pilgrim[InstCombine][SSE4A] Standardized references to Length...
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Pete CooperRemove unnecessary null check. NFC.
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Diego NovilloRemove unused variable. NFC.
2015-07-24 Jingyue WuRemove the user-count threshold when analyzing read...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-07-24 Pete CooperUse foreach loops for StructType::elements(). NFC.
2015-07-24 Michael ZolotukhinHandle resolvable branches in complete loop unroll...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Fix release build warning
2015-07-24 Philip Reames[RewriteStatepointsForGC] Use a worklist algorithm...
2015-07-23 Jingyue Wu[NaryReassociate] remove redundant code
2015-07-23 Philip Reames[RewriteStatepointsForGC] Rename PhiState to reflect...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Use idomatic mechanisms for...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Simplify code around meet...
2015-07-23 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Chandler Carruth[GMR] Add a late run of GlobalsModRef to the main pass...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Anthony PeschRevert "Improve merging of stores from static construct...
2015-07-22 Anthony PeschRevert "IPO: Avoid brace initialization of a map, some...
2015-07-22 Justin BognerIPO: Avoid brace initialization of a map, some versions...
2015-07-22 Anthony PeschImprove merging of stores from static constructors...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Anthony PeschTest commit, added blank line
2015-07-22 Chandler Carruth[GMR] Add a flag to enable GlobalsModRef in the normal...
2015-07-22 Michael KupersteinFix mem2reg to correctly handle allocas only used in...
2015-07-22 Kuba Brecka[asan] Improve moving of non-instrumented allocas
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-07-22 Chandler Carruth[PM/AA] Remove the last of the legacy update API from...
2015-07-22 Chandler Carruth[PM/AA] Switch to an early-exit. NFC. This was split...
2015-07-22 Chen Li[LoopUnswitch] Code refactoring to separate trivial...
2015-07-22 Chandler Carruth[SROA] Fix a nasty pile of bugs to do with big-endian...
2015-07-21 Nick LewyckyFix a performance problem in memcpyopt by removing...
2015-07-21 Philip Reames[RewriteStatepointsForGC] minor style cleanup
2015-07-21 Reid KlecknerRe-land 242726 to use RAII to do cleanup
2015-07-21 Philip Reames[RewriteStatepointsForGC] Hoist some code out of a...
2015-07-21 Arnold SchwaighoferMergeFunc: Transfer the callee's attributes when replac...
2015-07-21 Philip Reames[RewriteStatepointsForGC] Delete trivial code
2015-07-21 Nico WeberRevert 242726, it broke ASan on OS X.
2015-07-21 Philip Reames[RewriteStatepointsForGC] Minor code cleanup [NFC]
2015-07-20 Reid KlecknerDon't try to instrument allocas used by outlined SEH...
2015-07-19 Arnold SchwaighoferRevert "MergeFuncs: Transfer the function parameter...
2015-07-19 Yaron KerenNarrow Callee scope, suggestion from David Blaikie.
2015-07-19 Yaron KerenDe-duplicate CS.getCalledFunction() expression.
2015-07-18 Yaron KerenRangify for loops in GlobalDCE, NFC.
2015-07-18 Chandler Carruth[PM/AA] Remove the addEscapingUse update API that won...
2015-07-17 Evgeniy Stepanov[asan] Fix shadow mapping on Android/AArch64.
2015-07-17 Kuba Brecka[asan] Add a comment explaining why non-instrumented...
2015-07-17 Arnold SchwaighoferMergeFuncs: Transfer the function parameter attributes...
2015-07-17 Kuba Brecka[asan] Fix invalid debug info for promotable allocas
2015-07-16 Peter CollingbourneInternalize: internalize comdat members as a group...
2015-07-16 Tobias GrosserAdd PM extension point EP_VectorizerStart
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-15 Chen Li[LoopUnswitch] Add an else clause to IsTrivialUnswitchC...
2015-07-15 JF BastienFix mergefunc infinite loop
2015-07-15 Michael Zolotukhin[LoopUnrolling] Handle cast instructions.
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-14 David Majnemer[InstCombine] Generalize sub of selects optimization...
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-14 Tim NorthoverGVN: use a static array instead of regenerating it...
2015-07-14 Tim NorthoverGVN: tolerate an instruction being replaced without...
2015-07-14 David Majnemer[SROA] Don't de-atomic volatile loads and stores
2015-07-14 Reid KlecknerUpdate enforceKnownAlignment after the isWeakForLinker...
2015-07-13 Pete CooperLoop idiom recognizer was replacing too many uses of...
2015-07-13 Mark HeffernanEnable runtime unrolling with unroll pragma metadata
2015-07-13 Benjamin KramerAvoid using Loop::getSubLoopsVector.
2015-07-13 Rafael EspindolaRemove unused variable.
2015-07-13 Rafael EspindolaAliases don't have available_externally linkage.
2015-07-13 Rafael EspindolaDon't change the visibility when converting a definitio...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-12 David Majnemer[LICM] Don't try to sink values out of loops without...
next