aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-05[𝘀𝗽𝗿] changes to main this commit is based onusers/ilovepi/spr/main.clangx86-support-mtls-dialect-for-x86_64-targetsPaul Kirth7-49/+276
2024-03-06 [InstCombine] Fix shift calculation in InstCombineCasts (#84027)Quentin Dian2-2/+17
2024-03-05[BOLT] Add reading support for Linux kernel .parainstructions section (#83965)Maksim Panchenko2-0/+138
2024-03-05[AArch64] Implement -fno-plt for SelectionDAG/GlobalISelFangrui Song9-68/+116
2024-03-05AMDGPU: Copy SubtargetPredicate from pseudo for DSDIR_Real (#84057)Changpeng Fang1-0/+3
2024-03-05[flang] Added lowering and runtime for COMPLEX(16) intrinsics. (#83874)Slava Zakharin34-233/+444
2024-03-05[HLSL] implement the rcp intrinsic (#83857)Farzon Lotfi7-7/+144
2024-03-05[RISCV] Add test for incorrect FP build vector lowering. NFCCraig Topper1-0/+17
2024-03-05[SPIR-V] Memory leak fix in SPIRVEmitIntrinsics (#83015)bwlodarcz1-121/+152
2024-03-05[compiler-rt/darwin] Disable building sanitizers on platforms without fork()....rohit-rao1-1/+1
2024-03-05[OpenACC] Fix typo in StmtOpenACC.cpp header.erichkeane1-1/+1
2024-03-05Use the new ThreadPoolInterface base class instead of the concrete implementa...Mehdi Amini6-10/+10
2024-03-05[SystemZ] [z/OS] Emit offset to PPA2 in separate MCSection (#84043)Neumann Hon3-0/+10
2024-03-05[libc++abi] Always re-export std:: exception types from libc++abi (#84031)Louis Dionne1-1/+4
2024-03-05[mlir][sparse] migrate tests to sparse_tensor.print (#84055)Aart Bik5-234/+183
2024-03-05Disable clang-tidy misc-include-cleaner (#83945)Mehdi Amini1-1/+1
2024-03-05Revert "[SLP]Improve minbitwidth analysis."Alexey Bataev15-451/+295
2024-03-05Revert "[SLP][NFC]Use TargetTransformInfo:: instead of TTI:: in BoUpSLP to av...Alexey Bataev1-4/+2
2024-03-05[lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere1-1/+14
2024-03-05[flang] Emit "raw" name for procedure interface in module file (#83915)Peter Klausler8-21/+55
2024-03-05[Fuchsia] Include baremetal ARM builtins and libc (#83949)Petr Hosek1-0/+33
2024-03-05[flang] Skim usage before marking unknown module externals as subrout… (#83...Peter Klausler2-19/+45
2024-03-05Fix remaining build failures with GCC 8.3 (#83266)Thomas Preud'homme6-7/+14
2024-03-05[benchmark] Delete WORKSPACE bzl files (#84013)Jordan Rupprecht2-30/+1
2024-03-05[flang] Rework F'2023 constraint C1167 checking (#83888)Peter Klausler4-36/+70
2024-03-06Remove constant local variable (#83850)Martin Wehking1-3/+1
2024-03-05[flang] NULL(NULL(NULL(...(NULL()...))) means NULL() (#83738)Peter Klausler2-10/+33
2024-03-05[KnownBits] Make `nuw` and `nsw` support in `computeForAddSub` optimalNoah Goldstein9-69/+178
2024-03-05[KnownBits] Add API for `nuw` flag in `computeForAddSub`; NFCNoah Goldstein11-49/+66
2024-03-05[flang] Fix bogus error message about invalid polymorphic entity (#83733)Peter Klausler2-0/+11
2024-03-05[lldb] Log to system log instead of stderr from Host::SystemLog (#83366)Jonas Devlieghere1-0/+11
2024-03-05[SLP][NFC]Use TargetTransformInfo:: instead of TTI:: in BoUpSLP to avoidAlexey Bataev1-2/+4
2024-03-05[clang] Diagnose config_macros before building modules (#83641)Michael Spencer4-23/+78
2024-03-05[gn build] Port a8cb9db5f59dLLVM GN Syncbot1-0/+1
2024-03-05[gn build] Port 8e56fb824a43LLVM GN Syncbot1-0/+1
2024-03-05[gn build] Port 1a67dee08913LLVM GN Syncbot2-2/+0
2024-03-05[libc][stdbit] implement stdc_bit_width (C23) (#83892)Nick Desaulniers22-8/+344
2024-03-05[flang] Catch more bad pointer initialization targets (#83731)Peter Klausler2-18/+76
2024-03-05[gn] Remove ScudoBenchmarksNico Weber3-38/+0
2024-03-05[HLSL] implement the any intrinsic (#83903)Farzon Lotfi8-1/+332
2024-03-05[HLSL] implement exp intrinsic (#83832)Farzon Lotfi6-0/+231
2024-03-05[TextAPI] add missing platforms for translating triples to tapi targetsCyndy Ishida1-1/+7
2024-03-05[HLSL] implement `mad` intrinsic (#83826)Farzon Lotfi12-6/+638
2024-03-05[SLP]Improve minbitwidth analysis.Alexey Bataev15-295/+451
2024-03-05AMDGPU: Make s_wait_samplecnt(_bvhcnt) dependent on hasImageInsts, NFC (#83932)Changpeng Fang1-0/+4
2024-03-05[gn] port 6fd27d5b0321f (no more module.modulemap.in)Nico Weber1-9/+1
2024-03-05[NFC][RemoveDIs] Always use iterators for inserting PHIsJeremy Morse7-8/+8
2024-03-05[SROA]: Only defer trying partial sized ptr or ptr vector typesJeffrey Byrnes2-27/+115
2024-03-05[SystemZ] Use proper relocation for TLS variable debug info (#83975)Ulrich Weigand4-1/+49
2024-03-06[AArch64] Verify ldp/stp alignment stricter (#83948)Yuta Mukai2-19/+81