platform/upstream/llvm.git
2020-03-11 Tyker[AssumeBundles] Enforce constraints on the operand...
2020-03-11 Adrian PrantlMake Decl::setOwningModuleID() public. (NFC)
2020-03-11 Adrian PrantlUpdate debugserver test for new ostype names
2020-03-11 Reid KlecknerRemove unused Endian.h includes, NFC
2020-03-11 Reid KlecknerDrop a StringMap.h include, NFC
2020-03-11 Louis Dionne[libc+++] Mark two future tests as being FLAKY
2020-03-11 Huihui Zhang[InstSimplify][SVE] Fix SimplifyInsert/ExtractElementIn...
2020-03-11 Vladimir VereschakaRevert "Temporarily re-apply https://reviews.llvm.org...
2020-03-11 Louis Dionne[libc++abi] NFC: Simplify extern C declaration
2020-03-11 Petr Hosek[runtimes] When COMPILER_RT is enabled, consider SANITI...
2020-03-11 Adrian PrantlAdd an SDK attribute to DICompileUnit
2020-03-11 Reid KlecknerAvoid including FileManager.h from SourceManager.h
2020-03-11 Reid KlecknerFix formatting after Module.h include adjustment, NFC
2020-03-11 Sanjay Patel[PatternMatch] add matcher for FP infinity; NFC
2020-03-11 Artem Belevich[CUDA,clang-cl] Filter out unsupported arguments for...
2020-03-11 Reid KlecknerAvoid including Module.h from ExternalASTSource.h
2020-03-11 Jin LinFix conflict value for metadata "Objective-C Garbage...
2020-03-11 River Riddle[mlir] Add support for non-identifier attribute names.
2020-03-11 Mitchell BalanRevert "[clang-format] Add option to specify explicit...
2020-03-11 Louis Dionne[libc++] Add SHA for C++20 Synchronization Library...
2020-03-11 Mitchell Balan[clang-format] Add option to specify explicit config...
2020-03-11 Sanjay Patel[InstCombine] reduce demand-limited bool math to logic
2020-03-11 Sanjay Patel[InstCombine] add tests for bool math; NFC
2020-03-11 Adrian PrantlAdd a verification mechanism to CompilerType.
2020-03-11 Matt ArsenaultAMDGPU: Don't hard error on LDS globals in functions
2020-03-11 Philip Reames[GC] Loosen ordering on statepoint reloads to allow CSE
2020-03-11 Paula Toth[clang-tidy] Mock system headers for portability-restri...
2020-03-11 Stephen Neuendorffer[MLIR] Link MLIRMlirOptMain with the same libraries...
2020-03-11 Simon Pilgrim[DAG] MatchRotate - Add funnel shift by immediate support
2020-03-11 Stephen Neuendorffer[MLIR] Do not link mlir-cpu-runner with X86 libs
2020-03-11 Sergej JaskiewiczTemporarily re-apply https://reviews.llvm.org/D74347
2020-03-11 Francesco Petrogalli[llvm][CodeGen] IR intrinsics for SVE2 contiguous confl...
2020-03-11 Stanislav Mekhanoshin[AMDGPU] Disable nested endcf collapse
2020-03-11 Tim Shen[MLIR] Guard DMA-specific logic with DMA option
2020-03-11 Juneyoung Lee[CodeGenPrepare] Fold br(freeze(icmp x, const)) to...
2020-03-11 Sergej Jaskiewicz[libc++] [cmake] Better diagnostics for missing abi...
2020-03-11 Jay Foad[AMDGPU] Extend macro fusion for ADDC and SUBB to SUBBREV
2020-03-11 Florian Hahn[Matrix] Add remark propagation along the inlined...
2020-03-11 Alexey Bataev[OPENMP][DOCS]Mark depobj as implemented, NFC.
2020-03-11 Sterling AugustineLazily save initialState of registers during unwind.
2020-03-11 Andrzej Warzynski[AArch64][SVE] Add the @llvm.aarch64.sve.sel intrinsic
2020-03-11 Philip Reames[GC] Remove buggy untested optimization from statepoint...
2020-03-11 Adrian PrantlAdd a decorator option to skip tests based on a default...
2020-03-11 Fangrui Song[ELF] Simplify sh_addr computation and warn if sh_addr...
2020-03-11 James Henderson[Object][unittest] Skip tests on machines with non...
2020-03-11 David Green[ARM] Extra VFMA tests. NFC
2020-03-11 Haojian Wu[clangd] Improve the "max limit" error message in renam...
2020-03-11 Matt ArsenaultAMDGPU/GlobalISel: Manually RegBankSelect copies
2020-03-11 Christian Sigg[MLIR] Remove all-reduce lowering from GPU to NVVM...
2020-03-11 Christian SiggChange to individual pretty printer classes, remove...
2020-03-11 Hubert Tong[unittests][Object] Use matching signedness for expecte...
2020-03-11 Artem Dergachev[analyzer] Fix a strange compile error on a certain...
2020-03-11 Joachim Protze[compiler-rt][tsan] Make fiber support in thread saniti...
2020-03-11 Alexey Bataev[LIBOMPTARGET]Fix PR45139: Bug in mixing Python and...
2020-03-11 Valentin Clement[MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu...
2020-03-11 Stephan HerhutRevert "[MLIR] Add `and`, `or`, `xor`, `min`, `max...
2020-03-11 Jonathan Coe[clang-format] Improved identification of C# nullables
2020-03-11 Jonathan Coe[clang-format] No space in `new()` and `this[Type x...
2020-03-11 Sam Parker[NFC][ARM] Add test
2020-03-11 Sam Parker[NFC][ARM] Reorder some logic
2020-03-11 Simon Pilgrim[X86] Replace (most) X86ISD::SHLD/SHRD usage with ISD...
2020-03-11 Peter Smith[LLD][ELF] Add initial LLD LinkerScript docs page
2020-03-11 LLVM GN Syncbot[gn build] Port 326bc1da45b
2020-03-11 James Henderson[Object] Fix handling of large archive members
2020-03-11 Anna Welker[TTI][ARM][MVE] Refine gather/scatter cost model
2020-03-11 Victor Campos[ARM] Improve codegen of volatile load/store of i64
2020-03-11 QingShan Zhang[NFC][Test] Add a PowerPC test to verify the behavior...
2020-03-11 Sebastian Neubauer[AMDGPU] Use script to generate atomic optimizations...
2020-03-11 QingShan Zhang[NFC][Test] Format the test PowerPC/recipest.ll with...
2020-03-11 Jonas Devlieghere[lldb/Reproducer] Prevent crash when GDB multi-loader...
2020-03-11 Akira Hatanaka[CodeGen][ObjC] Don't extend lifetime of ObjC pointers...
2020-03-11 Serge PavlovMake IEEEFloat::roundToIntegral more standard conformant
2020-03-11 Matt ArsenaultGlobalISel: Don't try to narrow extending loads/trunc...
2020-03-11 Matt ArsenaultGlobalISel: Add missing add/sub with carries to Machine...
2020-03-11 Matt ArsenaultAMDGPU/GlobalISel: Add some tests that used to infinite...
2020-03-11 Leonard Chan[libunwind] Remove __FILE__ and __LINE__ from error...
2020-03-11 Hubert Tong[cmake] Link libclangDaemonTweaks with clangFormat
2020-03-10 Paula Toth[clang-tidy] Use more widely available headers for...
2020-03-10 Richard SmithFix crash-on-invalid when trying to recover from a...
2020-03-10 Carl Ritson[AMDGPU] Allow struct.buffer.*.format intrinsics to...
2020-03-10 Lang Hames[RuntimeDyld][COFF] Build stubs for COFF dllimport...
2020-03-10 Lang Hames[RuntimeDyld] Allow multi-line rtdyld-check and jitlink...
2020-03-10 Matt ArsenaultAMDGPU/GlobalISel: Refine G_TRUNC legality rules
2020-03-10 Bill WendlingAdd triple for non-x86 environments.
2020-03-10 Matt ArsenaultGlobalISel: Implement fewerElementsVector for G_TRUNC
2020-03-10 Louis DionneRevert "[libc++abi] Change __cxa_finalize return type...
2020-03-10 Hanhan Wang[mlir] Create a std op instead of chain of ops.
2020-03-10 Ryan Prichard[libc++abi] Change __cxa_finalize return type to void
2020-03-10 Louis Dionne[libc++] Properly mark std::function as deprecated...
2020-03-10 Richard SmithPR45083: Mark statement expressions as being dependent...
2020-03-10 Matt ArsenaultAMDGPU: Use V_MAC_F32 for fmad.ftz
2020-03-10 Erik Pilkington[CodeGenObjC] Place property names in __objc_methname
2020-03-10 Saar Raz[Concepts] Fix incorrect DeclContext for transformed...
2020-03-10 Akira Hatanaka[CodeGen] Emit destructor calls to destruct compound...
2020-03-10 Paula Toth[clang-tidy] Fix warning from my previous patch in...
2020-03-10 Bill WendlingWarn of uninitialized variables on asm goto's indirect...
2020-03-10 Nathan Ridge[clangd] Have visibleNamespaces() and getEligiblePoints...
2020-03-10 Nathan Ridge[clangd] Run clang-format on CodeComplete.cpp and Sourc...
2020-03-10 LLVM GN Syncbot[gn build] Port ebdb98f254f
2020-03-10 Paula Toth[clang-tidy] Move fuchsia-restrict-system-includes...
next