platform/upstream/llvm.git
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Julian Lettner[TSan][libdispatch] We don't require any setup on Darwin
2019-04-02 Jessica Paquette[AArch64][GlobalISel] Select llvm.aarch64.stlxr(i64...
2019-04-02 Louis Dionne[libc++] Correctly handle Objective-C++ ARC qualifiers...
2019-04-02 Erik Pilkington[Sema] Fix a use-after-deallocate of a ParsedAttr
2019-04-02 Erik Pilkington[CodeGen] Fix a regression by emitting lambda expressio...
2019-04-02 Alexey Bataev[OPENMP]Add codegen for private vars with allocate...
2019-04-02 Zachary Turner[NativePDB] Don't fail on import modules.
2019-04-02 Louis Dionne[libc++] Remove use of auto with actual type
2019-04-02 Louis Dionne[libc++][NFC] Remove useless public: label at the end...
2019-04-02 Julian Lettner[NFC][libdispatch] Improve a few tests
2019-04-02 Rainer Orth[FileCheck] Fix FileCheck.cpp compilation on Solaris
2019-04-02 David Bolvansky[InstCombine] Added tests for PR41273
2019-04-02 Jonas Devlieghere[Reproducers] Print warning when generating the reproducer.
2019-04-02 Simon Atanasyan[driver][mips] Check both `gnuabi64` and `gnu` suffixes...
2019-04-02 Simon Atanasyan[driver] clang-format. Fix indentation, split long...
2019-04-02 Greg ClaytonClean up windows build bot.
2019-04-02 Francis Visoiu... [Remarks][NFCI] Remove useless include
2019-04-02 Peter CollingbourneFix problem with ar_to_bc.sh script introduced by r357450.
2019-04-02 Vedant Kumar[os_log] Mark os_log_helper `nounwind`
2019-04-02 Vedant Kumar[ArgPromotion] Set debug location at updated callsites
2019-04-02 Vedant Kumar[DebugInfo] Fix pr41180 : Loop Vectorization Debugify...
2019-04-02 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2019-04-02 Craig Topper[X86] Allow FixupLEAs to form INC/DEC under OptSize...
2019-04-02 Aaron Smith[lldb-server] Use llgs namespace to avoid conflicts...
2019-04-02 Aaron SmithFix typo; NFC
2019-04-02 Stefan Pintilie[PowerPC] Fix reversed bit issue in DCMX mask for ...
2019-04-02 Philip Reames[WideableCond] Fix a nasty bug in detection of "explici...
2019-04-02 Jordan Rupprecht[llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for...
2019-04-02 Greg ClaytonFix buildbot where paths were not matching up.
2019-04-02 Simon Pilgrim[SLP] reorderInputsAccordingToOpcode is const method...
2019-04-02 Fangrui Song[BPF] Replace fstream and sstream with line_iterator
2019-04-02 Alexey Bataev[OPENMP]Fix mapping of the pointers captured by reference.
2019-04-02 Shoaib Meenai[llvm-shlib] Fix cross-compilation for LLVM-C
2019-04-02 Shoaib Meenai[cmake] Add function for building native tool
2019-04-02 Joseph Tremoulet[SimplifyCFG] Don't split musttail call from ret
2019-04-02 Taewook Oh[SampleProfile] Repeat indirect call promotion only...
2019-04-02 Joseph Tremoulet[PruneEH] Don't split musttail call from ret
2019-04-02 Greg ClaytonAllow partial UUID matching in Minidump core file plug-in
2019-04-02 Jonas Paulsson[SystemZ] Improve instruction selection of 64 bit...
2019-04-02 Pierre Gousseau[Driver] Enable -fsanitize-address-globals-dead-strippi...
2019-04-02 Brian Gesiak[Transforms] Redundant getValueOperand (NFC)
2019-04-02 Marshall ClowSpecial case some duration arithmetic for GCC and PPC...
2019-04-02 Nico Webergn build: Merge r357469
2019-04-02 Nico Webergn build: Add build files for non-framework xpc clangd...
2019-04-02 James Henderson[llvm-objcopy]Allow llvm-objcopy to be used on an ELF...
2019-04-02 Marshall ClowFix typo that I introduced in r357413. Thanks to ensadc...
2019-04-02 Simon Atanasyan[mips] Remove the override of the `isMachineVerifierCle...
2019-04-02 Simon Atanasyan[mips] Use AltOrders to prevent using odd FP-registers
2019-04-02 Michael Liao[ObjectYAML] Fix build issue
2019-04-02 Alex Bradbury[RISCV] Support assembling @plt symbol operands
2019-04-02 Pavel LabathAdd minidump support to obj2yaml
2019-04-02 Alexander Kornienko[clang-tidy] make getLangOpts return a const ref
2019-04-02 Simon PilgrimFix Wimplicit-fallthrough warning introduced in rL35746...
2019-04-02 Strahinja Petrovic[PowerPC] Fix issue with inline asm - soft float mode
2019-04-02 Simon Pilgrim[X86][AVX] Add test case showing failure to fold broadc...
2019-04-02 Pavel LabathMake operator==s consistent between c++ and python...
2019-04-02 Hans WennborgFix tests after r357452
2019-04-02 Mikael HolmenFix compiler warning, remove extra ";" [NFC]
2019-04-02 Sander de SmalenEnforce StackID definition in PEI
2019-04-02 Pavel LabathFix flakyness in TestCommandScriptImmediateOutput
2019-04-02 Fangrui Song[Internalize] Replace uses of std::set with DenseSet
2019-04-02 Fangrui Song[Internalize] Replace fstream with line_iterator for...
2019-04-02 Pavel LabathFix llvm_unreachable in TestWriteMemory
2019-04-02 Pavel LabathPDBFPO: Refactor register reference resolution
2019-04-02 Ilya Biryukov[clangd] Use capacity() instead of size() in RefSlab...
2019-04-02 Eric FiselierFix a number of bugs in __val_expr's subset operator[].
2019-04-02 Hans WennborgSimplifyCFG SinkCommonCodeFromPredecessors: Also sink...
2019-04-02 Pavel LabathSimplify TestGdbRemoteRegisterState
2019-04-02 Fangrui Songar_to_bc.sh: replace readlink -f with custom relative...
2019-04-02 Matt Davis[compiler-rt][test] Make instrprof-set-dir-mode test...
2019-04-02 Philip Reames[LoopPredication] Simplify widenable condition handling...
2019-04-02 Nick LewyckyAdd an optional list of blocks to avoid when looking...
2019-04-02 Craig Topper[X86] Add test cases to fixup-lea.ll for optsize and...
2019-04-02 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-02 Craig Topper[X86] Use unsigned type for opcodes throughout X86Fixup...
2019-04-02 Matt ArsenaultInstSimplify: Add missing case from r357386
2019-04-02 Michael Liao[AMDGPU] Add more test cases of D59608.
2019-04-02 Matt ArsenaultAMDGPU: Fix test filename
2019-04-02 Eli Friedman[ARM] Optimize expressions like "return x != 0;" for...
2019-04-01 Eli Friedman[ARM] Don't try to create "push {r12, lr}" in Thumb1...
2019-04-01 Philip Reames[LoopPred] Rename a variable to simply a future patch...
2019-04-01 Jessica Paquette[AArch64][GlobalISe] Select STRQui for stores into...
2019-04-01 Jonas Devlieghere[CMake] Only the Python scirpt interpreter should link...
2019-04-01 Reid KlecknerFix clangd unittest _WIN32 ifdef
2019-04-01 Jonas Devlieghere[Process] Use early returns in Process::WriteMemory...
2019-04-01 Nick Lewycky[NFC] Remove dead parameter "FreeInLoop", fix some...
2019-04-01 Jorge Gorbe... [lldb-vscode] Add logic to handle EOF when reading...
2019-04-01 Nick LewyckyNot all blocks are reachable from entry. Don't assume...
2019-04-01 Jonas Devlieghere[API] Add SBReproducer to LLDB.h
2019-04-01 Louis Dionne[libcxx] Make sure reference_wrapper works with incompl...
2019-04-01 Louis Dionne[pstl] Mangle the parallel_strict_scan backend function
2019-04-01 Matthew Voss[NFC][LLD] Specify namespaces explicity to fix build...
2019-04-01 Med Ismail... [Process] Fix WriteMemory return value
2019-04-01 Craig Topper[X86] Classify the AVX512 rounding control operand...
2019-04-01 Yi Kong[llvm-objcopy] Add --keep-symbols option
2019-04-01 Peter CollingbourneELF: Perform per-section .ARM.exidx processing during...
2019-04-01 Simon Pilgrim[SLP] getVectorElementSize and isTreeTinyAndNotFullyVec...
2019-04-01 Michael Kruse[CodeGen] Generate follow-up metadata for loops with...
2019-04-01 Simon Pilgrim[SLP] getGatherCost and isFullyVectorizableTinyTree...
next