platform/upstream/llvm.git
2017-09-28 Adrian PrantlAddress further review feedback. (NFC)
2017-09-28 Adrian Prantltry and appease gcc
2017-09-28 Evgeniy Stepanov[asan] Fix the bug number in the error message.
2017-09-28 Rafael EspindolaFix header location with PHDR.
2017-09-28 Adrian Prantlllvm-dwarfdump: implement --find for .apple_names
2017-09-28 Lang Hames[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyL...
2017-09-28 Evandro Menezes[JumpThreading] Preserve DT and LVI across the pass
2017-09-28 Rafael EspindolaAdd a test.
2017-09-28 Craig Topper[X86] Use BWI instructions to improve lowering of v32i8...
2017-09-28 Francis RicciAdd support for custom loaders to the sanitizer symbolizer
2017-09-28 Craig Topper[X86] Remove dead code from X86ISelDAGToDAG.cpp multipl...
2017-09-28 Craig Topper[X86] Use correct subvector index when combining two...
2017-09-28 Ulrich Weigand[SystemZ] Custom-expand ATOMIC_CMP_AND_SWAP_WITH_SUCCESS
2017-09-28 Nico WeberConsolidate std::move() detection code. No behavior...
2017-09-28 Jonas Devlieghere[dwarfdump] Verify that CUs have a unit DIE.
2017-09-28 Simon PilgrimUse SDValue::getConstantOperandVal helper. NFCI.
2017-09-28 Nico WeberFix -Wcast-qual warning after r314336.
2017-09-28 Siddharth Bhat[Docs] Replace 0-byte incorrect GEMM_double image with...
2017-09-28 Siddharth Bhat[Docs] fix rendering of alpha and beta
2017-09-28 Simon Dardis[mips] Remove codegen support for branch likely instruc...
2017-09-28 Hans WennborgDocs: fix link to Debugger intrinsic functions
2017-09-28 Siddharth Bhat[Docs] Add a performance document.
2017-09-28 Benjamin Kramer[LoopUnroll] Fix use after poison.
2017-09-28 Amara Emerson[X86] Add overflow intrinsic test in preparation for...
2017-09-28 Benjamin Kramer[asan] Unpoison global metadata on dlclose.
2017-09-28 Bjorn Pettersson[DebugInfo] Do not extend range for physreg in LiveDebu...
2017-09-28 Benjamin Kramer[LoopInfo] Don't poison random memory regions.
2017-09-28 Philip PfaffeFix the build after r314375
2017-09-28 Florian Hahn[LVI] Move LVILatticeVal class to separate header file...
2017-09-28 Coby Tayree[x86][AsmParser] Allow some more MS size directives
2017-09-28 Sean Eveson[llvm-cov] Create directory structure when filtering...
2017-09-28 Michael Kruse[Support] Force instantiation of isl dump() methods...
2017-09-28 George Rimar[EFL] - Fix incorrect code style. NFC.
2017-09-28 Alex BradburyTeach TargetInstrInfo::getInlineAsmLength to parse...
2017-09-28 George Rimar[ELF] - Change error message text. NFC.
2017-09-28 Benjamin KramerUse std::is_trivial instead of is_trivially_copyable.
2017-09-28 Hiroshi Inoue[PowerPC] eliminate partially redundant compare instruction
2017-09-28 Alex Bradbury[RISCV] Add common fixups and relocations
2017-09-28 Mikael Holmen[RegAllocGreedy]: Allow recoloring of done register...
2017-09-28 Sylvestre LedruAdd the new -Wnull-pointer-arithmetic warnings to the...
2017-09-28 Alex Bradbury[RISCV] Define RISC-V specific e_flags
2017-09-28 Jatin Bhateja[X86] Adding more cases to horizontal [f]add/[f]sub...
2017-09-28 Dmitry Vyukovtsan: handle signals in pause call
2017-09-28 George Burgess IV[DAGCombiner] Fix an off-by-one error in vector logic
2017-09-28 Martin Pelikan[XRay] [compiler-rt] FDR logging arg1 handler
2017-09-28 Marc-Andre... [clangd] LSP extension to switch between source/header...
2017-09-28 Yonghong Songbpf: add new insns for bswap_to_le and negation
2017-09-28 Sanjoy DasUse a BumpPtrAllocator for Loop objects
2017-09-28 Lang Hames[ORC] Update the GlobalMappingLayer interface to fit...
2017-09-28 Faisal Vali[NFC] Don't use C++17 standard lib variable template...
2017-09-28 Faisal Vali[NFC] Modernize MacroArgs using TrailingObjects
2017-09-28 Jim InghamRevert patch r313904, as it breaks "command source...
2017-09-28 Akira HatanakaLook through parentheses.
2017-09-28 Evgeniy Stepanov[ubsan] Merge ubsan_standalone_cxx shared library.
2017-09-28 Rui UeyamaFix a UBsan bot.
2017-09-28 Davide Italiano[Targets/X86] Remove unneded `return` in setMaxAtomicWi...
2017-09-27 Jason MolendaChange build-llvm.py and build-lldb-llvm-clang's patchi...
2017-09-27 Dmitry MikulinASan allocates a global data initialization array at...
2017-09-27 Eli Friedman[Preprocessor] Preserve #pragma clang assume_nonnull...
2017-09-27 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-default...
2017-09-27 Justin LebarCheck for overflows when calculating the offset in...
2017-09-27 Galina KistanovaReverted r313993.
2017-09-27 Craig TopperRevert r314017 '[InstCombine] Simplify check for RHS...
2017-09-27 Dylan McKayUpdate the description of AVR32 for the ELFDumper
2017-09-27 Jason MolendaAdd support for running the lldb testsuite against...
2017-09-27 Dylan McKay[AVR] Update data layout to match current LLVM trunk
2017-09-27 Rui UeyamaFix -Wunused-variable for Release build.
2017-09-27 Sanjoy DasReturn the LoopUnrollResult from tryToUnrollLoop; NFC
2017-09-27 Sanjoy DasLoopDeletion: use return value instead of passing in...
2017-09-27 Sanjoy DasRename LoopUnrollStatus to LoopUnrollResult; NFC
2017-09-27 Rui UeyamaFix off-by-one error in TarWriter.
2017-09-27 Brian Gesiak[CMake] Fix typo: "in-tree" -> "in-source" (NFC)
2017-09-27 Francis RicciRevert "Add support for custom loaders to symbolizer"
2017-09-27 Don HintonCleanup some problems with LLVM_ENABLE_DUMP in release...
2017-09-27 Rui UeyamaDo not remove a target file in FileOutputBuffer::create().
2017-09-27 Kostya Kortchinsky[scudo] Temporary disabling the valloc test on armhf
2017-09-27 Jason MolendaUpdate the Objective-C runtime interface code to handle...
2017-09-27 Francis RicciAdd support for custom loaders to symbolizer
2017-09-27 Jessica Paquette[MachineOutliner] AArch64: Avoid saving + restoring...
2017-09-27 Jonathan PeytonRemove unnecessary semicolons
2017-09-27 Craig TopperRevert r314249 "Recommit r314151 "[X86] Make all the...
2017-09-27 Craig TopperRevert r314248 "[X86] Don't emit X86::MOV8rr_NOREX...
2017-09-27 Simon Pilgrim[X86][SSE] Pull out variable shuffle mask combine logic...
2017-09-27 Sean CallananAdd support for remembering origins to ExternalASTMerger
2017-09-27 Than McIntosh[CodeGen] Emit necessary .note sections for -fsplit...
2017-09-27 Artem Belevich[CUDA] Work around conflicting function definitions...
2017-09-27 Manoj Gupta[builtins] ARM: Revert r314284, r314285 and r314289
2017-09-27 Craig Topper[X86] Rewrite the zero vector checks in lowerV2X128Vect...
2017-09-27 Craig Topper[X86] In combineLoopSADPattern, pad result with zeros...
2017-09-27 Jonas Hahnfeld[OpenMP] Fix translation of target args
2017-09-27 Jonas Hahnfeld[OpenMP] Fix passing of -m arguments to device toolchain
2017-09-27 Jonas Hahnfeld[OpenMP] Fix memory leak when translating arguments
2017-09-27 Nico Weberclang-format/java: Unbreak genenrics formatting after...
2017-09-27 Alexey Bataev[SLP] Fix crash on propagate IR flags for undef operand...
2017-09-27 Manoj Gupta[ARM] builtins: Replace abort by assert in clear_cache.
2017-09-27 Roman Lebedev[support] mapped_file_region: and fix the windows code too
2017-09-27 Chad Rosier[InstCombine] Gating select arithmetic optimization.
2017-09-27 Geoff Berry[AArch64][Falkor] Ignore SP based loads in HW prefetch...
2017-09-27 Alex Shlyapnikov[Sanitizer] Disable compact size class tests on Android
2017-09-27 Anastasia Stulova[OpenCL] Fixed CL version in failing test.
next