[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
[oota-llvm.git] / lib / Transforms /
2014-08-02 Alexey Samsonov[ASan] Use metadata to pass source-level information...
2014-08-02 Tyler NowickiAdd diagnostics to the vectorizer cost model.
2014-08-01 Peter CollingbournePartiallyInlineLibCalls: Check sqrt result type before...
2014-08-01 Peter Collingbourne[dfsan] Correctly handle loads and stores of zero size.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-08-01 Erik EcksteinSLPVectorizer: fix build problem in Release configuration
2014-08-01 Erik EcksteinSLPVectorizer: improved scheduling algorithm.
2014-08-01 Erik EcksteinSLP Vectorizer: added statistics counter
2014-08-01 Erik EcksteinSLP Vectorizer: improve canonicalize tree operands...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A & ...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A | B...
2014-08-01 Suyog SardaThis patch implements transform for pattern "( A &...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A & B...
2014-07-31 Tyler NowickiImprove the remark generated for -Rpass-missed.
2014-07-31 Tyler NowickiImprove the remark generated when a variable that is...
2014-07-31 Evgeniy Stepanov[msan] Fix handling of array types.
2014-07-31 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-07-31 David MajnemerInstCombine: Correctly propagate NSW/NUW for x-(-A...
2014-07-30 David MajnemerInstCombine: Simplify (A ^ B) or/and (A ^ B ^ C)
2014-07-30 Chad RosierSLP Vectorizer: Canonicalize tree operands of commutiti...
2014-07-30 Rafael EspindolaSimplifyCFG: Avoid miscompilations due to removed lifet...
2014-07-30 Aaron BallmanFixing a few -Woverloaded-virtual warnings by exposing...
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-25 Hal FinkelCanonicalization for @llvm.assume
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 Hal FinkelConvert noalias parameter attributes into noalias metad...
2014-07-25 Duncan P. N. Exon... Try to fix a layering violation introduced by r213945
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-24 Mark HeffernanAfter unrolling a loop with llvm.loop.unroll.count...
2014-07-24 Manman RenFeedback from Hans on r213815. No functionaility change.
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Aaron BallmanFixing an MSVC conversion warning about implicitly...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-23 Manman RenSimplifyCFG: fix a bug in switch to table conversion
2014-07-23 David BlaikieArgPromo+DebugInfo: Handle updating debug info over...
2014-07-23 Mark HeffernanDo not add unroll disable metadata after unrolling...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Nick LewyckyWe may visit a call that uses an alloca multiple times...
2014-07-22 Suyog SardaThis patch implements optimization as mentioned in...
2014-07-22 Suyog SardaAdded InstCombine transform for pattern "(A & B) ^...
2014-07-22 Suyog SardaAdded InstCombine Transform for patterns:
2014-07-22 Alexey Samsonov[ASan] Fix comments about __sanitizer_cov function
2014-07-22 Suyog SardaThis patch implements transform for pattern "(A | B...
2014-07-22 Sanjay Patelfixed typo in comment
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 Gerolf HoflehnerFix for regression: [Bug 20369] wrong code at -O3 on...
2014-07-20 Hal Finkel[LoopVectorize] Remove an unused private AA pointer
2014-07-20 Hal Finkel[LoopVectorize] Use AA to partition potential dependenc...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-19 Hal Finkel[LoopVectorize] Use CreateAligned(Load|Store)
2014-07-19 Hal Finkel[LoopVectorize] Propagate known metadata to vectorized...
2014-07-19 NAKAMURA TakumiMergedLoadStoreMotion.cpp: Fix msc17 build. Member...
2014-07-18 Mark HeffernanFix build breakage introduced with r213412.
2014-07-18 Mark HeffernanRemove unroll pragma metadata after it is used.
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-17 Alexey Samsonov[ASan] Don't instrument load/stores with !nosanitize...
2014-07-17 Evgeniy Stepanov[msan] Avoid redundant origin stores.
2014-07-17 Suyog SardaMove ashr optimization from InstCombineShift to InstSim...
2014-07-17 Suyog SardaFix Typo (first commit to test commit access)
2014-07-16 Jingyue WuPartially revert r210444 due to performance regression
2014-07-16 Manuel JacobUtilize CastInst::CreatePointerBitCastOrAddrSpaceCast...
2014-07-16 Manuel JacobFix comment in InstCombiner::visitAddrSpaceCast.
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-07-15 Peter Collingbourne[dfsan] Introduce further optimization to reduce the...
2014-07-15 Stepan DyatkovskiyMergeFunc patch from Björn Steinbrink.
2014-07-15 Peter Collingbourne[dfsan] Introduce an optimization to reduce the number...
2014-07-15 Peter Collingbourne[dfsan] Move combineShadows to DFSanFunction in prepara...
2014-07-15 Peter CollingbourneGive SplitBlockAndInsertIfThen the ability to update...
2014-07-14 Nick LewyckyDon't eliminate memcpy's when the address of the pointe...
2014-07-14 Matt ArsenaultUse pointer type cast helpers.
2014-07-13 NAKAMURA Takumi[CMake] Add LLVM_LINK_COMPONENTS to loadable modules...
2014-07-12 Owen AndersonFix an issue with the MergeBasicBlockIntoOnlyPred(...
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-11 Alexey Samsonov[ASan] Introduce a struct representing the layout of...
2014-07-11 Aditya NandakumarWhen we sink an instruction, this can open up opportuni...
2014-07-11 Marcello MaggioniFixup PHIs in LowerSwitch when a Leaf node is not emitted.
2014-07-10 Mark HeffernanPartially fix PR20058: reduce compile time for loop...
2014-07-10 Duncan P. N. Exon... InstCombine: Fix a crash in Descale for multiply-by...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-07-10 Peter Collingbourne[dfsan] Handle bitcast aliases.
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Sanjay PatelFix for PR20059 (instcombine reorders shufflevector...
2014-07-09 Timur Iskhodzhanov[ASan/Win] Don't instrument COMDAT globals. Properly...
2014-07-08 Pete CooperRevert "GlobalDCE: Delete available_externally initiali...
2014-07-08 Benjamin KramerFix some Twine locals.
2014-07-08 Timur Iskhodzhanov[ASan/Win] Don't instrument private COMDAT globals...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-08 Alexey SamsonovKill unnecessary include
2014-07-07 Sanjay Patelfixed some typos
2014-07-07 Sanjay PatelFix for PR17073 ( llvm.org/pr17073 ), simplifycfg illeg...
2014-07-07 Benjamin KramerMake helper functions static.
2014-07-07 Evgeniy Stepanov[msan] Fix handling of phi in blacklisted functions.
2014-07-07 Benjamin KramerInstCombine: Simplify code, no functionality change.
next