summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-23[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.nfchwasan-remove-code-duplication-in-shadowmappinginitVitaly Buka
2024-09-23[NFC][hwasan] Use `enum class` in `ShadowMapping` (#109617)Vitaly Buka
2024-09-23[BOLT][test] Update log.test and perf_testAmir Ayupov
2024-09-23[NFC][hwasan] Convert ShadowMapping into class (#109616)Vitaly Buka
2024-09-23[ctx_prof] Handle `select` and its `step` instrumentation (#109185)Mircea Trofin
2024-09-23[bolt] Don't call llvm::raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-09-23[NVPTX] deprecate nvvm.rotate.* intrinsics, cleanup funnel-shift handling (#1...Alex MacLean
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-23[libc] Add 'strings.h' header on the GPU (#109661)Joseph Huber
2024-09-23[libc] Add GPU support for the 'system' function (#109687)Joseph Huber
2024-09-23[llvm][ELF] Add ELF header/section header table size statistics (#109345)Arthur Eubanks
2024-09-23[AMDGPU] Include unused preload kernarg in KD total SGPR count (#104743)Austin Kerbow
2024-09-23[SandboxIR] Implement a few Instruction member functions (#109709)vporpo
2024-09-23[LLVM][TableGen] Use const record pointers in TableGen/Common files (#109467)Rahul Joshi
2024-09-23[SLP] Move some of X86 tests to common directory (#107587)Elvina Yakubova
2024-09-23added a script to update llvm-mc test file (#107246)Brox Chen
2024-09-23[lldb] Don't invalid register context after setting thread pc's (#109499)Jason Molenda
2024-09-23[SandboxIR] Implement ConstantExpr (#109491)vporpo
2024-09-23Reland "[llvm-exegesis] Add support for pinning benchmarking process to a CPU...Aiden Grossman
2024-09-23[VPlan] Only store single scalar array per VPValue in VPTransState (NFC)Florian Hahn
2024-09-23[NVPTX] Remove nvvm.bitcast.* intrinsics (#107936)Alex MacLean
2024-09-23[SandboxIR] Functions to find vectorizor-relevant properties (#109221)Sterling-Augustine
2024-09-23[libc] Fix missing LIBC_TYPES_HAS_FLOAT16 guard around DyadicFloat::generic_a...OverMighty
2024-09-23[SLP]Update TrackedToOrig mappings after reduction vectorizationAlexey Bataev
2024-09-23[mlir][AMDGPU] Add support for AMD f16 math library calls (#108809)Daniel Hernandez-Juarez
2024-09-23Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-23[libc++][NFC] mark LWG3723 as implemented (#109356)Xiaoyang Liu
2024-09-23[AMDGPU][MC] Instructions not to be supported in GFX940 (#109225)Jun Wang
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)OverMighty
2024-09-23[ELF] Move elf::symtab into CtxFangrui Song
2024-09-23[PowerPC] Fix incorrect store alignment for __builtin_vsx_build_pair() (#108606)Lei Huang
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda
2024-09-23[AArch64] Use MCRegister in more places. NFCCraig Topper
2024-09-23[RISCV] Implement validateGlobalRegisterVariable. (#109596)Craig Topper
2024-09-23[LegalizeVectorTypes] Preserve original MemoryOperand and MemVT when widening...Craig Topper
2024-09-23[NVPTX] Load/Store/Fence syncscope support (#106101)gonzalobg
2024-09-23[llvm-debuginfod-find] Remove old parameter comment (#109637)Aiden Grossman
2024-09-23Add target-byteorder for cases where endian in target triple is what matters ...Sean Perry
2024-09-23[RISCV] Remove machine-csr-names-invalid.s. NFC (#109595)Craig Topper
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-23[SPIR-V] Fix deprecation warnings after #102608 (#109447)Justin Bogner
2024-09-23[clang-tidy][doc] Add external examples (#106675)MichelleCDjunaidi
2024-09-23Revert "[llvm-exegesis] Add support for pinning benchmarking process to a CPU...Aiden Grossman
2024-09-23[RISCV] Add zvfbfmin arithmetic cost model test coverage. NFCLuke Lau
2024-09-23[Clang-BOLT] Drop CDSplit flagAmir Ayupov
2024-09-23[LAA] Don't assume libcalls with output/input pointers can be vectorized (#10...Benjamin Maxwell
2024-09-23[PGO] use atomics for profile counters in instrprof-dlopen-norpath.testWael Yehia
2024-09-23[DebugInfo] Correct the line attribution for IF branches (#108300)Paul T Robinson
2024-09-23[analyzer][StackAddrEscapeChecker] Fix assert failure for alloca regions (#10...Arseniy Zaostrovnykh
2024-09-23[InstCombine] Fold `(x == y) ? 0 : (x > y ? 1 : -1)` into `ucmp/scmp(x,y)` (#...Volodymyr Vasylkun