summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARC] Implement hooks for conditional branch relaxationKoakuma2023-04-0410-45/+250
* [Local] Handle size mismatch between pointer/int in copyRangeMetadata()Nikita Popov2023-04-042-1/+20
* [clang-format] Don't annotate left brace of struct as FunctionLBraceOwen Pan2023-04-043-13/+26
* [SelectionDAG] Correctly reduce BV to shuffle with zero on big endianNemanja Ivanovic2023-04-042-4/+136
* [llvm-rc] Fix the reference to the option for disabling preprocessing in a me...Martin Storsjö2023-04-041-3/+9
* [llvm-rc] Look for "clang-<major>" when locating a suitable preprocessorMartin Storsjö2023-04-041-1/+4
* [llvm-rc] Respect the executable specified in the --preprocessor commandMartin Storsjö2023-04-041-2/+2
* [libc++] Don't try to provide source_location on AppleClang 1403Louis Dionne2023-04-047-14/+18
* [RISCV] Support emulated TLSVitaly Cheptsov2023-04-042-0/+142
* [clang-format] Add MinDigits suboptions to IntegerLiteralSeparatorOwen Pan2023-04-046-22/+137
* [clang-format] Don't format already formatted integer literalsOwen Pan2023-04-041-6/+5
* [RISCV] Allow llvm-objdump to disassemble objects with unrecognised versions ...Alex Bradbury2023-04-044-6/+119
* Revert "[dsymutil] dsymutil produces broken lines info (probably) with LTO on...Tom Stellard2023-04-047-398/+207
* [clang][MinGW] Add asan DLL lib before other libs and objectsAlvin Wong2023-04-032-9/+26