[MachineVerifier] Analyze MachineMemOperands for mem-to-mem moves.
[oota-llvm.git] / lib /
2015-10-29 Jonas Paulsson[MachineVerifier] Analyze MachineMemOperands for mem...
2015-10-29 Cong HouRevert the revision 251592 as it fails a test on some...
2015-10-29 Matthias BraunRevert "ScheduleDAGInstrs: Remove IsPostRA flag"
2015-10-29 Philip ReamesFix an unused variable warning which broke the clang...
2015-10-29 JF Bastien[WebAssembly] Update opcode name format for conversions
2015-10-29 Xinliang David Li[PGO] Do not emit runtime hook user function for Linux
2015-10-29 Matthias BraunMachineScheduler: Fix typo in debug message
2015-10-29 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag
2015-10-29 Matthias BraunMachineScheduler: Use ranged for and slightly simplify...
2015-10-29 Philip Reames[LVI/CVP] Teach LVI about range metadata
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-29 Philip Reames[InstSimplify] sgt on i1s also encodes implication
2015-10-29 Philip Reames[SimplifyCFG] Constant fold a branch implied by it...
2015-10-29 Davide Italiano[SimplifyLibCalls] Factor out common unsafe-math checks.
2015-10-29 Benjamin KramerRemove CRLF line endings.
2015-10-29 Cong HouAdd a flag vectorizer-maximize-bandwidth in loop vector...
2015-10-28 Hal Finkel[PowerPC] Recurse through constants when looking for...
2015-10-28 Hal Finkel[PowerPC] Don't return unsupported register classes...
2015-10-28 Tim NorthoverARM: add watchOS default version support function.
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: teach backend about WatchOS and TvOS libcalls.
2015-10-28 Tim NorthoverARM: add backend support for the ABI used in WatchOS
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-28 Diego NovilloSamplePGO - Add flag to check sampling coverage.
2015-10-28 Hal Finkel[PowerPC] Cleanly reject asm crbit constraint with...
2015-10-28 Hal FinkelRevert "r251451 - [AliasSetTracker] Use mod/ref informa...
2015-10-28 Lang Hames[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
2015-10-28 Sanjoy Das[SCEV] Compute max backedge count for loops with "shift...
2015-10-28 Sanjoy Das[JumpThreading] Use dominating conditions to prove...
2015-10-28 Xinliang David Li[PGO] RawProf Reader code cleanup
2015-10-28 Cong Hou[X86] A small fix in X86/X86TargetTransformInfo.cpp...
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readnone attribute...
2015-10-28 JF BastienWebAssembly: disable some loop-idiom recognition
2015-10-28 Diego NovilloSamplePGO - Clear per-function data after applying...
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readonly attribute...
2015-10-28 Chad RosierTypo.
2015-10-28 Chad RosierReapply: [LIR] Add support for creating memsets from...
2015-10-28 James Molloy[GlobalOpt] Add newlines to DEBUG messages
2015-10-28 Artyom Skrobov[ARM] Allow SP in rGPR, starting from ARMv8
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 Chad RosierRevert "[LIR] Add support for creating memsets from...
2015-10-28 Chad Rosier[LIR] Add support for creating memsets from loops with...
2015-10-28 Hrvoje Varga[mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP...
2015-10-28 Vasileios Kalintiris[Orc] Remove unnecessary semicolon. NFC.
2015-10-28 James Molloy[GlobalsAA] An indirect global that is initialized...
2015-10-28 Craig Topper[X86] Make some for loops over MVTs more explicit ...
2015-10-28 Chen LiRevert r251492 "[IndVarSimplify] Rewrite loop exit...
2015-10-28 Craig TopperUse range-based for loops and use initializer list...
2015-10-28 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-28 Hal Finkel[PowerPC] Replace cntlz[.] with cntlzw[.]
2015-10-28 Sanjoy Das[ValueTracking] Expose `implies` via ValueTracking...
2015-10-28 Sanjoy Das[ValueTracking] Use !range metadata more aggressively...
2015-10-28 Sanjoy Das[SelectionDAG] Don't inspect !range metadata for extend...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-27 James Y KnightMake the SelectionDAG graph printer use SDNode::Persist...
2015-10-27 Peter CollingbourneBitcode: Fix more unsigned integer overflow bugs.
2015-10-27 David Majnemer[SimplifyCFG] Don't DCE catchret because the successor...
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 Sanjay PatelUse the 'arcp' fast-math-flag when combining repeated...
2015-10-27 David Majnemer[ScalarEvolutionExpander] PHI on a catchpad can be...
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-27 NAKAMURA TakumiWhitespace.
2015-10-27 NAKAMURA TakumiRevert r251291, "Loop Vectorizer - skipping "bitcast...
2015-10-27 Diego NovilloTidy a comment. NFC.
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Charlie Turner[SLP] Be more aggressive about reduction width selection.
2015-10-27 Charlie Turner[SLP] Try a bit harder to find reduction PHIs
2015-10-27 Charlie Turner[SLP] Treat SelectInsts as reduction values.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-27 Reid Kleckner[ms-inline-asm] Leave alignment in bytes if the native...
2015-10-27 Rui UeyamaRename qsort -> multikey_qsort. NFC.
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-27 Mehdi AminiDo not use "else" when both branches return (NFC)
2015-10-27 David Majnemer[ScalarEvolutionExpander] Properly insert no-op casts...
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Davide Italiano[SimplifyLibCalls] Use range-based loop. No functional...
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-27 Chandler Carruth[function-attrs] Refactor code to handle shorter code...
2015-10-27 Sanjoy Das[ValueTracking] Don't special case wrapped ConstantRang...
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-27 Sanjoy Das[SCEV] Refactor out ScalarEvolution::getDataLayout...
2015-10-27 Steve KingFix llc crash processing S/UREM for -Oz builds caused...
2015-10-26 Daniel Sanders[mips][ias] Fold needsExpansion() and expandInstruction...
2015-10-26 Oleksiy VyalovUse Twin instead of std::to_string.
2015-10-26 Ivan KrasinFix indents. It's a follow up to r251353.
2015-10-26 Alexey Samsonov[LLVMSymbolize] Don't use LLVMSymbolizer::Options in...
2015-10-26 Sanjay Patelreorganize logic; NFCI (retry r251349)
2015-10-26 Ivan KrasinMove imported entities into DwarfCompilationUnit to...
2015-10-26 Tim NorthoverARM: make sure VFP loads and stores are properly aligned.
2015-10-26 Sanjay Patelrevert r251349; it included code for a functional change
2015-10-26 Sanjay Patelreorganize logic; NFCI
2015-10-26 Keno FischerInitialize BasicAAWrapperPass in it's constructor
2015-10-26 Alexey SamsonovFix build failure on GCC 4.7 (old libstdc++ doesn't...
2015-10-26 David BlaikieRemove use of std::map<>::emplace which is not supporte...
next