platform/upstream/llvm.git
2019-03-22 Roman Lebedev[AST] OMPStructuredBlockTest: avoid using multiline...
2019-03-22 Clement Courbet[llvm-exegesis] Fix compilation before c++17.
2019-03-22 Clement Courbet[llvm-exegesis] Add clustering test.
2019-03-22 James Henderson[llvm-objcopy]Add coverage for --split-dwo and --output...
2019-03-22 George RimarRevert r356738 "[llvm-objcopy] - Implement replaceSecti...
2019-03-22 Alex Bradbury[RISCV] Add basic RV32E definitions and MC layer support
2019-03-22 Ilya Biryukov[Tooling] Avoid working-dir races in AllTUsToolExecutor
2019-03-22 Luke Cheeseman[ARM] Add Cortex-M35P Support
2019-03-22 Alex Bradbury[RISCV] Optimize emission of SELECT sequences
2019-03-22 Alex Bradbury[RISCV] Allow conversion of CC logic to bitwise logic
2019-03-22 George Rimar[llvm-objcopy] - Fix a st_name of the first symbol...
2019-03-22 George Rimar[llvm-objcopy] - Implement replaceSectionReferences...
2019-03-22 James Henderson[llvm-objcopy]Add support for *-freebsd output formats
2019-03-22 Alex Bradbury[RISCV][NFC] Add test case to MC/RISCV/linker-relaxatio...
2019-03-22 Tim Renouf[AMDGPU] Added v5i32 and v5f32 register classes
2019-03-22 Alex Bradbury[RISCV][NFC] Expand test/MC/RISCV/linker-relaxation...
2019-03-22 Craig Topper[X86] Add 32-bit command lines with and without SSE2...
2019-03-22 Yonghong Song[BPF] fix flaky btf unit test static-var-derived-type.ll
2019-03-22 Fangrui Song[DWARF] Refactor RelocVisitor and fix computation of...
2019-03-22 Fangrui Song[DWARF] Refactor RelocVisitor and fix computation of...
2019-03-22 Julian Lettner[NFC][TSan][libdispatch] Don't use ignore_noninstrument...
2019-03-22 Yonghong Song[BPF] handle derived type properly for computing type id
2019-03-22 Marshall ClowFix a vector test to not use a local type as a template...
2019-03-21 Jonas Devlieghere[Reproducers] Fix log statements
2019-03-21 Sterling AugustineThis test assumes that -rtlib defaults to libgcc. But...
2019-03-21 Craig Topper[X86] Autogenerate complete checks. NFC
2019-03-21 Amara Emerson[AArch64] Split the neon.addp intrinsic into integer...
2019-03-21 Craig Topper[X86] Use LoadInst->getType() instead of LoadInst-...
2019-03-21 Nikita Popov[InstSimplify] Add tests for signed icmp of and/or...
2019-03-21 Louis Dionne[libc++] Remove too-stringent XFAILs for file_clock...
2019-03-21 Steven Wu[Object] Fix reading objects created with -fembed-bitco...
2019-03-21 Matt ArsenaultMips: Fix typo in assert message
2019-03-21 Matt ArsenaultMips: Don't create copy of nothing
2019-03-21 Alexey Bataev[OPENMP]Fix a warning about unused variable, NFC.
2019-03-21 Matt ArsenaultGlobalISel: Fix RegBankSelect for REG_SEQUENCE
2019-03-21 Richard SmithImprove the diagnostic for #include_next occurring...
2019-03-21 Adrian PrantlMakefile.rules: Normalize use of trailing slashes in...
2019-03-21 Alexey Bataev[OPENMP] Simplify codegen for allocate directive on...
2019-03-21 Craig Topper[X86] Correct the value of MaxAtomicInlineWidth for...
2019-03-21 Akira HatanakaDon't add a tail keyword to calls to ObjC runtime funct...
2019-03-21 Craig Topper[Driver] Pass -malign-double from the driver to the...
2019-03-21 Akira Hatanaka[CodeGen][ObjC] Annotate calls to objc_retainAutoreleas...
2019-03-21 Richard SmithRefactor handling of #include directives to cleanly...
2019-03-21 Michal Gorny[lldb] Add missing EINTR handling
2019-03-21 Alexey Bataev[OPENMP]Codegen support for allocate directive on globa...
2019-03-21 Dan LiewEnable `asan/TestCases/Posix/start-deactivated.cc`...
2019-03-21 Jordan Rupprecht[clang][OpenMP] Fix another test when using libgomp.
2019-03-21 Alexey Bataev[OPENMP]Simplify the check for the predefined allocator...
2019-03-21 Evandro Menezes[AArch64] Update for Exynos
2019-03-21 Jordan Rupprecht[llvm-objdump] Support arg grouping for -j and -M ...
2019-03-21 Simon Pilgrim[X86] canonicalizeBitSelect - don't attempt to canonica...
2019-03-21 Serge GueltonPython 2/3 compatibility: from __future__ import print_...
2019-03-21 Reid KlecknerFix lld wasm tests after r356610
2019-03-21 Louis Dionne[NFC][libc++] Reindent #ifdefs
2019-03-21 Reid Kleckner[llvm-pdbutil] Add -type-ref-stats to help find unused...
2019-03-21 Sanjay Patel[x86] add tests with movmsk potential (PR39665); NFC
2019-03-21 Craig Topper[InstCombine] Don't transform ((C1 OP zext(X)) & C2...
2019-03-21 Craig Topper[X86] Add __popcntd and __popcntq to ia32intrin.h to...
2019-03-21 Craig Topper[X86] Don't avoid folding multiple use sign extended...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrin] Add support for scalarizing...
2019-03-21 Craig Topper[X86] Use the CPUKind enum from PROC_ALIAS to directly...
2019-03-21 Nikita Popov[ValueTracking] Use ConstantRange based overflow check...
2019-03-21 Peter Smith[ELF][ARM] Revert Redesign of .ARM.exidx handling to...
2019-03-21 Krzysztof ParzyszekAdd more rotate tests, including ORs of rotates
2019-03-21 Zachary TurnerMove the rest of the sections over to DWARFContext.
2019-03-21 Louis Dionne[libc++] Re-document how to use <filesystem> with vario...
2019-03-21 Samuel BenzaquenAdd relational benchmark against a string constant.
2019-03-21 Roman Lebedev[AST] OMPStructuredBlockTest: two matchers were promote...
2019-03-21 Louis Dionne[libc++] Mark bad_any_cast tests as unsupported when...
2019-03-21 Roman Lebedev[ASTMatcher] Add clang-query disclaimer to two more...
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] OpenMP Structured-block-related...
2019-03-21 Roman Lebedev[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] Add base ompExecutableDirective...
2019-03-21 Serge GueltonWorkaround items/iteritems difference between Python2...
2019-03-21 Serge GueltonWorkaround Python's map difference between Python2/3
2019-03-21 Serge GueltonPortable int/long conversion across Python 2 / Python 3
2019-03-21 Serge GueltonPortable exception value access across Python 2 / Python 3
2019-03-21 David GreenFixup opt-remarks.ll gold plugin test. NFC
2019-03-21 Florian Hahn[DAGCombiner] Use getTokenFactor in a few more cases.
2019-03-21 Simon Pilgrim[DAGCombine] SimplifySelectCC - call FoldSetCC with...
2019-03-21 Peter Smith[ELF][ARM] Redesign of .ARM.exidx handling to use a...
2019-03-21 Sanjay Patel[CodeGenPrepare] limit formation of overflow intrinsics...
2019-03-21 Xing GUO[llvm-readobj] Format codes. NFC.
2019-03-21 Erich KeanePermit redeclarations of a builtin to specify calling...
2019-03-21 Paul Hoad[clang-format] Add basic support for formatting C#...
2019-03-21 Simon Pilgrim[Thumb] Fix infinite loop in ABS expansion (PR41160)
2019-03-21 Tim Renouf[AMDGPU] Support for v3i32/v3f32
2019-03-21 Simon PilgrimFix -Wmisleading-indentation gcc7 warning. NFCI.
2019-03-21 Oliver Stannard[AArch64] Allow -mattr=tpidr-el[1|2|3]
2019-03-21 Simon Pilgrim[SelectionDAG] Add scalarization of ABS node (PR41149)
2019-03-21 Pavel LabathFix two more issues with r356652
2019-03-21 Alex Bradbury[RISCV][NFC] Remove old CHECK lines from linker-relaxat...
2019-03-21 Pavel LabathAttempt to fix modules build for r356652
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-21 Fangrui Song[BasicAA] Use DenseMap::try_emplace after D59151. NFC
2019-03-21 Zinovy NisReland r356547 after fixing the YAML module missing...
2019-03-21 Mikael HolmenSilence warning about unused variable in builds without...
2019-03-21 Serge GueltonUse list comprehension instead of map/filter to prepare...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrinsics] Reverse some if conditio...
2019-03-21 Craig Topper[InstCombine] Add test case for PR41164. NFC
next