summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins."upstream/revert-77496-compiler-rt-sme-libc-routinesVitaly Buka2024-01-227-220/+5
* [LoongArch] Permit auto-vectorization using LSX/LASX with `auto-vec` feature ...wanglei2024-01-236-0/+96
* [HIP][Driver] Automatically include `hipstdpar` forwarding header (#78915)Alex Voicu2024-01-232-13/+23
* [VP][RISCV] Introduce llvm.vp.minimum/maximum intrinsics (#74840)Simeon K2024-01-2211-8/+4279
* [libc] Replace -nostdlib++ flag when building with gcc and add placement new ...lntue2024-01-223-2/+26
* [BitcodeWriter] Remove ThinLTO-specific bits from legacy passArthur Eubanks2024-01-232-27/+7
* [SelectOpt] Add handling for Select-like operations. (#77284)David Green2024-01-227-128/+339
* [Blaze] Fix build fileAnlun Xu2024-01-221-0/+2
* [AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov2024-01-227-5/+220
* [NFC][DebugInfo] Set a testing flag to be hiddenJeremy Morse2024-01-222-2/+2
* [flang] Allow assumed-shape element pass to dummy arg with ignore_tkr (#78196)Tom Eccles2024-01-226-18/+31
* [clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)Félix-Antoine Constantin2024-01-233-9/+23
* [flang][driver] deprecate manual usage of -lFortran_main (#79016)Tom Eccles2024-01-223-2/+20
* [NFC][Debuginfo][RemoveDIs] Switch an insertion to use iteratorsJeremy Morse2024-01-221-1/+1
* [tsan] Fix build for FreeBSD and NetBSD after 0784b1eefa36 (#79019)Dimitry Andric2024-01-231-2/+4
* Revert "Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT op...Amir Ayupov2024-01-226-156/+26
* [libc] default enable -ftrivial-auto-var-init=pattern (#78776)Nick Desaulniers2024-01-223-1/+14
* Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#...Amir Ayupov2024-01-226-26/+156
* [Coverage][clang] Ensure bitmap for ternary condition is updated before visit...Alan Phipps2024-01-222-4/+95
* [AMDGPU] Remove s_set_inst_prefetch_distance support from GFX12 (#78786)Stanislav Mekhanoshin2024-01-225-21/+4
* [RISCV] Remove extra semicolons. NFCCraig Topper2024-01-221-3/+3
* [Coverage] Const-ize `MCDCRecordProcessor` stuff (#78918)NAKAMURA Takumi2024-01-232-17/+20
* [test] Update stack_guard_remat.llFangrui Song2024-01-221-5/+4
* [RISCV] Add coverage for shuffles splitable using exact VLENPhilip Reames2024-01-221-0/+200
* Require asserts for llvm/test/CodeGen/PowerPC/sms-regpress.mir.Douglas Yung2024-01-221-0/+2
* Reland "[lli] Revisit Orc debug output tests (#79055)"Stefan Gränitz2024-01-227-322/+170
* [NFC][Clang] Fix compile warning caused by #78330Shilei Tian2024-01-221-1/+1
* [clang][NFC] Update top-level Code Coverage documentation to include MC/DC.Alan Phipps2024-01-222-5/+60
* [RISCV] Add TuneNoDefaultUnroll to sifive-p450.Craig Topper2024-01-221-1/+2
* [OpenMP][Fix] Require USM capability in force-usm test (#79059)Jan Patrick Lehr2024-01-221-0/+2
* [Thumb,ELF] Fix access to dso_preemptable __stack_chk_guard with static reloc...Fangrui Song2024-01-223-12/+28
* [RISCV] Combine HasStdExtZfhOrZfhmin and HasStdExtZfhmin. NFC (#78826)Craig Topper2024-01-222-37/+26
* [RISCV] Add Zic64b, Ziccamoa, Ziccif, Zicclsm, Ziccrse, and Za64rs to sifive-...Craig Topper2024-01-222-0/+12
* [OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr2024-01-227-0/+160
* Revert "[lli] Revisit Orc debug output tests" (#79055)Mehdi Amini2024-01-227-170/+322
* [clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt2024-01-224-1/+65
* Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat2024-01-227-16/+116
* Revert "Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass … (#79...gulfemsavrun2024-01-227-214/+8
* [gn build] Port 263efb044addLLVM GN Syncbot2024-01-221-4/+1
* [lli] Revisit Orc debug output tests (#76822)Stefan Gränitz2024-01-227-322/+170
* [Clang] Update feature test macros for Clang 18 (#78991)cor3ntin2024-01-225-1/+31
* [gn build] Port 06c3c3b67cb0LLVM GN Syncbot2024-01-221-0/+1
* [gn] port 4f21fb844792Nico Weber2024-01-221-0/+1
* [mlir] Update "UNSUPPORTED" directive in a testAndrzej Warzynski2024-01-221-1/+1
* [PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu2024-01-2212-57/+310
* [clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan2024-01-2214-15/+3
* [CLANG] Add warning when INF or NAN are used in a binary operation or as func...Zahira Ammarguellat2024-01-228-8/+425
* [OpenACC] Implement 'vector' and 'worker' cluase argument parsingerichkeane2024-01-223-6/+113
* [libc][riscv] Check if we have F or D extension before using them (#79036)Petr Hosek2024-01-222-0/+8
* [lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever2024-01-225-2/+252