aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-27[compiler-rt] Fix invalid triple on ARM buildLeandro Lupori1-0/+19
2023-04-27[compiler-rt] Fix scudo build on ARMLeandro Lupori1-2/+11
2023-04-20workflows/release-tasks: Always run apt-get update before installing depsTom Stellard1-0/+1
2023-04-20workflows/release-binaries: Install missing dependenciesTom Stellard1-0/+1
2023-04-20[docs] Add missing Clang release note.Tobias Hieta1-0/+1
2023-04-19workflows/release-binaries: Add missing output variableTom Stellard1-0/+1
2023-04-19Bump version to 16.0.3Tom Stellard4-4/+4
2023-04-18Remove UB-implying metadata when promoting speculative instruction.llvmorg-16.0.2DianQK2-2/+28
2023-04-18[runtimes][asan] Fix swapcontext interceptionIvan Trofimov4-39/+112
2023-04-18[nfc][asan] Reformat the fileVitaly Buka1-65/+65
2023-04-18[test][asan] Simplify testVitaly Buka1-14/+4
2023-04-18llvm-exegesis: Only run target specfic tests on native hostsTom Stellard2-0/+6
2023-04-18github: Add manual workflow to build and upload release binariesJack Grigg2-0/+147
2023-04-18[flang] Complex numbers in function arguments on WindowsMarkus Mützel2-4/+362
2023-04-17[clang-format] Fix regression with AlignTrailingComments set to trueOwen Pan2-10/+10
2023-04-17Revert "[clang-format] Handle object instansiation in if-statements"Tobias Hieta2-20/+1
2023-04-17[StackProtector] don't check stack protector before calling nounwind functionsNick Desaulniers3-17/+23
2023-04-17[libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2-7/+2
2023-04-17[libunwind][test] Add test to check for unw_resume()zhanglimin1-0/+39
2023-04-17[AArch64] Basic target(+crypto) handlingDavid Green2-1/+54
2023-04-14[Support] Improve Windows performance of buffered raw_ostreamAndrew Ng1-0/+7
2023-04-14[LinkerWrapper] Switch to add_clang_tool() macroEvangelos Foutras1-5/+1
2023-04-04Bump version to 16.0.2Tom Stellard4-4/+4
2023-04-04[SPARC] Attempt to fix bug introduced by D142458llvmorg-16.0.1Vitaly Buka1-1/+1
2023-04-04[SPARC] Implement hooks for conditional branch relaxationKoakuma10-45/+250
2023-04-04[Local] Handle size mismatch between pointer/int in copyRangeMetadata()Nikita Popov2-1/+20