platform/upstream/llvm.git
2021-06-23 Raphael Isemann[lldb][NFC] Remove some redundant semicolons on HostInf...
2021-06-23 Rosie Sumpter[AArch64] Add CodeGen tests for vector reduction intrin...
2021-06-23 owenca[clang-format] Fix a bug that indents else-comment...
2021-06-23 Zarko Todorovski[AIX][PowerPC] Remove error when specifying mabi=vec...
2021-06-23 Roman Lebedev[NFCI-ish][SimplifyCFGPass] Rework and generalize ...
2021-06-23 Hans WennborgAdd support for #pragma system_header with -fms-extensions
2021-06-23 Juneyoung Lee[InstSimplify] Add more poison folding optimizations
2021-06-23 David Spickett[lldb] Remove CommandReturnObject's SetError(StringRef)
2021-06-23 Joe Ellis[Verifier] Fail on overrunning and invalid indices...
2021-06-23 Nikita Popov[TTI] Make assertion compatible with opaque pointers
2021-06-23 Nikita Popov[LLParser] Remove special handling for call address...
2021-06-23 Nicolas Vasilache[mlir][LLVMIR] Fold ExtractValueOp coming from InsertVa...
2021-06-23 Jay Foad[AMDGPU] Stop using LegacyLegalizerInfo. NFCI.
2021-06-23 Jay Foad[IR] Simplify createReplacementInstr
2021-06-23 Tobias Gysi[mlir][linalg] Change the FillOp library call signature.
2021-06-23 Florian Hahn[llvm] Update tests that got missed in adee485adf84ae8a.
2021-06-23 Florian Hahn[SCEV] Support signed predicates in applyLoopGuards.
2021-06-23 Florian Hahn[SCEV] Add tests with single-cond range check generated...
2021-06-23 Jay Foad[AMDGPU] Simplify collectReachableCallees. NFCI.
2021-06-23 Tobias Gysi[mlir][linalg] Adapt the FillOp builder signature.
2021-06-23 Stanislav Mekhanoshin[AMDGPU] Propagate LDS align into to instructions
2021-06-23 Martin Storsjö[LLD] [MinGW] Silence the printouts in one test. NFC.
2021-06-23 Fangrui Song[llvm-objcopy][MachO] Fix namespace style issues
2021-06-23 Martin Storsjö[LLD] [MinGW] Print the lld-link command to stderr
2021-06-23 Tobias Gysi[mlir][linalg] Change the pretty printed FillOp operand...
2021-06-23 Vinayaka Bandishti[MLIR] Generalize detecting mods during slice computing
2021-06-23 Vinayaka Bandishti[NFC][PDL] Fix documentation typo, redundant test
2021-06-23 Martin StorsjöRevert "[AArch64LoadStoreOptimizer] Recommit: Generate...
2021-06-23 Igor Kudrin[TableGen] Fix printing second PC-relative operand
2021-06-23 Min-Yih Hsu[M68k] Fix incorrect #include-ed file in M68kSubtarget
2021-06-23 Jim Lin[M68k] Add testcases for shift and rotate instructions
2021-06-23 Jim Lin[M68k] Refactor codegen patterns for logic operations...
2021-06-23 Max Kazantsev[LoopDeletion] Exploit undef Phi inputs when symbolical...
2021-06-23 Zequan WuRevert "[CodeGen] Don't create fake FunctionDecls when...
2021-06-23 Max Kazantsev[Test] Clear out br i1 undef from tests to avoid UB
2021-06-23 Max Kazantsev[LSR] Filter out zero factors. PR50765
2021-06-23 Jack XiaFix typo in Toy Tutorial Ch-4
2021-06-23 River Riddle[mlir] Fix GCC5 build after D104516
2021-06-23 River Riddle[mlir][OpDefGen] Don't emit attribute name getters...
2021-06-23 Joseph Huber[OpenMP] Introduce an CMake find module for OpenMP...
2021-06-23 River Riddle[mlir] Fix slicing-utils.mlir test after D104516
2021-06-23 Nico Weber[gn build] don't build ubsan_minimal on mac
2021-06-23 River Riddle[mlir] Add a ThreadPool to MLIRContext and refactor...
2021-06-23 River Riddle[mlir][NFC] Cleanup the MLIRTestReducer pass
2021-06-23 Christopher... [libcxx][NFC] prepares `<type_traits>` for moving out...
2021-06-23 Jon Roelofs[Remarks] Make memsize remarks report as an analysis...
2021-06-23 Liqiang Tao[llvm][Inliner] Make PriorityInlineOrder lazily updated
2021-06-23 River Riddle[mlir][NFC] Move several small methods from .cpp to...
2021-06-23 Peter Collingbournegn build: Only build the TSan runtime on 64-bit platforms.
2021-06-23 Peter Collingbournegn build: Add support for building ubsan_minimal.
2021-06-23 Evgenii Stepanov[scudo] Handle predefined M_MEMTAG_TUNING_* constants...
2021-06-23 Bruno Cardoso... [SemaCXX] Handle lack of TypeSourceInfo on special...
2021-06-22 Hongtao Yu[CSSPGO][llvm-profgen] Handle return to external transi...
2021-06-22 Petr HosekRevert "Revert "[cmake] [compiler-rt] Call llvm_setup_r...
2021-06-22 Philip Reamesprecommit test for D104665
2021-06-22 Colin Cross[ELF] Optimize ScriptLexer::getLineNumber by caching...
2021-06-22 Joseph Huber[Attributor] Fix AAExecutionDomain returning true on...
2021-06-22 Nico Weber[clang] unbreak Index/preamble-reparse-changed-module...
2021-06-22 Peter Collingbournegn build: Rebase clang-tblgen include path against...
2021-06-22 Aart Bik[mlir][sparse] integration test for "simply dynamic...
2021-06-22 Petr Hosek[compiler-rt] Make use of undefined symbols configurable
2021-06-22 River Riddle[mlir] Fix build on gcc-5 after D104167
2021-06-22 Lei Huang[PowerPC][NFC] Clean up builtin sema checks
2021-06-22 peter klausler[flang] [NFC] Repair build with GCC 7.3
2021-06-22 Joseph Huber[OpenMP] Change remaining globalization from an analysi...
2021-06-22 Kadir Cetinkaya[clangd] Dont index ObjCCategoryDecls for completion
2021-06-22 Aart Bik[mlir][sparse] add support for "simply dynamic" sparse...
2021-06-22 David Tenty[clang] Add cc1 option for dumping layout for all compl...
2021-06-22 Joseph Huber[OpenMP] Add thread limit environment variable support...
2021-06-22 Louis Dionne[libc++] NFC: Remove unused c++98 Lit feature
2021-06-22 River Riddle[mlir] Remove the Identifier ThreadLocalCache from...
2021-06-22 River Riddle[mlir][OpGen] Cache Identifiers for known attribute...
2021-06-22 Reid KlecknerAdd regression test for maybeMangle issue
2021-06-22 Geoffrey Martin... Introduce a Bazel build configuration
2021-06-22 Vitali Lovich[clang-format] Add new LambdaBodyIndentation option
2021-06-22 Petr HosekRevert "[cmake] [compiler-rt] Call llvm_setup_rpath...
2021-06-22 Nico Weber[gn build] manually port c747b7d1d9a2 more (config...
2021-06-22 Nico WeberMake lit configs relocatable again after c747b7d1d9a
2021-06-22 Bill Wendling[llvm-diff] Explicitly check ConstantArrays
2021-06-22 Bill Wendling[llvm-diff] Add support for diffing the callbr instruction
2021-06-22 Nikita PopovRevert "[compiler-rt] Make use of undefined symbols...
2021-06-22 Nikita Popov[OpaquePtr] Support changing load type in InstCombine
2021-06-22 Sami TolvanenRevert "ThinLTO: Fix inline assembly references to...
2021-06-22 Joseph Huber[OpenMP] Remove OpenMP CUDA Target Parallel compiler...
2021-06-22 Christopher... [libcxx][doc] corrects LWG links in the One Ranges...
2021-06-22 Petr Hosek[CMake] Fix the option declaration
2021-06-22 Christopher... [libcxx][docs] updates the ranges status paper
2021-06-22 Petr Hosek[compiler-rt] Make use of undefined symbols configurable
2021-06-22 Petr Hosek[compiler-rt][CMake] Drop flags that are set by default...
2021-06-22 Akira Hatanaka[CodeGen] Don't create fake FunctionDecls when generati...
2021-06-22 Joseph Huber[OpenMP][NFC] Add new optimizations to OpenMPOpt commen...
2021-06-22 Joseph Huber[Attributor] Add an option to increase the max number...
2021-06-22 Reid KlecknerRevert "[LLD] [COFF] Avoid doing repeated fuzzy symbol...
2021-06-22 Fangrui SongImprove clang -Wframe-larger-than= diagnostic
2021-06-22 Sanjay Patel[InstCombine] reduce code duplication for FP min/max...
2021-06-22 Sanjay Patel[InstCombine][test] add tests for FP min/max with negat...
2021-06-22 Sanjay Patel[InstCombine][test] add tests for FP min/max with negat...
2021-06-22 Joseph Huber[Attributor] Add interface to emit remarks in Attributor
2021-06-22 David Green[ARM] Change some Gather/Scatter interface types to...
2021-06-22 Raphael Isemann[lldb] Add missing string include to lldb-server's...
next