summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Fix stub library parsing with windows line endingsllvmorg-16.0.6upstream/release/16.xSam Clegg2023-06-103-8/+15
* Bump version to 16.0.6Tom Stellard2023-06-104-4/+4
* [clang] Fix crash when passing a braced-init list to a parentehsized aggregat...llvmorg-16.0.5Alan Zhao2023-06-013-1/+10
* [AA] Fix comparison of AliasResults (PR63019)Nikita Popov2023-06-012-4/+12
* [GVN] Add test for PR63019 (NFC)Nikita Popov2023-06-011-0/+42
* [X86][BF16] Fix 2 crashes with vector broadcastPhoebe Wang2023-06-013-5/+74
* [Analysis][LoongArch] Add sign extension for i32 parameters and returnszhanglimin2023-06-014-9/+26
* [lld][WebAssembly] Initial support for stub librariesSam Clegg2023-06-0114-5/+224
* [lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg2023-06-015-8/+143
* [Clang][Sema] Fix invalid cast when validating SVE types within CheckVariable...Paul Walker2023-05-312-1/+12
* [clang] Fix crash when handling nested immediate invocationsMariya Podchishchaeva2023-05-314-8/+62
* [CMake][AIX] Fixing AIX rpathQiongsi Wu2023-05-311-4/+5
* [CMake] Don't set absolute paths as install runpaths on ELF platforms in llvm...Butta2023-05-312-6/+13
* Revert DSE workarounds, this was causing some problems in main.Tom Stellard2023-05-303-19/+2
* [clang] Fix overly aggressive lifetime checks for parenthesized aggregate ini...Alan Zhao2023-05-307-147/+345
* [CMake] Set compatibility policy for lists in LLVM-Config.cmake.Marcelo Juchem2023-05-301-0/+5
* [clang-format] Handle <chrono> ud suffixes in IntegerLiteralSeparatorOwen Pan2023-05-302-1/+23
* [BOLT][CMake] Use correct output paths and passthrough necessary optionsPetr Hosek2023-05-303-5/+11
* [Hexagon] Add patterns for bspap/bitreverse for scalar vectorsKrzysztof Parzyszek2023-05-303-102/+360
* [llvm-mca] Fix duplicate symbols errorMichael Maitland2023-05-302-8/+19
* Reland "[Driver] Support multi /guard: options"Phoebe Wang2023-05-303-2/+10
* Revert "[Driver] Support multi /guard: options"Arthur Eubanks2023-05-303-6/+2
* [X86] Don't crash on instruction prefetch intrinsics without PREFETCHI support.Craig Topper2023-05-302-1/+19
* Fix ArgsAsWritten being null for ConceptSpecializationExpr in certainWalter Gray2023-05-184-5/+27
* workflows/release-tasks: Remove stray backslashTom Stellard2023-05-161-1/+1
* Bump version to 16.0.5Tom Stellard2023-05-164-4/+4
* [clangd] Fix builds after 4ddae8b941398a6579d3llvmorg-16.0.4Kadir Cetinkaya2023-05-162-9/+5
* [clangd] Fix test failure when it's built with compiler flags unknown by clangXi Ruoyao2023-05-162-0/+11
* [Clang][BPF] Type print btf_type_tag properlyYonghong Song2023-05-164-4/+9
* [SelectionDAG][RISCV] Remove code for handling too small shift type from Simp...Craig Topper2023-05-162-6/+36
* [Driver] Support multi /guard: optionsPhoebe Wang2023-05-163-2/+6
* [cmake] Disable GCC lifetime DSEXi Ruoyao2023-05-161-0/+10
* [clang-tidy][test] Add trailing -- to suppress compile_commands.json readFangrui Song2023-05-161-2/+2
* fix stack probe lowering for x86_intrccTom Dohrmann2023-05-152-1/+30
* [flang] Fix optional assertion in PFTBuilderValentin Clement2023-05-152-1/+22
* [clang] Fix default initializers being ignored when initializing templated ag...Alan Zhao2023-05-153-7/+36
* Reapply "[SystemZ] Bugfix in expansion of memmem operations."Jonas Paulsson2023-05-132-2/+130
* Bump version to 16.0.4Tom Stellard2023-05-054-4/+4
* [compiler-rt] [test] Mark dfsan tests XFAIL on glibc-2.37llvmorg-16.0.3Michał Górny2023-05-023-1/+7
* [clang][driver] Pass `-femulated-tls` through to the linker in LTO modePaul Kirth2023-05-022-0/+24
* [RuntimeDyld] Disable some ppc64 tests on 32-bit architectures.Lang Hames2023-05-022-0/+15
* [InstCombine] Fix buggy `(mul X, Y)` -> `(shl X, Log2(Y))` transform PR62175Noah Goldstein2023-05-011-14/+27
* [clang] Fix 2 bugs with parenthesized aggregate initializationAlan Zhao2023-05-015-15/+90
* Clear read_fd_set if EINTR receivedEmre Kultursay2023-05-011-3/+6
* [SimplifyCFG] Don't merge invoke if this makes immarg non-constant (PR61265)Nikita Popov2023-05-013-19/+67
* [clang] Fix a crash with parenthesized aggregate initialization and base classesAlan Zhao2023-05-013-2/+30
* [LLD][COFF] Add /inferasanlibs to lld-link as ignored flagAlvin Wong2023-05-014-0/+32
* [LLD][COFF] Print object file name for unsupported directivesAlvin Wong2023-05-012-1/+17
* [CodeGen][MachineLastInstrsCleanup] fix INLINEASM_BR hazardNick Desaulniers2023-05-012-2/+4
* [CodeGen] precommit machine-latecleanup testNick Desaulniers2023-05-011-0/+259