aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins."revert-77496-compiler-rt-sme-libc-routinesVitaly Buka7-220/+5
2024-01-23[LoongArch] Permit auto-vectorization using LSX/LASX with `auto-vec` feature ...wanglei6-0/+96
2024-01-23[HIP][Driver] Automatically include `hipstdpar` forwarding header (#78915)Alex Voicu2-13/+23
2024-01-22[VP][RISCV] Introduce llvm.vp.minimum/maximum intrinsics (#74840)Simeon K11-8/+4279
2024-01-22[libc] Replace -nostdlib++ flag when building with gcc and add placement new ...lntue3-2/+26
2024-01-23[BitcodeWriter] Remove ThinLTO-specific bits from legacy passArthur Eubanks2-27/+7
2024-01-22[SelectOpt] Add handling for Select-like operations. (#77284)David Green7-128/+339
2024-01-22[Blaze] Fix build fileAnlun Xu1-0/+2
2024-01-22[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov7-5/+220
2024-01-22[NFC][DebugInfo] Set a testing flag to be hiddenJeremy Morse2-2/+2
2024-01-22[flang] Allow assumed-shape element pass to dummy arg with ignore_tkr (#78196)Tom Eccles6-18/+31
2024-01-23[clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)Félix-Antoine Constantin3-9/+23
2024-01-22[flang][driver] deprecate manual usage of -lFortran_main (#79016)Tom Eccles3-2/+20
2024-01-22[NFC][Debuginfo][RemoveDIs] Switch an insertion to use iteratorsJeremy Morse1-1/+1
2024-01-23[tsan] Fix build for FreeBSD and NetBSD after 0784b1eefa36 (#79019)Dimitry Andric1-2/+4
2024-01-22Revert "Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT op...Amir Ayupov6-156/+26
2024-01-22[libc] default enable -ftrivial-auto-var-init=pattern (#78776)Nick Desaulniers3-1/+14
2024-01-22Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#...Amir Ayupov6-26/+156
2024-01-22[Coverage][clang] Ensure bitmap for ternary condition is updated before visit...Alan Phipps2-4/+95
2024-01-22[AMDGPU] Remove s_set_inst_prefetch_distance support from GFX12 (#78786)Stanislav Mekhanoshin5-21/+4
2024-01-22[RISCV] Remove extra semicolons. NFCCraig Topper1-3/+3
2024-01-23[Coverage] Const-ize `MCDCRecordProcessor` stuff (#78918)NAKAMURA Takumi2-17/+20
2024-01-22[test] Update stack_guard_remat.llFangrui Song1-5/+4
2024-01-22[RISCV] Add coverage for shuffles splitable using exact VLENPhilip Reames1-0/+200
2024-01-22Require asserts for llvm/test/CodeGen/PowerPC/sms-regpress.mir.Douglas Yung1-0/+2
2024-01-22Reland "[lli] Revisit Orc debug output tests (#79055)"Stefan Gränitz7-322/+170
2024-01-22[NFC][Clang] Fix compile warning caused by #78330Shilei Tian1-1/+1
2024-01-22[clang][NFC] Update top-level Code Coverage documentation to include MC/DC.Alan Phipps2-5/+60
2024-01-22[RISCV] Add TuneNoDefaultUnroll to sifive-p450.Craig Topper1-1/+2
2024-01-22[OpenMP][Fix] Require USM capability in force-usm test (#79059)Jan Patrick Lehr1-0/+2
2024-01-22[Thumb,ELF] Fix access to dso_preemptable __stack_chk_guard with static reloc...Fangrui Song3-12/+28
2024-01-22[RISCV] Combine HasStdExtZfhOrZfhmin and HasStdExtZfhmin. NFC (#78826)Craig Topper2-37/+26
2024-01-22[RISCV] Add Zic64b, Ziccamoa, Ziccif, Zicclsm, Ziccrse, and Za64rs to sifive-...Craig Topper2-0/+12
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr7-0/+160
2024-01-22Revert "[lli] Revisit Orc debug output tests" (#79055)Mehdi Amini7-170/+322
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt4-1/+65
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat7-16/+116
2024-01-22Revert "Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass … (#79...gulfemsavrun7-214/+8
2024-01-22[gn build] Port 263efb044addLLVM GN Syncbot1-4/+1
2024-01-22[lli] Revisit Orc debug output tests (#76822)Stefan Gränitz7-322/+170
2024-01-22[Clang] Update feature test macros for Clang 18 (#78991)cor3ntin5-1/+31
2024-01-22[gn build] Port 06c3c3b67cb0LLVM GN Syncbot1-0/+1
2024-01-22[gn] port 4f21fb844792Nico Weber1-0/+1
2024-01-22[mlir] Update "UNSUPPORTED" directive in a testAndrzej Warzynski1-1/+1
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu12-57/+310
2024-01-22[clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan14-15/+3
2024-01-22[CLANG] Add warning when INF or NAN are used in a binary operation or as func...Zahira Ammarguellat8-8/+425
2024-01-22[OpenACC] Implement 'vector' and 'worker' cluase argument parsingerichkeane3-6/+113
2024-01-22[libc][riscv] Check if we have F or D extension before using them (#79036)Petr Hosek2-0/+8
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever5-2/+252