platform/upstream/llvm.git
2021-05-05 Med Ismail... [lldb/Symbol] Fix column breakpoint `move_to_nearest_co...
2021-05-05 LLVM GN Syncbot[gn build] Port 600686d75f55
2021-05-05 Brad SmithFix typo, arvm7 -> armv7
2021-05-05 zoecarver[libcxx][ranges] Add ranges::ssize CPO.
2021-05-05 zoecarver[libcxx][ranges] Add ranges::size CPO.
2021-05-05 Juneyoung Lee[InstCombine] Fold more select of selects using isImpli...
2021-05-05 Juneyoung Lee[InstCombine] Precommit tests for D101807 (NFC)
2021-05-05 zoecarver[libcxx][ranges] Add `random_access_{iterator,range}`.
2021-05-05 William S.... [MLIR][SCF] Combine adjacent scf.if with same condition
2021-05-05 Serguei Katkov[GreedyRA] Add support for invoke statepoint with tied...
2021-05-05 LLVM GN Syncbot[gn build] Port f2018d6c16d1
2021-05-05 Lang Hames[ORC] Reintroduce the ORC C API test.
2021-05-05 Walter Erquinigo[trace] Dedup different source lines when dumping instr...
2021-05-05 Jianzhou ZhaoRevert "[sanitizer_common] Recycle StackDepot memory"
2021-05-05 Jianzhou Zhao[dfsan] Add a DFSan allocator
2021-05-05 Jianzhou Zhao[sanitizer_common] Recycle StackDepot memory
2021-05-05 Med Ismail... [lldb/Symbol] Fix typo in SymbolFilePDBTests (NFC)
2021-05-05 Med Ismail... [lldb/Symbol] Update SymbolFilePDB unitest with SourceL...
2021-05-05 Fangrui Song[llvm-objcopy] --dump-section: error if '=' is missing...
2021-05-05 Giorgis GeorgakoudisRevert "[OpenMP][NFC] Refactor Clang OpenMP tests using...
2021-05-05 Aart Bik[mlir][sparse] Introduce proper sparsification passes
2021-05-05 Han Zhu[loop-idiom] Hoist loop memcpys to loop preheader
2021-05-04 Giorgis Georgakoudis[OpenMP][NFC] Refactor Clang OpenMP tests using update_...
2021-05-04 Thomas Lively[WebAssembly] Add codegen test for wasm_simd128.h
2021-05-04 Med Ismail... [lldb] Refactor argument group by SourceLocationSpec...
2021-05-04 Jianzhou Zhao[dfsan] move dfsan_flags.h to cc files
2021-05-04 Leonard Chan[clang][test] Update -fc++-abi tests
2021-05-04 Louis Dionne[libc++] Revert the std::to_address change to avoid...
2021-05-04 Baptiste Saleil[AMDGPU] Add rm line to lit test to cleanup bots
2021-05-04 River Riddle[mlir] Fix region successor bug in forward dataflow...
2021-05-04 Florian Hahn[VPlan] Properly handle sinking of replicate regions.
2021-05-04 Rob Suderman[mlir][tosa] Fix tosa.concat by inserting linalg.fill...
2021-05-04 Baptiste Saleil[AMDGPU] Fix lit failure introduced by 6a17609157196878...
2021-05-04 Fangrui Song[MC] Add MCAsmParser::parseComma to improve diagnostics
2021-05-04 Dávid BolvanskýRevert "[InstSimplify] Added tests for PR50173, NFC"
2021-05-04 Arthur O'Dwyer[libc++] Make sure std::to_address doesn't depend on...
2021-05-04 Baptiste Saleil[AMDGPU] Disable the scalar IR, SDWA and load store...
2021-05-04 Louis Dionne[libc++] Fix QoI bug with construction of std::tuple...
2021-05-04 Fangrui Song[MC] Don't capitalize a floating point diagnostic
2021-05-04 Matt ArsenaultGlobalISel: Fix missing newline in debug printing
2021-05-04 Matt ArsenaultX86/GlobalISel: Rely on default assignValueToReg
2021-05-04 Fangrui Song[MC] Remove unneeded "in '.xxx' directive" from diagnostics
2021-05-04 Thomas Lively[WebAssembly] Mark abs of v2i64 as legal
2021-05-04 Alina SbirleaAdd cal entry for MemorySSA syncs.
2021-05-04 Xun Li[Coroutines] Do not add alloca to the frame if the...
2021-05-04 Adrian PrantlMark Basic/TargetCXXABI.def as textual in the module...
2021-05-04 Martin Storsjö[llvm-readobj] [ARMWinEH] Try to resolve label symbols...
2021-05-04 Martin Storsjö[LLD] [COFF] Actually include the exported comdat symbols
2021-05-04 Martin Storsjö[libcxx] Update docs regarding the need for bash/posix...
2021-05-04 Giorgis Georgakoudis[Utils] Run non-filecheck runlines in-order in update_c...
2021-05-04 Giorgis Georgakoudis[OpenMP] Fix non-determinism in clang task codegen...
2021-05-04 Leonard ChanFix for test failure caused by 84c475437267e7fffedc4002...
2021-05-04 Dan Liew[Driver] Fix `ToolChain::getCompilerRTPath()` to return...
2021-05-04 Alina SbirleaAdd monthly MemorySSA sync.
2021-05-04 Fangrui Song[llvm-objdump] Delete temporary Hexagon workaround...
2021-05-04 Nathan James[Format] Don't sort includes if DisableFormat is true
2021-05-04 Fangrui Song[Hexagon][test] Migrate llvm-objdump --mv6[0567]t?...
2021-05-04 Leonard Chan[clang] Add -fc++-abi= flag for specifying which C...
2021-05-04 Matt Morehouse[libFuzzer] Disable non-exec-time test again.
2021-05-04 Nikita Popov[SimplifyCFG] Create logical or in SimplifyCondBranchTo...
2021-05-04 Nikita Popov[SimplifyCFG] Regenerate test checks (NFC)
2021-05-04 Nikita Popov[SimplifyCFG] Extract helper for creating logical op...
2021-05-04 Matt Morehouse[libFuzzer] Further deflake exec-time test.
2021-05-04 Fangrui Song[llvm-objdump] Delete temporary workaround option ...
2021-05-04 Fangrui Song[RISCV][test] Migrate llvm-objdump --riscv-no-aliases...
2021-05-04 Dávid Bolvanský[InstSimplify] Added tests for PR50173, NFC
2021-05-04 Andrew Savonichev[Clang][AArch64] Disable rounding of return values...
2021-05-04 Arthur Eubanks[docs] Fix some wording
2021-05-04 Nathan James[clang-tidy][NFC] Update tests and Default options...
2021-05-04 Fangrui Song[llvm-objdump] Fix -a after D100433
2021-05-04 Fraser Cormack[ValueTypes] Add MVTs for v256i16 and v256f16
2021-05-04 Ahsan Saghir[PowerPC] Prevent argument promotion of types with...
2021-05-04 Bjorn PetterssonRevert "Make dependency between certain analysis passes...
2021-05-04 Louis Dionne[libc++] NFC: Fix typo in Ranges Status
2021-05-04 Wei Mi[SampleFDO] Fix a bug when appending function symbol...
2021-05-04 Fangrui Song[llvm-objdump] Improve newline consistency between...
2021-05-04 gbreynoo[llvm-objdump] Remove Generic Options group from help...
2021-05-04 Med Ismail... [lldb/Core] Add SourceLocationSpec class (NFC)
2021-05-04 Med Ismail... [lldb] Move and clean-up the Declaration class (NFC)
2021-05-04 Med Ismail... [lldb/Utility] Update path in FileSpec documentation...
2021-05-04 Dimitry AndricRevert "[llvm-objdump] Remove Generic Options group...
2021-05-04 Christudasan... DAG: Cleanup assertion in EmitFuncArgumentDbgValue
2021-05-04 Dimitry AndricReland "[MC][ELF] Work around R_MIPS_LO16 relocation...
2021-05-04 Jennifer YuFix assert on the variable which is used in omp clause...
2021-05-04 Fabian Meumertzheim[libFuzzer] Preserve position hint in auto dictionary
2021-05-04 Sanjay Patel[InstCombine] avoid infinite loops with select/icmp...
2021-05-04 gbreynoo[llvm-objdump] Remove Generic Options group from help...
2021-05-04 Amy Kwan[PowerPC][NFC] Update atomic patterns to use the refact...
2021-05-04 William S.... [MLIR] Add not icmp canonicalization documentation
2021-05-04 gbreynoo[llvm-objdump] Remove --cfg option from command guide
2021-05-04 William S.... [MLIR][SCF] Assume uses of condition in the body of...
2021-05-04 Florian Hahn[VPlan] Representing backedge def-use feeding reduction...
2021-05-04 William S.... [MLIR] Replace a not of a comparison with appropriate...
2021-05-04 Zachary HenkelRename a template parameter that conflicted with a...
2021-05-04 Louis Dionne[libc++] Move the Debug iterators check to CI stage 3
2021-05-04 LLVM GN Syncbot[gn build] Port 2021d272ad6c
2021-05-04 Louis Dionne[libc++] Implement ranges::view
2021-05-04 Brock Wyma[CodeView] Truncate Long Type Names With An MD5 Hash
2021-05-04 Ella Ma[analyzer] Fix a crash for dereferencing an empty llvm...
2021-05-04 Fraser Cormack[LangRef] Fix a typo in the vector-type memory layout...
next