aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-10[lld][WebAssembly] Fix stub library parsing with windows line endingsllvmorg-16.0.6release/16.xSam Clegg3-8/+15
2023-06-10Bump version to 16.0.6Tom Stellard4-4/+4
2023-06-01[clang] Fix crash when passing a braced-init list to a parentehsized aggregat...llvmorg-16.0.5Alan Zhao3-1/+10
2023-06-01[AA] Fix comparison of AliasResults (PR63019)Nikita Popov2-4/+12
2023-06-01[GVN] Add test for PR63019 (NFC)Nikita Popov1-0/+42
2023-06-01[X86][BF16] Fix 2 crashes with vector broadcastPhoebe Wang3-5/+74
2023-06-01[Analysis][LoongArch] Add sign extension for i32 parameters and returnszhanglimin4-9/+26
2023-06-01[lld][WebAssembly] Initial support for stub librariesSam Clegg14-5/+224
2023-06-01[lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg5-8/+143
2023-05-31[Clang][Sema] Fix invalid cast when validating SVE types within CheckVariable...Paul Walker2-1/+12
2023-05-31[clang] Fix crash when handling nested immediate invocationsMariya Podchishchaeva4-8/+62
2023-05-31[CMake][AIX] Fixing AIX rpathQiongsi Wu1-4/+5
2023-05-31[CMake] Don't set absolute paths as install runpaths on ELF platforms in llvm...Butta2-6/+13
2023-05-30Revert DSE workarounds, this was causing some problems in main.Tom Stellard3-19/+2
2023-05-30[clang] Fix overly aggressive lifetime checks for parenthesized aggregate ini...Alan Zhao7-147/+345
2023-05-30[CMake] Set compatibility policy for lists in LLVM-Config.cmake.Marcelo Juchem1-0/+5
2023-05-30[clang-format] Handle <chrono> ud suffixes in IntegerLiteralSeparatorOwen Pan2-1/+23
2023-05-30[BOLT][CMake] Use correct output paths and passthrough necessary optionsPetr Hosek3-5/+11
2023-05-30[Hexagon] Add patterns for bspap/bitreverse for scalar vectorsKrzysztof Parzyszek3-102/+360
2023-05-30[llvm-mca] Fix duplicate symbols errorMichael Maitland2-8/+19
2023-05-30Reland "[Driver] Support multi /guard: options"Phoebe Wang3-2/+10
2023-05-30Revert "[Driver] Support multi /guard: options"Arthur Eubanks3-6/+2
2023-05-30[X86] Don't crash on instruction prefetch intrinsics without PREFETCHI support.Craig Topper2-1/+19
2023-05-18Fix ArgsAsWritten being null for ConceptSpecializationExpr in certainWalter Gray4-5/+27
2023-05-16workflows/release-tasks: Remove stray backslashTom Stellard1-1/+1
2023-05-16Bump version to 16.0.5Tom Stellard4-4/+4
2023-05-16[clangd] Fix builds after 4ddae8b941398a6579d3llvmorg-16.0.4Kadir Cetinkaya2-9/+5
2023-05-16[clangd] Fix test failure when it's built with compiler flags unknown by clangXi Ruoyao2-0/+11
2023-05-16[Clang][BPF] Type print btf_type_tag properlyYonghong Song4-4/+9
2023-05-16[SelectionDAG][RISCV] Remove code for handling too small shift type from Simp...Craig Topper2-6/+36
2023-05-16[Driver] Support multi /guard: optionsPhoebe Wang3-2/+6
2023-05-16[cmake] Disable GCC lifetime DSEXi Ruoyao1-0/+10
2023-05-16[clang-tidy][test] Add trailing -- to suppress compile_commands.json readFangrui Song1-2/+2
2023-05-15fix stack probe lowering for x86_intrccTom Dohrmann2-1/+30
2023-05-15[flang] Fix optional assertion in PFTBuilderValentin Clement2-1/+22
2023-05-15[clang] Fix default initializers being ignored when initializing templated ag...Alan Zhao3-7/+36
2023-05-13Reapply "[SystemZ] Bugfix in expansion of memmem operations."Jonas Paulsson2-2/+130
2023-05-05Bump version to 16.0.4Tom Stellard4-4/+4
2023-05-02[compiler-rt] [test] Mark dfsan tests XFAIL on glibc-2.37llvmorg-16.0.3Michał Górny3-1/+7
2023-05-02[clang][driver] Pass `-femulated-tls` through to the linker in LTO modePaul Kirth2-0/+24
2023-05-02[RuntimeDyld] Disable some ppc64 tests on 32-bit architectures.Lang Hames2-0/+15
2023-05-01[InstCombine] Fix buggy `(mul X, Y)` -> `(shl X, Log2(Y))` transform PR62175Noah Goldstein1-14/+27
2023-05-01[clang] Fix 2 bugs with parenthesized aggregate initializationAlan Zhao5-15/+90
2023-05-01Clear read_fd_set if EINTR receivedEmre Kultursay1-3/+6
2023-05-01[SimplifyCFG] Don't merge invoke if this makes immarg non-constant (PR61265)Nikita Popov3-19/+67
2023-05-01[clang] Fix a crash with parenthesized aggregate initialization and base classesAlan Zhao3-2/+30
2023-05-01[LLD][COFF] Add /inferasanlibs to lld-link as ignored flagAlvin Wong4-0/+32
2023-05-01[LLD][COFF] Print object file name for unsupported directivesAlvin Wong2-1/+17
2023-05-01[CodeGen][MachineLastInstrsCleanup] fix INLINEASM_BR hazardNick Desaulniers2-2/+4
2023-05-01[CodeGen] precommit machine-latecleanup testNick Desaulniers1-0/+259