platform/upstream/llvm.git
2019-01-22 Simon Pilgrim[X86][SSE] Add selective commutation support for insert...
2019-01-22 Alex Bradbury[RISCV] Quick fix for PR40333
2019-01-22 Max Kazantsev[LoopPredication] Support guards expressed as branches...
2019-01-22 Simon Pilgrim[X86] Add test for matchAddressRecursively's MUL handling
2019-01-22 Max Kazantsev[NFC] Add function to parse widenable conditional branches
2019-01-22 Martin Storsjo[llvm-objcopy] [COFF] Implement --add-gnu-debuglink
2019-01-22 Martin Storsjo[llvm-objcopy] [COFF] Update symbol indices in weak...
2019-01-22 Martin Storsjo[llvm-objcopy] Consistently use createStringError inste...
2019-01-22 James Henderson[NFC][llvm-readobj]Normalise --/- inconsistency in...
2019-01-22 Simon Pilgrim[X86] HADDPS/HADDPD scalar lowering was added at rL350421
2019-01-22 Chandler CarruthRevert r351778: IR: Add fp operations to atomicrmw
2019-01-22 James Henderson[llvm-symbolizer] Add support for --basenames/-s
2019-01-22 Max Kazantsev[NFC] Factor out some reusable logic
2019-01-22 Kadir Cetinkaya[clangd] NFC: Use buildCompilerInvocation in CodeComplete
2019-01-22 Haojian Wu[clangd] Support clang-tidy configuration in clangd.
2019-01-22 Max Kazantsev[NFC] Add detector for guards expressed as branch by...
2019-01-22 James Henderson[LLD][ELF]Fix tests for D56910
2019-01-22 James Henderson[llvm-readelf]Revert --dyn-symbols behaviour to make...
2019-01-22 Kadir Cetinkaya[clangd] Filter out plugin related flags and move all...
2019-01-22 Vitaly BukaRevert "Remove static_assert(value == std::is_trivially...
2019-01-22 Alex Bradbury[RISCV][NFC] Add break to case statement in RISCVDAGToD...
2019-01-22 Vitaly BukaRemove static_assert(value == std::is_trivially_copyabl...
2019-01-22 Vitaly Buka[safestack] Return syscalls for mmap, munmap and mprotect
2019-01-22 Alex Bradbury[RISCV] Fix build after r351778
2019-01-22 Pavel Labathbreakpad: Add FUNC records to the symtab
2019-01-22 Jonas Devlieghere[Test] Fix up tests affected by the new LLVM header.
2019-01-22 Matt ArsenaultIR: Add fp operations to atomicrmw
2019-01-22 Eli Friedman[ARM] Combine ands+lsls to lsls+lsrs for Thumb1.
2019-01-22 Philip Reames[CVP] Use LVI to constant fold deopt operands
2019-01-22 Marshall ClowUpdated issue 3144
2019-01-22 Eli Friedman[LangRef] Clarify semantics of volatile operations.
2019-01-22 Vitaly Buka[safestack] Fix NetBSD build
2019-01-22 Marshall ClowUpdate with issues to be moved in San Diego
2019-01-22 Matt ArsenaultGlobalISel: Fix out of bounds crashes in verifier
2019-01-22 Eli Friedman[AArch64] Add patterns for zext/sext of shift amount.
2019-01-22 Matt ArsenaultAMDGPU/GlobalISel: Legalize more fp<->int conversions
2019-01-22 Eli Friedman[CodeGen] Always use string computed in Sema for Predef...
2019-01-21 JF BastienDocument toolchain update policy
2019-01-21 Sanjay Patel[x86] add another test for xor with undefs; NFC
2019-01-21 Sanjay Patel[x86] add tests for vector ops with undef lanes; NFC
2019-01-21 Craig Topper[X86] Use X86ISD::VFPROUND instead of ISD::FP_ROUND...
2019-01-21 Craig Topper[X86] Change avx512 COMPRESS and EXPAND lowering to...
2019-01-21 Stephen KellyFix test after AST dump output change
2019-01-21 Stanislav Mekhanoshin[AMDGPU] Fixed hazard recognizer to walk predecessors
2019-01-21 Nico Webergn build: Stop passing -DLLVM_LIBXML2_ENABLED to some...
2019-01-21 Nico Webergn build: Merge r351627, r351548, r351701
2019-01-21 Pavel LabathFix compilation error with gcc 4.8
2019-01-21 Simon Pilgrim[X86][BtVer2] Update latency of mmx horizontal operations
2019-01-21 Sanjay Patel[AArch64] add more tests for buildvec to shuffle transf...
2019-01-21 Sanjay Patel[DAGCombiner] fix crash when converting build vector...
2019-01-21 Michal Gorny[test] Pass -ccc-install-dir in mac compilation db...
2019-01-21 Alexander Kornienko[clang-tidy] Work around http://llvm.org/PR40392
2019-01-21 Aaron BallmanMark the lambda function pointer conversion operator...
2019-01-21 Aaron BallmanRegenerating the C++ DR status page from the latest...
2019-01-21 Andrey ChurbanovNFC: fixed formatting to be consistent across the file
2019-01-21 Anastasia Stulova[OpenCL] Allow address spaces as method qualifiers.
2019-01-21 Adam Balogh[Analyzer] Remove extra blank line from Iterator Checke...
2019-01-21 Andrey ChurbanovFixed https://reviews.llvm.org/D55078 broken Fortran...
2019-01-21 Johannes Doerfert[NFC] Fix comparison warning issues by MSVC
2019-01-21 Jonas Toth[clang] add tests to ExprMutAnalyzer that reproduced...
2019-01-21 Andrea Di Biagio[X86][BtVer2] Update the WriteLoad latency.
2019-01-21 Simon Pilgrim[CostModel][X86] Add XOP icmp cost tests (PR40376)
2019-01-21 Sam Parker[AArch64] Use LL for 64-bit intrinsic arguments
2019-01-21 Raphael Isemann[ASTImporter] Add test for importing anonymous namespaces.
2019-01-21 Kadir Cetinkaya[clang-tidy] Use getStripPluginsAdjuster
2019-01-21 Dmitry Venikov[llvm-symbolizer] Add -no-demangle as alias for -demang...
2019-01-21 Stephen KellyFix test after AST dump output change
2019-01-21 Chandler CarruthFix typos throughout the license files that somehow...
2019-01-21 Eugene Leviant[HWASAN] Improve tag mismatch diagnostics
2019-01-21 Craig Topper[X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics...
2019-01-21 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-21 Max Kazantsev[NFC] Make getExpressionSize unsigned short
2019-01-21 Max Kazantsev[NFC] Fix warnings in unit test of r351725
2019-01-21 Max Kazantsev[SCEV][NFC] Introduces expression sizes estimation
2019-01-21 Kito Cheng[RISCV] Add R_RISCV_RELAX relocation to all possible...
2019-01-21 Kristina Brooks[llgo]: fix compilation under current llvm
2019-01-21 Dylan McKay[AVR] Insert unconditional branch when inserting MBBs...
2019-01-21 Dylan McKay[AVR] Enable emission of debug information
2019-01-21 Dylan McKayRevert "[AVR] Insert unconditional branch when insertin...
2019-01-21 Dylan McKay[AVR] Insert unconditional branch when inserting MBBs...
2019-01-21 Vitaly Buka[fuzzer] Fix test checks broken after license header...
2019-01-21 Vitaly Buka[safestack] Remove unsupported platforms
2019-01-21 Vitaly Buka[safestack] Fix FreeBSD runtime build
2019-01-21 Jonathan Metzman[libFuzzer][MSVC] Make Sanitizer Coverage MSVC-compatible
2019-01-21 Dan Liew[ASan] On Darwin record global allocator pointer and...
2019-01-21 Dan LiewOn Darwin add allocator address and size fields to
2019-01-21 Dan LiewOn Darwin allow for sanitizer malloc implementations...
2019-01-21 Petr Hosek[Driver] Don't pass default value to getCompilerRTArgString
2019-01-21 Petr Hosek[CMake][Fuchsia] Drop -DNDEBUG, re-enable modules
2019-01-20 Craig Topper[X86] Add missing test cases for some int/fp->fp conver...
2019-01-20 Stephen KellyFix test after AST dump output change
2019-01-20 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-20 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-20 Vitaly Buka[safestack] Remove Darwin from supported platforms
2019-01-20 Stephen KellyTry to port tests to AST dump changes
2019-01-20 Serge GueltonAdd missing test file
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-20 Matt ArsenaultAMDGPU: Legalize more bitcasts
2019-01-20 Matt ArsenaultGlobalISel: Add isPointer legality predicates
2019-01-20 Matt ArsenaultAMDGPU/GlobalISel: Really legalize exts from i1
next