platform/upstream/llvm.git
2020-11-10 Simon Pilgrim[CostModel][X86] Remove unused check-prefixes
2020-11-10 Wang, Pengfei[CodeGen][X86] Remove unused check-prefixes from more...
2020-11-10 Pablo Barrio[AArch64] Enable RAS 1.1 system registers in all AArch64
2020-11-10 Haojian WuFix the buildbot failure.
2020-11-10 Kirill Bobyrev[clangd] Fix recommended gRPC version
2020-11-10 Sanne WoudaAdd loop distribution to the LTO pipeline
2020-11-10 Wang, Pengfei[CodeGen][X86] Remove unused check-prefixes from some...
2020-11-10 Kazushi (Jam... [VE] Support inline assembly with vector regsiters
2020-11-10 Sander de Smalen[LoopVectorizer] NFC: Propagate ElementCount to more...
2020-11-10 Michał Górny[lldb] [test] Rename '.categories' to 'categories'
2020-11-10 Michał Górny[lldb] [test] Skip ObjC-based tests via 'objc' category
2020-11-10 Joe Ellis[SVE][AArch64] Improve specificity of vectorization...
2020-11-10 Simon Pilgrim[X86] Remove unused check-prefixes from some vector...
2020-11-10 Simon PilgrimAdd a llvm_unreachable to fix MSVC unhandled enum warni...
2020-11-10 Stefan Gränitz[lldb][ObjectFile] Relocate sections for in-memory...
2020-11-10 Mirko Brkusanin[GlobalISel] Add combine for (x | mask) -> x when ...
2020-11-10 Mirko Brkusanin[GlobalISel] Expand combine for (x & mask) -> x when...
2020-11-10 Mirko Brkusanin[AMDGPU][GlobalISel] Combine shift + logic + shift...
2020-11-10 Mirko Brkusanin[AMDGPU][GlobalISel] Fold a chain of two shift instruct...
2020-11-10 James Henderson[lld][ELF][test] Add additional --symbol-ordering-file...
2020-11-10 James Henderson[lld][ELF] Add additional time trace categories
2020-11-10 Alex Zinenko[mlir] ODS-backed python binding generator for custom...
2020-11-10 Kazushi (Jam... [VE] Support inline assembly
2020-11-10 Alex Zinenko[mlir] Support slicing for operands in results in Pytho...
2020-11-10 Haojian Wu[clangd] Bump index version number.
2020-11-10 Kirill Bobyrev[clangd] Update remote index documentation
2020-11-10 Jay Foad[AMDGPU] Remove an unused return value. NFC.
2020-11-10 Kirill Bobyrev[clangd] Enhance Clangd rename testing coverage
2020-11-10 Wang, Pengfei[CodeGen][X86] Remove unused check-prefixes. NFCI.
2020-11-10 Artur Bialas[mlir][spirv] Add VectorInsertDynamicOp and vector...
2020-11-10 Martin Storsjö[libcxx] [test] Simplify the fs helper header for posix...
2020-11-10 Martin Storsjö[libcxx] [test] Call create_directory_symlink where...
2020-11-10 Martin Storsjö[libcxx] [test] Make a separate create_directory_symlin...
2020-11-10 Martin Probstclang-format: [JS] support new assignment operators.
2020-11-10 Max Kazantsev[NFC] Add flag to disable IV widening in indvar instance
2020-11-10 Haojian Wu[clangd] Add basic conflict detection for the rename.
2020-11-10 David BlaikieRoll otherwise-unused variable into assert
2020-11-10 Esme-Yi[PowerPC] Add an ISEL pattern for Mul with Imm.
2020-11-10 Max Kazantsev[NFC] Different way of getting step
2020-11-10 Richard Smith[c++20] For P0732R2 / P1907R1: Basic code generation...
2020-11-10 River Riddle[mlir][Asm] Add support for using an alias for trailing...
2020-11-10 River Riddle[mlir][AsmPrinter] Refactor printing to only print...
2020-11-10 Max Kazantsev[SCEV] Drop cached ranges of AddRecs after flag update
2020-11-10 Haowei Wu[scan-build] Supprot relative 'file' in cdb.
2020-11-10 Carl Ritson[AMDGPU] Fix lowering of S_MOV_{B32,B64}_term
2020-11-10 Qiu Chaofan[PowerPC] [Clang] Port SSE4.1-compatible insert intrinsics
2020-11-10 Arthur Eubanks[NewPM] Port -separate-const-offset-from-gep
2020-11-10 Michael Kruse[OMPIRBuilder] Start 'Create' methods with lower case...
2020-11-10 Kazu Hirata[BranchProbabilityInfo] Use SmallVector (NFC)
2020-11-10 Xun Li[Coroutine] Move all used local allocas to the .resume...
2020-11-10 Jonas Devlieghere[lldb] Don't use ::exit but instead return from the...
2020-11-10 Jonas Devlieghere[lldb] Destory the debugger in the Driver dtor (NFC)
2020-11-10 Sam Clegg[libc++] Remove emscripten handling from exception_fall...
2020-11-09 Josh StoneEnable opt-bisect for the new pass manager
2020-11-09 Arthur Eubanks[update_test_checks] Allow opt to have .exe file extension
2020-11-09 Jonas Devlieghere[lldb] Make GetSelectedOrDummyTarget return the target...
2020-11-09 LLVM GN Syncbot[gn build] Port dbfa69c5024
2020-11-09 Lei Zhang[mlir][spirv] Expose more query APIs directly on TargetEnv
2020-11-09 Jan SvobodaPort some floating point options to new option marshall...
2020-11-09 Sam McCallRevert "[Syntax] Add minimal TableGen for syntax nodes...
2020-11-09 Keith Smiley[llvm-cov][NFC] Fix typo in format comment
2020-11-09 Sam McCall[Syntax] Add minimal TableGen for syntax nodes. NFC
2020-11-09 Kirill BobyrevRevert "[llvm] CMake: Force MSVC to read code as UTF-8"
2020-11-09 Rahul Joshi[MLIR] Add setPublic(), setPrivate(), and setNested...
2020-11-09 Louis Dionne[runtimes] Avoid overwriting the rpath unconditionally
2020-11-09 Kirill Bobyrev[clang] Simplify buildSyntaxTree API
2020-11-09 Kirill Bobyrev[llvm] CMake: Force MSVC to read code as UTF-8
2020-11-09 Hansang Bae[OpenMP] Remove obsolete Fortran module file
2020-11-09 Kadir Cetinkaya[clangd] Fix shared-lib builds
2020-11-09 Michał Górny[lldb] [Process/NetBSD] Correct DS/ES/FS/GS register...
2020-11-09 Michael Kruse[OpenMPIRBuilder] Implement CreateCanonicalLoop.
2020-11-09 Alexander Belyaev[mlir][std] Add ExpandOps pass.
2020-11-09 Arthur Eubanks[NewPM] Add unique-internal-linkage-names to PassRegist...
2020-11-09 Arthur Eubanks[test] Completely pin PR37334-break-crit-edges-require...
2020-11-09 Duncan P. N... Tooling: Remove dead code for ToolingInvocation::mapVir...
2020-11-09 Arthur Eubanks[test][NewPM] Pin -flattencfg test to legacy PM
2020-11-09 Nikita Popov[BasicAA] Add test for decomposition limit (NFC)
2020-11-09 Arthur Eubanks[test][NewPM] Fix LoopLoadElim tests under NPM
2020-11-09 Snehasish Kumar[llvm] Check the debug info line table for basic block...
2020-11-09 Kirill Bobyrev[clangd] NFC: Fix a typo in Tracer name
2020-11-09 Fangrui Song[FastISel][test] %llc_dwarf -mtriple -> llc -mtriple
2020-11-09 Rahul Joshi[MLIR] Fix GCC build failure
2020-11-09 António AfonsoRevert "Check if debug line sequences are starting...
2020-11-09 Stephen KellyFix use of directly-nested traverse() matchers
2020-11-09 Stephen KellyFix trailing whitespace
2020-11-09 Stephen KellyChange algorithms to return iterators
2020-11-09 Rahul Joshi[MLIR] Change FuncOp assembly syntax to print visibilit...
2020-11-09 Eric Astor[ms] [llvm-ml] Support MASM's relational operators...
2020-11-09 Rahul Joshi[MLIR] Support `global_memref` and `get_global_memref...
2020-11-09 David Zarzycki[SelectionDAG] Enable CTPOP optimization fine tuning
2020-11-09 Aleksandr Platonov[clangd][remote] Check an index file correctly
2020-11-09 Fangrui Song[FastISel][test] Add ELF triple after D90877
2020-11-09 Francesco Petrogalli[llvm][AArch64] Allow TB(N)Z to drop signext for sign...
2020-11-09 Peter Steinfeld[flang] Avoid calling the linker when "-c" option is...
2020-11-09 Eric Astor[ms] [llvm-ml] Support REPEAT/FOR/WHILE macro-like...
2020-11-09 Fangrui Song[libunwind] Delete unused codeOffsetAtStackDecrement...
2020-11-09 David Green[ARM] Remove MI variable aliasing. NFC
2020-11-09 Craig Topper[RISCV] Make ctlz/cttz cheap to speculatively execute...
2020-11-09 Craig Topper[RISCV] Add isel patterns for using PACK for zext.h...
2020-11-09 Craig Topper[RISCV] Make SIGN_EXTEND_INREG from i8/i16 legal when...
next