platform/upstream/llvm.git
2019-03-22 Simon Pilgrim[X86] Regenerate powi tests to include i686 x87/sse...
2019-03-22 Simon Pilgrim[X86] Add PR13897 test case (i128 mul on i686)
2019-03-22 Nikita Popov[ValueTracking] Avoid redundant known bits calculation...
2019-03-22 Simon Pilgrim[X86] lowerShuffleAsBitMask - ensure float bit masks...
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Philip Reames[Tests] Add masked.gather tests for non-constant masks...
2019-03-22 Bixia Zheng[ConstantFolding] Fix GetConstantFoldFPValue to avoid...
2019-03-22 Nico WeberMake clang-move use same file naming convention as...
2019-03-22 Philip Reames[tests] Add a generic masked.gather test to show someti...
2019-03-22 Philip Reames[tests] Add tests for converting masked.load to load...
2019-03-22 Xing GUO[llvm-readobj] Revert bad changes
2019-03-22 Carey Williams[ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistent
2019-03-22 Philip Reames[Tests] Use valid alignment in masked.gather tests
2019-03-22 Brian GesiakRevert "[coroutines][PR40978] Emit error for co_yield...
2019-03-22 Pavel LabathRevert "Move the rest of the sections over to DWARFCont...
2019-03-22 Nico Webergn build: Merge r356750
2019-03-22 Nico Webergn build: Merge r356570
2019-03-22 Nico Webergn build: Merge r356662
2019-03-22 Nico Webergn build: Merge r356692
2019-03-22 Tim RenoufInstCombineSimplifyDemanded: Allow v3 results for AMDGC...
2019-03-22 Nico Webergn build: Merge r356753
2019-03-22 Nico Webergn build: Merge r356652 (and follow-up r56655)
2019-03-22 Nico Webergn build: Merge r356729
2019-03-22 Xing GUO[llvm-readobj] Separate `Symbol Version` dumpers into...
2019-03-22 Sanjay Patel[x86] auto-generate complete test checks; NFC
2019-03-22 Sanjay Patel[x86] auto-generate complete test checks; NFC
2019-03-22 Sanjay Patel[x86] add 'nounwind' to tests to reduce noise; NFC
2019-03-22 Sanjay Patel[x86] auto-generate complete checks for test; NFC
2019-03-22 Alexey Bataev[OPENMP]Add missing comment, NFC.
2019-03-22 Alexey Bataev[OPENMP]Allow no allocator clause in target regions...
2019-03-22 Tim Renouf[AMDGPU] Use three- and five-dword result type in image ops
2019-03-22 Alexander Kornienko[clang-tidy] Fix a compiler warning.
2019-03-22 Tim Renouf[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer...
2019-03-22 Dinar Temirbulatov[SLPVectorizer] Add test related to SLP Throttling...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Alexey Bataev[OPENMP]Emit error message for allocate directive witho...
2019-03-22 Pavel LabathExtend r356573 (minidump UUID handling) to cover elf...
2019-03-22 Alexander Kornienko[clang-tidy] Expand modular headers for PPCallbacks
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...
next