platform/upstream/llvm.git
2020-09-03 Walter Erquinigo[lldb-vscode] Fix TestVSCode_module
2020-09-03 Dokyung Song[libFuzzer] Add an option to keep initial seed inputs...
2020-09-03 Jamie SchmeiserAdd new hidden option -print-changed which only reports...
2020-09-03 JF BastienStep down from security group
2020-09-03 Matt Morehouse[fuzzer] Create user provided fuzzer writeable director...
2020-09-03 Simon PilgrimGlobalISel/Utils.h - remove unused includes. NFCI.
2020-09-03 Yitzhak Mandelbaum[libTooling] Provide overloads of `rewriteDescendants...
2020-09-03 Simon PilgrimX86/X86TargetObjectFile.cpp - remove unused headers...
2020-09-03 Simon PilgrimFix spelling mistake. NFC.
2020-09-03 Sanjay Patel[IR][GVN] add/allow commutative intrinsics with >2...
2020-09-03 Sanjay Patel[GVN] add tests for >2 arg commutable intrinsics; NFC
2020-09-03 Victor Huang[LLD][PowerPC][test] Fix out-of-memory issue running...
2020-09-03 Benjamin Kramer[mlir][VectorOps] Fall back to a loop when accessing...
2020-09-03 Lei Zhang[mlir] Support default valued attribute in StructsGen
2020-09-03 Zhibin Li[spirv] Add SPIR-V GLSL extended Round op
2020-09-03 Simon PilgrimLowerEmuTLS.cpp - remove unused TargetLowering.h includ...
2020-09-03 Ling, Liyang[mlir] Add Acos, Asin, Atan, Sinh, Cosh, Pow to SPIRVGL...
2020-09-03 Simon Pilgrim[X86] Avoid llvm-qualified-auto warning by not using...
2020-09-03 Simon Pilgrim[X86] Fix llvm-qualified-auto warning by using auto...
2020-09-03 Simon Pilgrim[X86] Fix llvm-qualified-auto warning by using const...
2020-09-03 Sanjay Patel[EarlyCSE] add tests for fma/fmuladd; NFC
2020-09-03 Florian Hahn[PassManager] Move load/store motion pass after DSE...
2020-09-03 David Spickett[lldb] Improve test failure reporting for expect()
2020-09-03 Simon Pilgrim[X86][SSE] Fold select(X > -1, A, B) -> select(0 >...
2020-09-03 Ben Shi[NFC][RISCV] Simplify pass arg of RISCVMergeBaseOffsetOpt
2020-09-03 Max Kazantsev[Test] Add test showing some simple cases that IndVarSi...
2020-09-03 Florian Hahn[GVN] Preserve MemorySSA if it is available.
2020-09-03 Simon Pilgrim[X86][SSE] Add PR47404 test case
2020-09-03 Simon Pilgrim[X86][AVX] Test SSE41 BLENDV combines on AVX targets...
2020-09-03 David Green[MemCpyOptimizer] Change required analysis order for...
2020-09-03 Stefan Pintilie[PowerPC] Fix missing TLS symbol type.
2020-09-03 Georgii Rymar[llvm-readelf] - Move a bit of common code to printDyna...
2020-09-03 Georgii Rymar[llvm-readobj/elf] - Improve warning messages, reported...
2020-09-03 OCHyamsRevert "Adding GDB PrettyPrinter for mlir::Identifier."
2020-09-03 Cullen Rhodes[clang][aarch64] Drop experimental from __ARM_FEATURE_...
2020-09-03 Florian HahnRevert "[SCCP] Do not replace deref'able ptr with un...
2020-09-03 Florian Hahn[SCCP] Do not replace deref'able ptr with un-deref...
2020-09-03 Georgii Rymar[llvm-readelf/obj] - Cleanup the interface of `DumpStyl...
2020-09-03 Florian Hahn[SCCP] Add test where dereferenceable ptr is replaced...
2020-09-03 Med Ismail... [lldb/Interpreter] Fix language detection for the REPL...
2020-09-03 Raphael Isemann[lldb] Make symbol list output from `image dump symtab...
2020-09-03 Martin Storsjö[lldb] Remove a stray semicolon, fixing pedantic GCC...
2020-09-03 Martin Storsjö[AArch64] Add asm directives for the remaining SEH...
2020-09-03 Raphael Isemann[lldb] Remove debugserver specific string from TestAbor...
2020-09-03 Raphael IsemannFix broken HUGE_VALF macro in llvm-c/DataTypes.h
2020-09-03 Raphael Isemann[debugserver] Fix that debugserver's stop reply packets...
2020-09-03 Amara Emerson[StackProtector] Fix crash with vararg due to not check...
2020-09-03 Christian SiggAdding GDB PrettyPrinter for mlir::Identifier.
2020-09-03 Mehdi AminiDecouple OpPassManager from the the MLIRContext (NFC)
2020-09-03 Jakub Lichman[mlir][Linalg] Wrong tile size for convolutions fixed
2020-09-03 Jonas Devlieghere[lldb] Add reproducer verifier
2020-09-03 Jonas Devlieghere[lldb] Pass -fno-objc-exceptions for objcxx targets
2020-09-03 Arthur EubanksRevert "[NewPM][Lint] Port -lint to NewPM"
2020-09-03 Arthur Eubanks[NewPM][Lint] Port -lint to NewPM
2020-09-03 Jonas Devlieghere[lldb] Always record both the working and home directory.
2020-09-03 Craig Topper[CodeGenPrepare][X86] Teach optimizeGatherScatterInst...
2020-09-03 Craig Topper[X86] Add a /tune: option for clang-cl
2020-09-03 Artur Bialas[mlir][spirv] Add block read and write from SPV_INTEL_s...
2020-09-03 Jordan Rupprecht[lldb/Gui] zero-initialize children_stop_id
2020-09-03 Greg McGaryAdd code owners of new MachO port
2020-09-03 Sunil SrivastavaFix for PR46384. Failure on weak dllimport.
2020-09-03 Jinsong Ji[compiler-rt] Don't build llvm-lit in RUNTIMES-BUILD
2020-09-03 Eli Friedman[InstCombine] Fix a couple crashes with extractelement...
2020-09-03 Xing GUO[llvm-dwarfdump] Warn user when it encounters no null...
2020-09-03 Fangrui Song[asan_symbolize] Remove --use-symbol-table=true which...
2020-09-03 Walter ErquinigoRevert de6caf871be79dc7549aebe4e4fb57d52f6ed202 and...
2020-09-02 Mehdi AminiTweak `mlir-linalg-ods-gen` library dependency: only...
2020-09-02 Diego Caballero[MLIR][Affine][VectorOps] Vectorize uniform values...
2020-09-02 Louis Dionne[libc++] Avoid including <sys/cdefs.h> on non-Apple...
2020-09-02 Nemanja Ivanovic[PowerPC] Fix broken kill flag after MI peephole
2020-09-02 Walter ErquinigoFix de6caf871be79dc7549aebe4e4fb57d52f6ed202
2020-09-02 Huihui Zhang[VectorCombine][SVE] Do not fold bitcast shuffle for...
2020-09-02 Geoffrey Martin... Improve error handling for SmallVector programming...
2020-09-02 Mehdi AminiUse an Identifier instead of an OperationName internall...
2020-09-02 Diego Caballero[mlir][Affine] Support affine vector loads/stores in...
2020-09-02 Hongtao Yu[ThinLTO] Fix a metadata lost issue with DICompileUnit...
2020-09-02 Walter Erquinigorun in terminal
2020-09-02 Kostya Kortchinsky[scudo][standalone] Enable secondary cache release...
2020-09-02 Adrian PrantlPerform an extra consistency check when searching Modul...
2020-09-02 Adrian PrantlRevert "[clang] Add missing .def files to Clang's modul...
2020-09-02 Diego Caballero[mlir][Affine] Fix AffineLoopInvariantCodeMotion
2020-09-02 Nemanja Ivanovic[PowerPC] Do not legalize vector FDIV without VSX
2020-09-02 Jay Foad[APInt] New member function setBitVal
2020-09-02 Ahsan Saghir[PowerPC] Update MemorySanitizer test to cater for...
2020-09-02 Yaxun (Sam... Revert "[HIP] Change default --gpu-max-threads-per...
2020-09-02 peter klausler[flang] Implement nonstandard OPEN statement CARRIAGECO...
2020-09-02 Eric AstorMake sure that llvm-ml uses MASM integer lexing when...
2020-09-02 Michael Schellenberg... [libcxx] Fix whitespace error
2020-09-02 Med Ismail... [lldb/test] Fix TestPlatform*.py Windows failures ...
2020-09-02 Yitzhak Mandelbaum[libTooling] Restore defaults for matchers in makeRule.
2020-09-02 Fangrui Song[GCDAProfiling] Suppress -Wprio-ctor-dtor for GCC>...
2020-09-02 Michael Schellenberg... Add constexpr to pair
2020-09-02 Albion Fung[PowerPC] Implemented Vector Multiply Builtins
2020-09-02 Mehdi AminiStore an Identifier instead of a StringRef for the...
2020-09-02 Erik PilkingtonFix a -Wparenthesis warning in 8ff44e644bb7, NFC
2020-09-02 Erik Pilkington[AST] Fix handling of long double and bool in __builtin...
2020-09-02 Raphael Isemann[clang] Add missing .def files to Clang's modulemap
2020-09-02 Nico Weber[gn build] Fix COMPILER_RT_HAS_* defines for libclang_r...
2020-09-02 Julian Lettner[TSan][libdispatch] Fix compilation error on Linux
2020-09-02 Douglas YungRevert "Move all fields of '-cc1' option related classe...
next