summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/ilovepi/spr/main.clangx86-support-mtls-dialect-for-x86_64-targetsPaul Kirth2024-03-057-49/+276
* [InstCombine] Fix shift calculation in InstCombineCasts (#84027)Quentin Dian2024-03-062-2/+17
* [BOLT] Add reading support for Linux kernel .parainstructions section (#83965)Maksim Panchenko2024-03-052-0/+138
* [AArch64] Implement -fno-plt for SelectionDAG/GlobalISelFangrui Song2024-03-059-68/+116
* AMDGPU: Copy SubtargetPredicate from pseudo for DSDIR_Real (#84057)Changpeng Fang2024-03-051-0/+3
* [flang] Added lowering and runtime for COMPLEX(16) intrinsics. (#83874)Slava Zakharin2024-03-0534-233/+444
* [HLSL] implement the rcp intrinsic (#83857)Farzon Lotfi2024-03-057-7/+144
* [RISCV] Add test for incorrect FP build vector lowering. NFCCraig Topper2024-03-051-0/+17
* [SPIR-V] Memory leak fix in SPIRVEmitIntrinsics (#83015)bwlodarcz2024-03-051-121/+152
* [compiler-rt/darwin] Disable building sanitizers on platforms without fork()....rohit-rao2024-03-051-1/+1
* [OpenACC] Fix typo in StmtOpenACC.cpp header.erichkeane2024-03-051-1/+1
* Use the new ThreadPoolInterface base class instead of the concrete implementa...Mehdi Amini2024-03-056-10/+10
* [SystemZ] [z/OS] Emit offset to PPA2 in separate MCSection (#84043)Neumann Hon2024-03-053-0/+10
* [libc++abi] Always re-export std:: exception types from libc++abi (#84031)Louis Dionne2024-03-051-1/+4
* [mlir][sparse] migrate tests to sparse_tensor.print (#84055)Aart Bik2024-03-055-234/+183
* Disable clang-tidy misc-include-cleaner (#83945)Mehdi Amini2024-03-051-1/+1
* Revert "[SLP]Improve minbitwidth analysis."Alexey Bataev2024-03-0515-451/+295
* Revert "[SLP][NFC]Use TargetTransformInfo:: instead of TTI:: in BoUpSLP to av...Alexey Bataev2024-03-051-4/+2
* [lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere2024-03-051-1/+14
* [flang] Emit "raw" name for procedure interface in module file (#83915)Peter Klausler2024-03-058-21/+55
* [Fuchsia] Include baremetal ARM builtins and libc (#83949)Petr Hosek2024-03-051-0/+33
* [flang] Skim usage before marking unknown module externals as subrout… (#83...Peter Klausler2024-03-052-19/+45
* Fix remaining build failures with GCC 8.3 (#83266)Thomas Preud'homme2024-03-056-7/+14
* [benchmark] Delete WORKSPACE bzl files (#84013)Jordan Rupprecht2024-03-052-30/+1
* [flang] Rework F'2023 constraint C1167 checking (#83888)Peter Klausler2024-03-054-36/+70
* Remove constant local variable (#83850)Martin Wehking2024-03-061-3/+1
* [flang] NULL(NULL(NULL(...(NULL()...))) means NULL() (#83738)Peter Klausler2024-03-052-10/+33
* [KnownBits] Make `nuw` and `nsw` support in `computeForAddSub` optimalNoah Goldstein2024-03-059-69/+178
* [KnownBits] Add API for `nuw` flag in `computeForAddSub`; NFCNoah Goldstein2024-03-0511-49/+66
* [flang] Fix bogus error message about invalid polymorphic entity (#83733)Peter Klausler2024-03-052-0/+11
* [lldb] Log to system log instead of stderr from Host::SystemLog (#83366)Jonas Devlieghere2024-03-051-0/+11
* [SLP][NFC]Use TargetTransformInfo:: instead of TTI:: in BoUpSLP to avoidAlexey Bataev2024-03-051-2/+4
* [clang] Diagnose config_macros before building modules (#83641)Michael Spencer2024-03-054-23/+78
* [gn build] Port a8cb9db5f59dLLVM GN Syncbot2024-03-051-0/+1
* [gn build] Port 8e56fb824a43LLVM GN Syncbot2024-03-051-0/+1
* [gn build] Port 1a67dee08913LLVM GN Syncbot2024-03-052-2/+0
* [libc][stdbit] implement stdc_bit_width (C23) (#83892)Nick Desaulniers2024-03-0522-8/+344
* [flang] Catch more bad pointer initialization targets (#83731)Peter Klausler2024-03-052-18/+76
* [gn] Remove ScudoBenchmarksNico Weber2024-03-053-38/+0
* [HLSL] implement the any intrinsic (#83903)Farzon Lotfi2024-03-058-1/+332
* [HLSL] implement exp intrinsic (#83832)Farzon Lotfi2024-03-056-0/+231
* [TextAPI] add missing platforms for translating triples to tapi targetsCyndy Ishida2024-03-051-1/+7
* [HLSL] implement `mad` intrinsic (#83826)Farzon Lotfi2024-03-0512-6/+638
* [SLP]Improve minbitwidth analysis.Alexey Bataev2024-03-0515-295/+451
* AMDGPU: Make s_wait_samplecnt(_bvhcnt) dependent on hasImageInsts, NFC (#83932)Changpeng Fang2024-03-051-0/+4
* [gn] port 6fd27d5b0321f (no more module.modulemap.in)Nico Weber2024-03-051-9/+1
* [NFC][RemoveDIs] Always use iterators for inserting PHIsJeremy Morse2024-03-057-8/+8
* [SROA]: Only defer trying partial sized ptr or ptr vector typesJeffrey Byrnes2024-03-052-27/+115
* [SystemZ] Use proper relocation for TLS variable debug info (#83975)Ulrich Weigand2024-03-054-1/+49
* [AArch64] Verify ldp/stp alignment stricter (#83948)Yuta Mukai2024-03-062-19/+81