aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-09[NFC] Change name of two helper functions to match naming conventionserichkeane1-6/+6
2024-04-09[orc] Reduce memory usage from empty materialization info DenseMaps (#88167)Ben Langmuir2-0/+27
2024-04-09[Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DE...Raghu Maddhipatla7-14/+120
2024-04-09[DWARF] Refactor findDebugNamesOffsetsFangrui Song2-29/+22
2024-04-09[Flang] Update Extensions.md for supported BIND(C) LOGICAL kind. (#88159)Daniel Chen1-3/+4
2024-04-09[InstCombine] Fold `(icmp eq/ne (add nuw x, y), 0)` -> `(icmp eq/ne (or x, y)...Noah Goldstein2-10/+11
2024-04-09[InstCombine] Add tests for folding `(icmp eq/ne (add nuw x, y), 0)`; NFCNoah Goldstein1-0/+24
2024-04-09Remove the unused IntervalPartition analysis pass (#88133)Björn Pettersson11-676/+0
2024-04-09[DWARF] Refactor .debug_names bucket count computation (#88087)Fangrui Song2-20/+9
2024-04-09[mlir][sparse] rename files and unifies APIs (#88162)Peiming Liu4-30/+49
2024-04-09[C11] Claim conformance to WG14 N1514Aaron Ballman2-1/+18
2024-04-09[SLP]Fix PR88103: consider the sign of the compare for non-negative operands.Alexey Bataev2-6/+28
2024-04-09[SLP][NFC]Add a test for PR88103, where zext is incoming to signed comparison.Alexey Bataev1-0/+46
2024-04-09[MLIR] Don't check for key before inserting in map in GreedyPatternRewriteDri...Mehdi Amini1-2/+1
2024-04-09Revert "[ADT] Use `adl_*` wrappers across STLExtras" (#88158)Jakub Kuderski1-24/+25
2024-04-09[libc++][format] Switches to Unicode 15.1. (#86543)Mark de Wever19-3008/+6412
2024-04-09[libc++] Avoids using ENODATA. (#86165)Mark de Wever2-4/+5
2024-04-09[libc++][TZDB] Fixes relative path resolving. (#87882)Mark de Wever1-1/+5
2024-04-09[libc++][format] adds a basic fuzzer test. (#87883)Mark de Wever1-0/+30
2024-04-09[mlir][vector] Add lower-vector-multi-reduction pass (#87333)xiaoleis-nv4-0/+109
2024-04-09[libc] Add proxy header for fenv.h macro constants. #87863 (#87896)Job Henandez Lara29-33/+77
2024-04-09[ADT] Use `adl_*` wrappers across STLExtras (#87936)Jakub Kuderski1-25/+24
2024-04-09[flang][cuda] Add a proper TODO for allocate statement for cuda var (#88034)Valentin Clement (バレンタイン クレメン)2-0/+13
2024-04-09[scudo] Add EnableContiguousRegions mode (#85149)ChiaHungDuan3-42/+83
2024-04-09[AArch64][SME] Allow memory operations lowering to custom SME functions. (#79...Dinar Temirbulatov4-4/+380
2024-04-09[memprof] Use COMPILER_RT_TEST_COMPILERAlexander Richardson1-20/+34
2024-04-09[clang][UBSan] Remove rigid metadata checks for `ubsan-bitfield-conversion` (...Michael Halkenhäuser2-12/+12
2024-04-09[AArch64] Add a cost for identity shuffles.David Green2-1/+9
2024-04-09[libc] Initialize rand for fma tests (#88055)Joseph Huber2-0/+5
2024-04-09[M68k] Add support for bitwise NOT instruction (#88049)Peter Lafreniere5-4/+121
2024-04-09[clang][NFC] Fix CUDA clang-cl testsMichael Liao1-1/+1
2024-04-09[lit][ci] Publish lit wheels (#88072)Schuyler Eldridge1-1/+1
2024-04-09[SLP]Fix PR88123: use vectorized operands consistently.Alexey Bataev2-4/+36
2024-04-09[AArch64] Add costs for ST3 and ST4 instructions, modelled as store(shuffle)....David Green22-92/+121
2024-04-09[libc++] Add test coverage for our implementation of LWG4031 (#87508)Louis Dionne5-19/+130
2024-04-09[memprof] Use structured binding (NFC) (#88096)Kazu Hirata2-8/+8
2024-04-09[bazel][clang] Remove gen-clang-*-left-list attributes from tablegenJordan Rupprecht1-8/+0
2024-04-09[AArch64] Remove copy in SVE/SME predicate spill and fill (#81716)Sam Tebbs12-90/+115
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz14-64/+582
2024-04-09[TTI] getCommonMaskedMemoryOpCost - consistently use getScalarizationOverhead...Simon Pilgrim14-924/+1084
2024-04-09Add a diagnostic group for tentative array definitionsAaron Ballman4-3/+13
2024-04-09[RISCV] Use shNadd for scalable stack offsets (#88062)Philip Reames2-62/+195
2024-04-09[SPIR-V] Re-implement switch and improve validation of forward calls (#87823)Vyacheslav Levytskyy8-185/+189
2024-04-09[clang][Interp] Handle __unaligned in alignof expressionsTimm Bäder2-0/+5
2024-04-09Update __cpp_concepts macro (#87998)Erich Keane4-15/+8
2024-04-09[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber2-9/+25
2024-04-09[clang] Disable missing definition warning on pure virtual functions (#74510)Charalampos Mitrodimas3-2/+75
2024-04-09[SPIR-V] Map llvm.{min,max}num to GL::N{Min,Max} (#88009)Natalie Chouinard3-10/+8
2024-04-09[MLIR][LLVM] Add DebugNameTableKind to DICompileUnit (#87974)Billy Zhu11-16/+66
2024-04-09[X86] shuffle-vs-trunc-128.ll - add common AVX2 check prefixSimon Pilgrim1-215/+107