platform/upstream/llvm.git
2023-03-07 Michael BuchRevert "[lldb] Build fix: variable name typo"
2023-03-07 Michael BuchRevert "[lldb][TypeSystemClang] Format pointers to...
2023-03-07 Michael BuchRevert "[lldb][TypeSystemClang] Use the CXXFunctionPoin...
2023-03-07 Michael BuchRevert "[lldb][test] NativePDB/ast-types: fix expected...
2023-03-07 Nikita Popov[SCEV] Add test for PR54191 (NFC)
2023-03-07 sgokhale[LV][AArch64] Resolve test failure due use of unordered...
2023-03-07 Tomas Matheson[AArch64TargetParser] reinstate assert for optional
2023-03-07 pvanhout[AMDGPU] Match med3 for (max (min ..))
2023-03-07 Florian Hahn[GlobalOpt] Extend logic in SRA heuristic to skip store...
2023-03-07 pvanhout[AMDGPU] Precommit test: v_sat_pk_u8_i16.ll
2023-03-07 wangpc[RISCV] Enable machine copy propagation for copy-like...
2023-03-07 wangpc[RISCV] Add classes to define SchedWrite list
2023-03-07 Nikita Popov[UTC] Enable --function-signature by default
2023-03-07 Anonymousrun-clang-tidy.py should only search for the clang...
2023-03-07 Dmitry Makogon[SCEV] Use fallthoughs in predicate switch when collect...
2023-03-07 sgokhale[CodeGen][AArch64] Precommit additional tests for integ...
2023-03-07 Jean Perier[flang][hlfir] Map scalar character symbols in internal...
2023-03-07 Siva Chandra... [libc] Add a headers.txt for linux/arm config.
2023-03-07 danix800[analyzer] Explicit cast on customized offsetof should...
2023-03-07 Chuanqi Xu[C++20] [Modules] Handle the linkage of defaulted frien...
2023-03-07 Mehdi AminiDelete ActionManager and replace it with a simple callb...
2023-03-07 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2023-03-07 Fangrui Song[test] Improve MC/RISCV/riscv64-64b-pcrel.s to demonstr...
2023-03-07 Jun Sha (Joshua)[RISCV][CodeGen] Add codegen pattern for FLI instructio...
2023-03-07 Jun Sha (Joshua)Add missing roundtointegral builtin functions for some...
2023-03-07 Jun Sha (Joshua)[RISCV][MC] Add FLI instruction support for the experim...
2023-03-07 Fangrui Song[test] Improve MC/RISCV/riscv64-64b-pcrel.s
2023-03-07 Tue Ly[libc][math] Switch math functions to use libc_errno...
2023-03-07 Fangrui SongRISCVELFObjectWriter: de-capitalize some error messages
2023-03-07 Craig Topper[RISCV] Make D extension imply F extension.
2023-03-07 Craig Topper[TableGen] Fix error message that called Record::getNam...
2023-03-07 Leonard Chan[hwasan] Add non-exception variant of operator delete...
2023-03-07 Kazu Hirata[X86] Precommit a test
2023-03-07 Vitaly Buka[sanitizer] Disabled test for DLLs
2023-03-07 Kazu Hirata[DebugInfo] Fix a warning
2023-03-07 Haohai WenRevert "[X86] Revise Alderlake P-Core schedule model"
2023-03-07 Noah Goldstein[DAGCombiner] Add fold for `~x + x` -> `-1`
2023-03-07 Noah Goldstein[DAGCombiner] Add fold for `~x & x` -> `0`
2023-03-07 Noah Goldstein[X86] Add test for `~x & x` -> `0` and `~x + x` ->...
2023-03-07 Noah Goldstein[InstCombine] Transform `(shift X,Or(Y,BitWidth-1)...
2023-03-07 Noah Goldstein[InstCombine] Add tests for transform `(shift X,(Or...
2023-03-07 Noah Goldstein[InstSimplify] Simplify `(shl nsw nuw X, BitWidth ...
2023-03-07 Noah Goldstein[InstSimplify] Add tests for `(shl nuw nsw X, BitWidth...
2023-03-07 Noah Goldstein[InstCombine] Add transform `(icmp eq/ne bitreverse...
2023-03-07 Noah Goldstein[InstCombine] Add tests for `(icmp eq/ne bitreverse...
2023-03-07 Sam Clegg[lld][WebAssembly] Implement --why-extract flag from...
2023-03-07 Muhammad Omair... Fix LLDB windows build
2023-03-07 Igor Zhukov[CMake] Allow custom `CMAKE_BUILD_TYPE`s
2023-03-07 Alex Langford[lldb] Stop opening Console.app and TextEdit.app when...
2023-03-07 Dave MacLachlan[asan darwin] Allow clients to implement `__sanitizer_r...
2023-03-07 Med Ismail... [lldb] Fix stack-use-after-scope issue in ScriptedInter...
2023-03-07 Jakub Kuderski[mlir][arith] Canonicalize `addi(x, muli(y, -1))` ...
2023-03-07 Yeting Kuo[ADT][NFC] Use declval to suppress warning for nullptr...
2023-03-07 Greg ClaytonAdd the ability to segment GSYM files.
2023-03-07 Sam Clegg[lld][ELF] Remove unused enum value. NFC
2023-03-06 Snehasish KumarRevert "[memprof] Refactor tests to generate binaries...
2023-03-06 Arthur Eubanks[LLParser] Error out if a name is too long and gets...
2023-03-06 Ben Shi[LoopVectorize][NFC] Fix incorrect comment in LoopVecto...
2023-03-06 Chia-hung DuanRevert "[scudo] Mitigate page releasing thrashing"
2023-03-06 David Green[AArch64] Extend load insert into zero patterns to...
2023-03-06 Dave LeeRevert "[lldb] Redefine p alias to dwim-print command"
2023-03-06 Siva Chandra[libc] Add riscv64 config.
2023-03-06 Siva Chandra... [libc][NFC] Switch dirent, fcntl, inttypes and sched...
2023-03-06 wren romano[mlir][sparse] Fixing -Wsign-compare error in D144773
2023-03-06 Siva Chandra... [libc] Add ALIAS option to add_object_library rule.
2023-03-06 Med Ismail... [lldb] Fix cyclic dependency issue in ScriptedMetadata
2023-03-06 Kazu Hirata[mlir] Fix a warning
2023-03-06 Alexey Bataev[SLP]Fix PR61224: Compiler hits infinite loop.
2023-03-06 Robert Suderman[mlir][math] Add math.cbrt polynomial approximation
2023-03-06 Snehasish Kumar[memprof] Refactor tests to generate binaries and profi...
2023-03-06 Med Ismail... Revert "[lldb] Add an example of interactive scripted...
2023-03-06 Med Ismail... Revert "[lldb/Plugin] Add breakpoint setting support...
2023-03-06 Med Ismail... Revert "[lldb] Move ScriptedProcess private state updat...
2023-03-06 Med Ismail... Revert "[lldb/API] Introduce SBProcess::ForceScriptedSt...
2023-03-06 Med Ismail... [lldb/Utility] Fix layering violation caused by Scripte...
2023-03-06 Med Ismail... [lldb] Add an example of interactive scripted process...
2023-03-06 Med Ismail... [lldb/Plugin] Add breakpoint setting support to Scripte...
2023-03-06 Med Ismail... [lldb] Move ScriptedProcess private state update to...
2023-03-06 Med Ismail... [lldb/API] Introduce SBProcess::ForceScriptedState...
2023-03-06 Owen Pan[clang-format] Don't annotate left brace of class as...
2023-03-06 Dave Lee[lldb] Redefine p alias to dwim-print command
2023-03-06 wren romano[mlir][sparse] Renaming "pointer/index" to "position...
2023-03-06 Yuanfang Chen[NFC][Clang] add test comments for GitHub issue 58896
2023-03-06 Dave LeeRecommit [lldb] Test 'v' support for direct ivar access...
2023-03-06 Jakub Kuderski[ADT] Avoid needless iterator copies in `zippy`
2023-03-06 Chia-hung Duan[scudo] Make the boundary of memory group aligned with...
2023-03-06 Dave LeeRevert "[lldb] Test 'v' support for direct ivar access...
2023-03-06 Jan Svoboda[clang][deps] Un-XFAIL test on AIX
2023-03-06 Sanjay Patel[InstCombine] fold signed absolute diff patterns
2023-03-06 Sanjay Patel[InstCombine] use dyn_cast instead of isa+cast; NFC
2023-03-06 Dave Lee[lldb] Add variable completion to dwim-print
2023-03-06 Dave Lee[lldb] Test 'v' support for direct ivar access (NFC)
2023-03-06 Paul Walker[Bitcode] Add test for constant scalable vector gep.
2023-03-06 Goran Flegar[mlir-opt] Fix dialect preload after fb1bb6a
2023-03-06 Simon Pilgrim[X86] combineBitcastvxi1/checkBitcastSrcVectorSize...
2023-03-06 Jay Foad[AMDGPU] Add GFX9,GFX10,GFX11 checks for llvm.amdgcn...
2023-03-06 Jay Foad[AMDGPU] Generate checks for llvm.amdgcn.s.buffer.load
2023-03-06 Kazu Hirata[X86] Optimize umax(X,1) (NFC)
2023-03-06 Simon Pilgrim[X86] Add Issue #61104 test case
2023-03-06 Alex MacLean[docs][NewPM] fix typos in new pass manager docs
next