platform/upstream/llvm.git
2023-04-25 Arthur Eubanks[SCCP] Properly report modifications when deleting...
2023-04-25 Med Ismail... [lldb/test] Consolidate interactive scripted process...
2023-04-25 Med Ismail... [lldb/test] Update lldbutil.fetch_next_event to match...
2023-04-25 Med Ismail... [lldb] Improve breakpoint management for interactive...
2023-04-25 Med Ismail... [lldb] Add an example of interactive scripted process...
2023-04-25 Med Ismail... [lldb/API] Add convenience constructor for SBError...
2023-04-25 Med Ismail... [lldb/Plugin] Add breakpoint setting support to Scripte...
2023-04-25 Med Ismail... [lldb] Improve logging for process state change (NFC)
2023-04-25 Med Ismail... [lldb/Utility] Add opt-in shadow mode to event listeners
2023-04-25 Med Ismail... [lldb] Unify default/hijack listener between Process...
2023-04-25 Med Ismail... [lldb] Move ScriptedProcess private state update to...
2023-04-25 Med Ismail... [lldb/API] Introduce SBProcess::ForceScriptedState...
2023-04-25 Arthur Eubanks[LegacyPM] Remove InjectTLIMappings and AssumeSimplify...
2023-04-25 Vasileios Porpodas[LV][NFC] Precommit test for a follow-up patch that...
2023-04-25 Arthur Eubanks[NFC][StructuralHash] Use hash_code
2023-04-25 Congcong Cai[clang] add diagnose when member function contains...
2023-04-25 Arthur Eubanks[clang] Don't emit type tests for dllexport/import...
2023-04-25 Paul Osmialowski[SCEV] Do not plant SCEV checks unnecessarily
2023-04-25 maxRevert "[MLIR][python bindings] implement `replace_all_...
2023-04-25 Paul Osmialowski[test] A test case for D146958
2023-04-25 Teresa Johnson[ThinLTO] Reduce pipeline clang test to avoid churn...
2023-04-25 Valentin Clement[flang][openacc] Add initial support to lower assumed...
2023-04-25 LLVM GN Syncbot[gn build] Port b42718dcecdd
2023-04-25 Shubham Sandeep... Factor out split-dwarf test in Generic/empty.ll
2023-04-25 walter erquinigo[LLDB][REPL] Destroy the repl instances correctly
2023-04-25 Nawal CoptyPreserve the address space for llvm.used and llvm.compi...
2023-04-25 Owen AndersonRemove code only needed to detect a pre-4.0 API break.
2023-04-25 Neumann Hon[SystemZ][z/OS] Create utility functions for converting...
2023-04-25 Craig Topper[RISCV] Add test case showing failure to fold (fadd...
2023-04-25 Florian Hahn[ConstraintElim] Port `mul nuw` for unsigned to `mul...
2023-04-25 Florian Hahn[ConstraintElim] Split up test case to it easier for...
2023-04-25 Julian Lettner[MachO] Disable atexit()-based lowering when LTO'ing...
2023-04-25 Philip Reames[SCEV] Common code for computing trip count in a fixed...
2023-04-25 Florian Hahn[ConstraintElim] Add tests for mul nsw and signed predi...
2023-04-25 Joseph Huber[libc] Fix including 'libc_errno.h' incorrectly
2023-04-25 Joseph Huber[libc][fix] Add missing 'errno' header for the GPU...
2023-04-25 Martin Storsjö[compiler-rt] [test] Add an .exe suffix for unit test...
2023-04-25 Craig Topper[RISCV] Rename hasNonZeroAVL->isNonZeroAVL. NFC
2023-04-25 Jorge Gorbe... [bazel] Fix libc target deps after 7090c102731192d5abaf...
2023-04-25 Joseph Huber[libc] Ignore 'errno' on the GPU and support 'atoi'
2023-04-25 Markus Mützel[flang] Avoid dependency of runtime library on pthread...
2023-04-25 Slava Zakharin[flang] Account for .exe suffix in test/Driver/omp...
2023-04-25 Alex Bradbury[RISCV][NFC] Pull select->binop identities used in...
2023-04-25 Tobias Hieta[docs] Update HowToReleaseLLVM documentation.
2023-04-25 Cullen Rhodes[AArch64][SME] NFC: Fix comment in enum class
2023-04-25 Slava Zakharin[flang][runtime] Added Clang CMake modules include...
2023-04-25 OCHyams[DebugInfo] Treat empty metadata operands the same...
2023-04-25 Aaron BallmanFix codegen for initialization of global atomics
2023-04-25 OCHyams[DebugInfo] Replace UndefValue with PoisonValue in...
2023-04-25 Emilio Cota[mlir] ActionTracing: require ASSERTS for debugcounter...
2023-04-25 Jay Foad[AMDGPU] Do not handle _SGPR SMEM instructions in SILoa...
2023-04-25 Doru BerceaDisable private mapping test for AMD GPU due to intermi...
2023-04-25 Victor Perez[mlir][llvm][test] Move exception-related tests to...
2023-04-25 Zhongyunde[InstSimplify] with logical ops: (X | Y) ? 0 : X --> 0
2023-04-25 Nikita PopovReapply [InstSimplify] Support all instructions in...
2023-04-25 Zhongyunde[tests] precommit tests for D148986
2023-04-25 Nikita Popov[InstSimplify] Add test for select op replacement in...
2023-04-25 NAKAMURA TakumiTableGen: Introduce `!range` operator for half-opened...
2023-04-25 NAKAMURA TakumiReformat
2023-04-25 OCHyamsRevert "[DebugInfo] Print empty MDTuples wrapped in...
2023-04-25 Nikita Popov[LoopVectorize] Convert test to opaque pointers (NFC)
2023-04-25 Jeremy Morse[DebugInfo][CSInfo] Avoid crash when defining super...
2023-04-25 OCHyams[DebugInfo] Print empty MDTuples wrapped in MetadataAsV...
2023-04-25 Benjamin Kramer[MC] Eagerly skip zero-sized .fill fragments
2023-04-25 Jay Foad[AMDGPU] Move GCN-specific stuff out of AMDGPUISelLower...
2023-04-25 Tom Eccles[flang][hlfir] inline hlfir.transpose as hlfir.elemental
2023-04-25 Tom Eccles[flang][hlfir] get constant extents when possible
2023-04-25 Mikhail Goncharov[bazel] update build for MLIR test for c8d1388e6c8bd572...
2023-04-25 Nikita Popov[SCEV] Regenerate test checks (NFC)
2023-04-25 Zhongyunde[MergeICmps] Adapt to non-eq comparisons, bugfix
2023-04-25 Alex Bradbury[RISCV][NFC] Fix typo in comment in RISCVISelLowering
2023-04-25 Alvin Wong[compiler-rt][test] Add `--large-address-aware` link...
2023-04-25 Alvin Wong[compiler-rt][asan] Add report on intercept fail to...
2023-04-25 Haojian Wu[clangd] Add support TextDocumentEdit.
2023-04-25 Nikita Popov[LoopReroll] Convert tests to opaque pointers (NFC)
2023-04-25 Nikita Popov[LoopReroll] Regenerate test checks (NFC)
2023-04-25 Max Kazantsev[SCEV] Support sub in and negative constants willNotOve...
2023-04-25 Nikita Popov[LICM] Add additional "free instruction" tests (NFC)
2023-04-25 Luke Lau[SLP] Deduplicate loads subkey generator. NFCI
2023-04-25 Luke Lau[RISCV] Fix interleave crash on unary interleaves
2023-04-25 Nikita Popov[LICM] Remove redundant test (NFC)
2023-04-25 Nikita Popov[LICM] Regenerate test checks (NFC)
2023-04-25 Nikita Popov[LICM] Only forget loop/block dispositions
2023-04-25 Cullen Rhodes[mlir][ArmSME] Add tests for Streaming SVE
2023-04-25 Bing1 Yu[ValueMapper] allow mapping ConstantTargetNone to its...
2023-04-25 Mehdi Amini[MLIR][doc] Fix the [TOC] tag in two doc
2023-04-25 Jean Perier[flang][runtime] Fix padding in CHARACTER(4) assignments.
2023-04-25 Jean Perier[flang][hlfir] Support fir.declare in AbstractResult...
2023-04-25 Jean Perier[flang][hlfir] Lower NULL(MOLD) to a variable
2023-04-25 Timm Bäder[clang][Interp] Fix zero-init of float and pointer...
2023-04-25 Kazu Hirata[libc] Fix typos in documentation
2023-04-25 Fangrui Song[Driver] Remove no-op -frewrite-map-file=
2023-04-25 Kazu Hirata[clang] Modernize SkipBodyInfo (NFC)
2023-04-25 Piyou Chen[RISCV][NFC] skip non-RISCV target test riscv32-zihintntl.c
2023-04-25 Timm Bäder[clang][Interp] PointerToBoolean casts
2023-04-25 Vlad Serebrennikov[clang] Add test for CWG1821
2023-04-25 Fangrui Song[Driver] Simplify handling of -mabi=vec-default -mabi...
2023-04-25 Owen AndersonRevert "Remove code only needed to detect a pre-4.0...
2023-04-25 Owen AndersonRemove code only needed to detect a pre-4.0 API break.
2023-04-25 Timm Bäder[clang][AST][NFC] Turn some single-line comments into...
next