platform/upstream/llvm.git
2023-06-13 Kazu Hirata[clang] Use DenseMapBase::lookup (NFC)
2023-06-13 Kazu Hirata[ADT] Remove deprecated functions in APInt
2023-06-13 Kazu Hirata[Sema] Remove unused isNonTypeNestedNameSpecifier
2023-06-13 Kazu Hirata[ExecutionEngine] Remove unused functions
2023-06-13 Christopher... Revert "[scudo] Fix MallocIterateBoundary on 32 bit."
2023-06-13 Noah GoldsteinRevert "[FunctionAttrs] Propagate some func/arg/ret...
2023-06-13 Noah GoldsteinRevert "100 checks"
2023-06-13 Noah Goldstein100 checks
2023-06-13 Noah Goldstein[FunctionAttrs] Propagate some func/arg/ret attributes...
2023-06-13 Christopher... [scudo] Fix MallocIterateBoundary on 32 bit.
2023-06-13 Hristo Hristov[libc++][spaceship] P1612R2: Removed `operator!=` from...
2023-06-13 Hristo Hristov[libc++][spaceship][NFC] P1612R2: Mark some items ...
2023-06-13 Jacques Pienaar[mlir][docgen] Enable custom prefix strip for op name.
2023-06-13 Ryan Prichard[libc++] Android temp dir is /data/local/tmp, enable...
2023-06-13 Kun Wu[mlir][sparse][GPU] add 2:4 integration test
2023-06-13 Matt ArsenaultAMDGPU: Correct constants used in fast math log expansion
2023-06-13 Matt ArsenaultAMDGPU: Modernize log codegen tests
2023-06-13 Matt ArsenaultAMDGPU: Add basic folds for llvm.amdgcn.log
2023-06-13 Matt ArsenaultAMDGPU: Add baseline instcombine test for llvm.amdgcn.log
2023-06-13 Matt ArsenaultAMDGPU: Add llvm.amdgcn.log intrinsic
2023-06-13 Matt ArsenaultLowerMemIntrinsics: Handle inserting addrspacecast...
2023-06-13 Fangrui Song[Driver] Default -fsanitize-address-globals-dead-stripp...
2023-06-13 Christopher... [scudo] Check support for pvalloc/valloc tests.
2023-06-13 Krzysztof Parzyszek[RDF] Define short type names: NodeAddr<XyzNode*> ...
2023-06-13 Jin Xin Ng[tsan] Check for nullptr on user_alloc_usable_size_fast
2023-06-12 Maksim Panchenko[BOLT] Fix --max-funcs=<N> option
2023-06-12 Aart Bik[mlir][sparse][gpu] guard matvec COO AoS
2023-06-12 Kun Wu[mlir][sparse][gpu]fix various cusparseLt bugs
2023-06-12 Nikolas Klauser[libc++][PSTL] Update papers and add a status page...
2023-06-12 Alex Langford[lldb] Change return type of UnixSignals::GetShortName
2023-06-12 Fangrui Song[Driver] Remove misused NoXarchOption from some Windows...
2023-06-12 Daniel Thornburgh[Fuchsia] Pass CursesAndPanel_ROOT through to stage2
2023-06-12 Eric Gouriou [RISC-V] Zvk update to 0.9.7, Zvknc/Zvksc
2023-06-12 Vitaly Buka[NFC][sanitizer] Move ArrayRef into own header
2023-06-12 Vitaly Buka[NFC][sanitizer] Rename sanitizer_common_range -> sanit...
2023-06-12 Craig Topper[RISCV] Prevent overflowing the small size of InstSeq...
2023-06-12 Vitaly Buka[NFC][sanitizer] Move ArrayRef into own header
2023-06-12 Stanislav Mekhanoshin[AMDGPU] Remove integer division in VOPD checks
2023-06-12 Alex Langford[lldb] Remove lldb's DWARFAbbreviationDeclarationSet...
2023-06-12 Adrian PrantlSpeculative fix for windows test
2023-06-12 Aart Bik[mlir][sparse][gpu] fixed whitespace in tbgen
2023-06-12 Augie FacklerCodeGen: hand two tests to the care of update_cc_test_c...
2023-06-12 Kirill Stoimenov[Sanitizer] Add munmap interceptor in sanitizer_common
2023-06-12 Ivan Kelarev[NFC][SLP] Fix a few minor formatting issues
2023-06-12 Fangrui Song[sanitizer][test] Remove no-op REQUIRES:
2023-06-12 Krzysztof Parzyszek[RDF] Allow RegisterRef to contain register unit
2023-06-12 James Knight[bazel] Repair clang_headers_gen when run on macOS.
2023-06-12 Luke Lau[RISCV] Use TU vmv.v.v instead of vslideup.vi N,M,0...
2023-06-12 Joseph Huber[libc] Fix floating point test failing to build on...
2023-06-12 Fangrui Song[docs] Improve UndefinedBehaviorSanitizer.rst
2023-06-12 Fangrui Song[Driver] Mark m_x86_Features_Group options as TargetSpe...
2023-06-12 Sami Tolvanen[KCFI] Fix hash offset calculation in Thumb mode
2023-06-12 Louis Dionne[libc++][NFC] Refactor filesystem namespace test
2023-06-12 Fangrui Song[Driver] Mark many target-specific driver-only options...
2023-06-12 Hristo Hristov[libc++][spaceship] P1614R2: Removed `operator!=` from...
2023-06-12 Kazu Hirata[RISCV] Fix an unused variable warning
2023-06-12 Craig Topper[RISCV] Remove HasDummyMask from tablegen files.
2023-06-12 Craig Topper[RISCV] Begin removing hasDummyMask.
2023-06-12 Noah Goldstein[InstCombine] Factor out power of 2 comparison patterns...
2023-06-12 Noah Goldstein[DAGCombine] Use `IsKnownNeverZero` to see if we need...
2023-06-12 Noah Goldstein[X86] Add tests for optimizing out zero-check in is_pow...
2023-06-12 Fangrui Song[CMake] Remove unused COMPILER_RT_HAS_MSSE3_FLAG and...
2023-06-12 Yitzhak Mandelbaum[clang][dataflow] Support limits on the SAT solver...
2023-06-12 Michael Buch[lldb][test] incomplete-tag-type.cpp: fix expected...
2023-06-12 David Carliersanitizers: enable pthread_getaffinity_np interception...
2023-06-12 Mikhail Gudim[RISCV] Fold binary op into select if profitable.
2023-06-12 Michael Jones[libc][docs] Add undefined behavior doc to site
2023-06-12 Michael Jones[libc] Add qsort_r
2023-06-12 Vitaly BukaRevert "[SCCP] Replace new value's value state with...
2023-06-12 Valentin Clement[flang][openacc] Add parser support for the force modif...
2023-06-12 Vitaly Buka[test][HWASAN] Trim leading zeros from hex value
2023-06-12 Maksim Panchenko[BOLT] Fix handling of code references from unmodified...
2023-06-12 Krzysztof Parzyszek[RDF] Stop looking when reached code node in getNextRef...
2023-06-12 LLVM GN Syncbot[gn build] Port 11e5a0d290ba
2023-06-12 Adrian PrantlStreamline expression parser error messages.
2023-06-12 Craig Topper[RISCV] Use tail undisturbed vmv.v.v instead of vadd...
2023-06-12 Jonas Devlieghere[dsymutil] Use a regex in the static-archive-collision...
2023-06-12 Giuseppe Rossini[AMDGPU] Add basic support for gfx11xx
2023-06-12 Craig Topper[RISCV] Use tail undisturbed vmv.v.v instead of vslideu...
2023-06-12 Jonas Devlieghere[dsymutil] Skip duplicates files with identical time...
2023-06-12 Alfred Persson... [libc] Fix argument types for {f,}truncate specs
2023-06-12 Mark de Wever[libc++][format] Make public functions nodiscard.
2023-06-12 Amir Ayupov[BOLT][NFC] Const-ify getDynamicRelocationAt
2023-06-12 Hristo Hristov[libc++][spaceship] P1614R2: Added `operator==` to...
2023-06-12 Craig Topper[RISCV] Don't use (ADD (SLLI C, 32), C) to materialize...
2023-06-12 Hristo Hristov[libc++][spaceship] P1614R2: Removed `operator!=` from...
2023-06-12 Hristo Hristov[libc++][spaceship] P1614R2: Removed `operator!=` from...
2023-06-12 Vladislav Dzhidzhoev[DebugMetadata] Simplify handling subprogram's retained...
2023-06-12 Craig Topper[RISCV] Merge RISCVMCInstLower.cpp into RISCVAsmPrinter...
2023-06-12 Aart Bik[mlir][sparse] add support for direct prod/and/min...
2023-06-12 Anna Thomas[SelectionDAG][AArch64] Legalize FMAXIMUM/FMINIMUM
2023-06-12 OCHyams[DebugInfo] Add DW_ATE_complex_float case to assert...
2023-06-12 Florian Hahn[ConstraintElim] Extend monotonic phi test coverage.
2023-06-12 Nico WeberRevert "[RDF] Allow RegisterRef to contain register...
2023-06-12 Hans WennborgRevert "[Driver] Mark many target-specific driver-only...
2023-06-12 Justin Cady[test][ASAN] Fix incorrect REQUIRES directive for scandir.c
2023-06-12 Kazu Hirata[FlowSensitive] Use {DenseMapBase,StringMap}::lookup...
2023-06-12 Kazu Hirata[IR] Remove getABITypeAlignment
2023-06-12 Kazu Hirata[AMDGPU] Fix resource-usage-pal.ll
2023-06-12 Akash Banerjee[OpenMP][OMPIRBuilder] Migrate emitOffloadingArrays...
next