platform/upstream/llvm.git
2023-06-21 Fangrui Song[XRay] Make xray_fn_idx entries PC-relative
2023-06-21 Siva Chandra... [libc] Make close function of the internal File class...
2023-06-21 Craig Topper[RISCV] Reduce some duplicate code in lowerBUILD_VECTOR...
2023-06-21 Craig Topper[docs][TableGen][Target] Improve the documentation...
2023-06-21 Fangrui Song[lld-macho][test] Make reloc-subtractor.s robust
2023-06-21 Oleksii Lozovskyi[Driver] Allow XRay on Apple Silicon
2023-06-21 Amir Ayupov[BOLT] Set IsRelro section attribute based on PT_GNU_RE...
2023-06-21 Fangrui Song[Driver] Allow XRay for more architectures on ELF systems
2023-06-21 Aiden GrossmanRevert "[llvm-exegesis] Introduce Subprocess Executor...
2023-06-21 Jie Fu[llvm-exegesis] Fix -Wunused-variable in BenchmarkRunne...
2023-06-21 Stella LaurenzoConvert MLIR IndentedOstream to header only.
2023-06-21 Aiden Grossman[llvm-exegesis] Introduce Subprocess Executor Mode
2023-06-21 Matt ArsenaultValueTracking: Ignore -0 for nsz sqrt with UseInstrInfo...
2023-06-21 Arthur Eubanks[test] Regenerate test checks
2023-06-21 Aiden Grossman[llvm-exegesis] Add ability to assign perf counters...
2023-06-21 Amy HuangTry to implement lambdas with inalloca parameters by...
2023-06-21 Aiden Grossman[llvm-exegesis] Refactor FunctionExecutorImpl and creat...
2023-06-20 Kazuki Sakamoto[lldb][Android] Add platform.plugin.remote-android...
2023-06-20 Kazuki Sakamoto[lldb][Android] Add PlatformAndroidTest
2023-06-20 Aart Bik[mlir][sparse][gpu] extend SDDMM gpu test
2023-06-20 Leonard Grey[lsan] Remove use_tls=0 from a few tests
2023-06-20 Alexey Karyakin[llvm-objcopy] -O binary: do not align physical addresses
2023-06-20 LLVM GN Syncbot[gn build] Port 12dee9d3cd76
2023-06-20 Kazuki Sakamoto[lldb][Android] Support zip .so file
2023-06-20 Amir Ayupov[BOLT] Sort CallSiteInfo targets by symbol name in...
2023-06-20 Kazuki Sakamoto[lldb][ObjectFileELF] Set ModuleSpec file offset and...
2023-06-20 Krzysztof ParzyszekRevert "[llvm-objcopy] -O binary: do not align physical...
2023-06-20 Kazu Hirata[SelectionDAG] Remove isNullValue and isAllOnesValue
2023-06-20 Stella LaurenzoDefine/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_...
2023-06-20 Christian Sigg[Bazel][mlir] Fix after bba2b656110209a3d9863b92c060082...
2023-06-20 John McIver[clang][test] Refactor FileCheck metadata in pragma...
2023-06-20 Joseph Huber[libc] Remove disabled pass after performance improvement
2023-06-20 Mehdi AminiFix MLIR test after 6eca120dd8d3e
2023-06-20 Alexey Karyakin[llvm-objcopy] -O binary: do not align physical addresses
2023-06-20 Louis Dionne[libc++][NFC] clang-format filesystem_error.h
2023-06-20 Hongtao Yu[UsersManual] Add llvm-progen as an alternative tool...
2023-06-20 Joseph Huber[libc] Remove flexible array and replace with a template
2023-06-20 Mehdi AminiImprove MLIR "view-op-graph" to color operations accord...
2023-06-20 Mehdi AminiRemove declaration for unimplemented function `function...
2023-06-20 Krzysztof Parzyszek[Hexagon] Handle 64-bit operands when lowering ADDO...
2023-06-20 Daniil Dudkin[mlir][irdl] Add `irdl.attributes` operation for defini...
2023-06-20 Anna ThomasRevert "Fix mlir windows buildbot after ec146cb7c0b4"
2023-06-20 Ingo Müller[mlir][RunnerUtils] Make symbols private + implement...
2023-06-20 Ingo Müller[mlir][async] Mark exported symbols of runtime lib...
2023-06-20 Anna ThomasFix mlir windows buildbot after ec146cb7c0b4
2023-06-20 Mingming Liu[Docs] Update llvm-test-suite PGO instructions to use...
2023-06-20 Jay Foad[AMDGPU] Simplify BlockInfo in SIInsertWaitcnts. NFC.
2023-06-20 Louis Dionne[libc++] Make sure our .clang-format is used for all...
2023-06-20 Carlos Eduardo Seo[OpenMP] Disable some tests for AArch64
2023-06-20 Mikhail R.... [libc] Fix libmath test compilation when using UInt<T>
2023-06-20 Chia-hung Duan[scudo] Finer lock granularity in Region of SizeClassAl...
2023-06-20 Felipe de Azevedo... [DebugInfo] Fix emission of empty debug_names for Apple
2023-06-20 Felipe de Azevedo... [DebugInfo][NFC] Remove dead lines of test input
2023-06-20 LLVM GN Syncbot[gn build] Port 7c8365121a7d
2023-06-20 eopXD[RISCV] Model vxrm control for vsmul, vssra, vssrl...
2023-06-20 eopXD[3/3][RISCV][POC] Model vxrm in C intrinsics for RVV...
2023-06-20 eopXD[2/3][RISCV][POC] Model vxrm in LLVM intrinsics and...
2023-06-20 Quinn Dawkins[mlir][Transform] Allow parameter and value types in...
2023-06-20 Benjamin Kramer[SLP] Silence -Wswitch warning after ec146cb7c0b4a162ee...
2023-06-20 Nathan Ridge[clangd] Use resolveTypeToRecordDecl() to resolve the...
2023-06-20 Mark de Wever[chrono][test] Fixes some tests on Windows.
2023-06-20 Mark de Wever[libc++][format] Removes an AIX work-around.
2023-06-20 Mark de Wever[libc++][test] Removes old fallbacks.
2023-06-20 Mark de Wever[libc++][format] Fixes UTF-8 continuation.
2023-06-20 Mark de Wever[libc++][CI] Install newer CMake version.
2023-06-20 Anna Thomas[LV] Add support for minimum/maximum intrinsics
2023-06-20 Nico Weber[lld] Make lit files relocatable
2023-06-20 Matt ArsenaultAMDGPU: Delete old AMDGPUPropagateAttributes pass
2023-06-20 Amy Kwan[AIX][TLS] Generate 32-bit local-exec access code sequence
2023-06-20 Craig Topper[RISCV] Remove mask from vrgatherei16 in lowerVECTOR_IN...
2023-06-20 Simi PallipurathRevert "[lld][Arm] Big Endian - Byte invariant support."
2023-06-20 Matt ArsenaultInlineSpiller: Consider copy bundles when looking for...
2023-06-20 Matt Arsenaultllvm-reduce: Fix introducing invalid uses of intrinsics
2023-06-20 Matt Devereau[AArch64][SME] Rename strided load/store enums
2023-06-20 Nikita Popov[Attributor] Convert test to opaque pointers (NFC)
2023-06-20 Nikita Popov[Attributor] Name instructions in test (NFC)
2023-06-20 Nikita Popov[Attributor] Convert some tests to opaque pointers...
2023-06-20 Owen Pan[clang-format] Add InsertNewlineAtEOF to .clang-format...
2023-06-20 Louis Dionne[libc++] Add missing [[maybe_unused]] attribute in...
2023-06-20 Nikita Popov[LoopVersioning] Convert tests to opaque pointers ...
2023-06-20 Nikita Popov[LoopVersioning] Regenerate test checks (NFC)
2023-06-20 Mark de Wever[NFC][libc++] Addresses LWG3927.
2023-06-20 Mark de Wever[NFC][libc++] Addresses LWG3935.
2023-06-20 Nikita Popov[SafepointIRVerifier] Convert test to opaque pointers...
2023-06-20 Simon Pilgrim[DAG] Add getExtOrTrunc helper. NFC.
2023-06-20 Nikita Popov[LTO] Avoid -opaque-pointers=0 in test (NFC)
2023-06-20 Louis Dionne[libc++] Add incomplete availability markup for std...
2023-06-20 Nikita Popov[DebugInfo] Convert tests to opaque pointers (NFC)
2023-06-20 Nikita Popov[Bitcode] Remove -opaque-pointer=0 check lines (NFC)
2023-06-20 Nikita Popov[llvm-nm] Avoid -opaque-pointers option in test (NFC)
2023-06-20 Simon Pilgrim[DAG] Fold (abds x, y) -> (abdu x, y) iff both args...
2023-06-20 David Green[AArch64] Use ISD::isExtOpcode. NFC
2023-06-20 Jingu Kang[AArch64] Try to fold uaddlv and uaddlp
2023-06-20 Stephen Thomas[AMDGPU] Remove unused method Waitcnt::dominates()...
2023-06-20 Weining Lu[LoongArch] Optimize conditional selection of integer
2023-06-20 Pravin Jagtap[AMDGPU] Use verify<domtree> instead of intra-pass...
2023-06-20 Weining Lu[LoongArch] Indent LoongArchInstrInfo.td a little bit...
2023-06-20 Tue Ly[libc][math] Improve exp2f performance.
2023-06-20 Tue Ly[libc][math] Slightly improve sinhf and coshf performance.
2023-06-20 Tue Ly[libc][math] Improve tanhf performance.
next