aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-04[clang-format] Don't annotate left brace of struct as FunctionLBraceOwen Pan3-13/+26
2023-04-04[SelectionDAG] Correctly reduce BV to shuffle with zero on big endianNemanja Ivanovic2-4/+136
2023-04-04[llvm-rc] Fix the reference to the option for disabling preprocessing in a me...Martin Storsjö1-3/+9
2023-04-04[llvm-rc] Look for "clang-<major>" when locating a suitable preprocessorMartin Storsjö1-1/+4
2023-04-04[llvm-rc] Respect the executable specified in the --preprocessor commandMartin Storsjö1-2/+2
2023-04-04[libc++] Don't try to provide source_location on AppleClang 1403Louis Dionne7-14/+18
2023-04-04[RISCV] Support emulated TLSVitaly Cheptsov2-0/+142
2023-04-04[clang-format] Add MinDigits suboptions to IntegerLiteralSeparatorOwen Pan6-22/+137
2023-04-04[clang-format] Don't format already formatted integer literalsOwen Pan1-6/+5
2023-04-04[RISCV] Allow llvm-objdump to disassemble objects with unrecognised versions ...Alex Bradbury4-6/+119
2023-04-04Revert "[dsymutil] dsymutil produces broken lines info (probably) with LTO on...Tom Stellard7-398/+207
2023-04-03[clang][MinGW] Add asan DLL lib before other libs and objectsAlvin Wong2-9/+26