platform/upstream/llvm.git
2023-08-27 Ian Anderson[libc++][Modules] Simplify the __std_clang_module heade...
2023-08-27 Ian Anderson[libc++][Modules] Generate the __std_clang_module header
2023-08-27 Ian Anderson[libc++][Modules] Remove unnecessary `requires` from...
2023-08-27 Ian Anderson[libc++] Move header_information.py up from tests
2023-08-27 Nikolas Klauser[libc++] Fix problems with GCC 13 and switch to it...
2023-08-25 XinWang10Fix regression of D157680
2023-08-25 Mehdi AminiFix ODS verifier emission for DerivedAttr when Properti...
2023-08-25 Mehdi AminiFix canonicalizer to copy the entire GreedyRewriteConfi...
2023-08-25 Mehdi AminiFix MSAN error: use of unitialized value when hashing...
2023-08-25 Mehdi AminiFix MLIR pass manager initialization: hash the pass...
2023-08-25 Mehdi AminiFix some missing fully qualified namespaces in MLIR...
2023-08-25 Mehdi AminiFix MLIR build failure: error: no member named 'getValu...
2023-08-25 Mehdi AminiFinish renaming getOperandSegmentSizeAttr() from `opera...
2023-08-25 Serge Pavlov[clang] Run test for concrete target
2023-08-25 Serge Pavlov[clang] Set FP options in Sema when instantiating Compo...
2023-08-25 Nico Weberclang: Fix x86-no-gather-no-scatter.cpp on macOS after...
2023-08-25 Karl-Johan... [MachineLICM][WinEH] Don't hoist register reloads out...
2023-08-25 Denis Revunov[BOLT][Instrumentation] Keep profile open in WatchProcess
2023-08-25 Chuanqi Xu[Coroutines] [CoroElide] Don't think exceptional termin...
2023-08-25 eopXD[CGCall][RISCV] Handle function calls with parameter...
2023-08-25 Michael Halkenhaeuser[OpenMP][OMPT] Fix `target enter data` callback orderin...
2023-08-25 Michael Halkenhaeuser[OpenMP][OMPT] Fix reported target pointer for data...
2023-08-25 Craig Topper[RISCV] Check type size for lax conversions between...
2023-08-25 Jessica Clarke[compiler-rt] Use .globl for FreeBSD/NetBSD interceptor...
2023-08-22 Sean FertileRevert "[XCOFF][AIX] Peephole optimization for toc...
2023-08-22 Sean FertileRevert "[PPC][AIX] Fix toc-data peephole bug and some...
2023-08-22 Nikita Popov[InstCombine] Fix select + cast fold with constant...
2023-08-22 Koakuma[SPARC][IAS] Add support for v9 DONE, RETRY, SAVED...
2023-08-22 Simon Pilgrim[DAG] replaceStoreOfInsertLoad - don't fold if the...
2023-08-22 Simon Pilgrim[X86] Add test case for Issue #64655
2023-08-22 wangpc[RISCV] Support global address as inline asm memory...
2023-08-22 wangpc[RISCV][NFC] Move tests of inline asm memory constraint...
2023-08-22 Martin Storsjö[AArch64] [GlobalISel] Fix clobbered callee saved regis...
2023-08-22 Aaron BallmanRemove a release note that should not have snuck in
2023-08-22 Aaron BallmanRemove a merge conflict marker that was missed; NFC
2023-08-22 Aaron BallmanNo longer hang on typeof of a function type
2023-08-22 Eduard Zingerman[BPF] Reset machine register kill mark in BPFMISimplify...
2023-08-22 XinWang10[X86]Support options -mno-gather -mno-scatter
2023-08-22 Josh Stone[SystemZ] Avoid type legalization on structs
2023-08-22 Rainer Orth[Driver][unittest] Unbreak ToolChainTest.cpp compilatio...
2023-08-22 Rainer Orth[Driver] Select newest GCC installation on Solaris
2023-08-22 usama hameedAdd Requires x86 target to test due to failure in clang...
2023-08-22 usama hameed[CodeGen][UBSan] Handle sugared QualTypes correctly in
2023-08-22 Fangrui Song[gcov] Ignore blocks from another file
2023-08-21 Mark de Wever[libc++][doc] Marks LLVM-17 release notes as final.
2023-08-21 Fangrui SongLowLevelType: replace a reachable llvm_unreachable...
2023-08-21 Fangrui Song[ARM] Fix abs overflow when encoding instructions like...
2023-08-21 Fangrui Song[llvm-readobj] Fix std::abs overflow after D156821
2023-08-21 Craig Topper[RISCV] Fix a UBSAN failure for passing INT64_MIN to...
2023-08-21 Paul RobinsonReapply "[DebugInfo] Alternate (more efficient) MD5...
2023-08-21 Jonas Hahnfeld[CodeGen] Keep track of eagerly emitted globals
2023-08-21 Jonas Hahnfeld[CodeGen] Restrict addEmittedDeferredDecl to incrementa...
2023-08-21 Jonas Hahnfeld[CodeGen] Clean up access to EmittedDeferredDecls,...
2023-08-21 Jonas Hahnfeld[CodeGen] Remove Constant arguments from linkage functi...
2023-08-21 Jonas Hahnfeld[clang-repl] Disambiguate global namespace identifiers
2023-08-21 Stefan Gränitz[lldb] Fix performance regression after adding GNUstep...
2023-08-21 Nathan Ridge[clangd] Avoid passing -xobjective-c++-header to the...
2023-08-21 Paul KirthRevert "[clang] Preliminary fat-lto-object support"
2023-08-21 Louis Dionne[libc++] Fix a few incorrect CMake configuration options
2023-08-21 Piotr Fusik[libc++] Work around dynamic linking of stringstream...
2023-08-21 Matt ArsenaultAMDGPU: Fix fast f32 exp2
2023-08-21 Matt ArsenaultAMDGPU: Fix fast f32 log/log10
2023-08-21 Matt ArsenaultAMDGPU: Fix fast math log2 f32
2023-08-21 Nikita Popov[PreISelIntrinsicLowering] Use TLI for correct function
2023-08-21 Matt ArsenaultPreISelIntrinsicLowering: Check RuntimeLibcalls instead...
2023-08-21 Konstantin... [libc++][PSTL] Disable `-Wpass-failed`.
2023-08-18 Paul Walker[SelectionDAG] Use TypeSize variant of ComputeValueVTs...
2023-08-18 Paul Walker[NFC][SelectionDAGBuilder] Use getObjectPtrOffset in...
2023-08-18 Paul Walker[SVE] Add test to show incorrect code generation for...
2023-08-18 Fraser Cormack[AArch64] Fix crash when neither Neon nor SVE are enabled
2023-08-17 Derek Schuff[WebAssembly][Objcopy] Write output section headers...
2023-08-17 Craig Topper[RISCV] Stop performFP_TO_INTCombine from folding with...
2023-08-17 Nikita PopovReapply [CHR] Fix up phi nodes with unreachable predece...
2023-08-16 Zequan WuRevert "[Profile] Remove duplicate file locks when...
2023-08-16 Ryan BurnsFix truncated __OPENMP_NVPTX__ preprocessor condition
2023-08-16 Tulio Magno... flang: Fix module-debug-file-loc-linux.f90 in standalone
2023-08-16 Martin Storsjö[clang] Skip stores in init for fields that are empty...
2023-08-15 Anmol P. Paralkar[RISCV] Add bounds check before use on returned iterator.
2023-08-15 Fangrui Song[Driver] Default riscv*- triples to -fdebug-default...
2023-08-15 Piotr Zegar[clang-tidy] Fix crash when diagnostic is emit with...
2023-08-15 Kadir CetinkayaRevert "[Sema] Fix handling of functions that hide...
2023-08-15 Valentin Clement[flang] Add missing dependency on tablegen files
2023-08-15 Nikita Popov[SDAG] Don't transfer !range metadata without !noundef...
2023-08-15 Nikita Popov[X86] Add test for PR64589 (NFC)
2023-08-15 Paul Walker[SelectionDAG] Fix problematic call to EVT::changeVecto...
2023-08-14 Nikita PopovRevert "[AggressiveInstCombine] Fold strcmp for short...
2023-08-14 Tobias Hieta[CMake] Set version suffix to `rc` during the RC phase
2023-08-14 Julian Schmidt[clang-tidy] fix None tmpdir when exporting fixes in...
2023-08-14 Tamir Duberstein[BPF] Don't crash on missing line info
2023-08-14 Jay Foad[AMDGPU] Do not release VGPRs at -O0
2023-08-11 wangpc[RISCV] Fix wrong type prototype of RVVSlideOneBuiltinSet
2023-08-11 Rainer Orth[Driver] Allow for sparcv8plus subdir with Solaris...
2023-08-11 Corentin Jabot[Clang] Backport static_assert messages fixes
2023-08-11 Weining Lu[lld][LoongArch] Support the R_LARCH_PCREL20_S2 relocat...
2023-08-11 Oliver Stannard[AArch64][PtrAuth] Fix unwind state for tail calls
2023-08-11 Anatoly Trosinenko[AArch64] Refactor checks in sign-return-address.ll...
2023-08-11 Sean Fertile[PPC][AIX] Fix toc-data peephole bug and some related...
2023-08-10 Craig Topper[RISCV] Add back handling of X > -1 to ISD::SETCC lowering.
2023-08-10 Amir AyupovBOLT Release Notes
2023-08-10 Martin Storsjö[llvm-rc] Resolve the executable path if not present...
next