summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* workflows/release-tasks: Remove stray backslashrelease/16.xTom 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
* [compiler-rt] Fix invalid triple on ARM buildLeandro Lupori2023-04-271-0/+19
* [compiler-rt] Fix scudo build on ARMLeandro Lupori2023-04-271-2/+11
* workflows/release-tasks: Always run apt-get update before installing depsTom Stellard2023-04-201-0/+1
* workflows/release-binaries: Install missing dependenciesTom Stellard2023-04-201-0/+1
* [docs] Add missing Clang release note.Tobias Hieta2023-04-201-0/+1
* workflows/release-binaries: Add missing output variableTom Stellard2023-04-191-0/+1
* Bump version to 16.0.3Tom Stellard2023-04-194-4/+4
* Remove UB-implying metadata when promoting speculative instruction.llvmorg-16.0.2DianQK2023-04-182-2/+28
* [runtimes][asan] Fix swapcontext interceptionIvan Trofimov2023-04-184-39/+112
* [nfc][asan] Reformat the fileVitaly Buka2023-04-181-65/+65
* [test][asan] Simplify testVitaly Buka2023-04-181-14/+4
* llvm-exegesis: Only run target specfic tests on native hostsTom Stellard2023-04-182-0/+6
* github: Add manual workflow to build and upload release binariesJack Grigg2023-04-182-0/+147
* [flang] Complex numbers in function arguments on WindowsMarkus Mützel2023-04-182-4/+362
* [clang-format] Fix regression with AlignTrailingComments set to trueOwen Pan2023-04-172-10/+10
* Revert "[clang-format] Handle object instansiation in if-statements"Tobias Hieta2023-04-172-20/+1
* [StackProtector] don't check stack protector before calling nounwind functionsNick Desaulniers2023-04-173-17/+23
* [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2023-04-172-7/+2
* [libunwind][test] Add test to check for unw_resume()zhanglimin2023-04-171-0/+39
* [AArch64] Basic target(+crypto) handlingDavid Green2023-04-172-1/+54
* [Support] Improve Windows performance of buffered raw_ostreamAndrew Ng2023-04-141-0/+7
* [LinkerWrapper] Switch to add_clang_tool() macroEvangelos Foutras2023-04-141-5/+1
* Bump version to 16.0.2Tom Stellard2023-04-044-4/+4
* [SPARC] Attempt to fix bug introduced by D142458llvmorg-16.0.1Vitaly Buka2023-04-041-1/+1