aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* combineConcatVectorOps - only concatenate single-use subopsgentoo-17.0.2Simon Pilgrim2023-10-046-164/+358
* Fix release/export.sh to export runtimes tarball, too (#67404)llvmorg-17.0.2René Rebe2023-10-031-1/+1
* [libc++] Fix `std::pair`'s pair-like constructor's incorrect assumption (#66...Hui2023-10-032-2/+33
* [CodeGen] Don't treat thread local globals as large data (#67764)Arthur Eubanks2023-10-022-1/+11
* [workflow] Fix abi checker in llvm-tests. Same fix as in 99fb0af80d16b0ff886f...Tobias Hieta2023-10-021-0/+3
* [clang] [MinGW] Tolerate mingw specific linker options during compilation (#6...Martin Storsjö2023-10-022-2/+15
* [LLD] [COFF] Restore the current dir as the first entry in the search path (#...Martin Storsjö2023-10-022-11/+8
* [LLD] [COFF] Clarify -print-search-path for the empty string element (#67856)Martin Storsjö2023-10-022-15/+22
* [NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cppMatheus Izvekov2023-10-022-16/+18
* [compiler-rt] Reinstate removal of CRT choice flags from CMAKE_*_FLAGS* (#67935)Martin Storsjö2023-10-021-0/+19
* [MemCpyOpt] Merge alias metadatas when replacing arguments (#67539)DianQK2023-09-292-11/+17
* [MemCpyOpt] Add test for #67539 (NFC)Nikita Popov2023-09-291-0/+17
* [DependencyScanningFilesystem] Make sure the local/shared cache filename look...Argyrios Kyrtzidis2023-09-293-18/+117
* [Sema] Fix fixit cast printing inside macros (#66853)Shoaib Meenai2023-09-292-4/+50
* Work around two more instances of __noinline__ conflicts. (#66138)Artem Belevich2023-09-293-0/+20
* [lldb] Fix building LLDB standlone without frameworkAlex Langford2023-09-291-6/+4
* [lldb][NFCI] Change logic to find clang resource dir in standalone buildsAlex Langford2023-09-292-24/+13
* [XCOFF] Do not generate the special .ref for zero-length sections (#66805)Wael Yehia2023-09-292-5/+98
* Fix buildbot failure caused by D157623duk2023-09-281-1/+1
* [lld][COFF] Remove incorrect flag from EHcont tablenamazso2023-09-283-187/+55
* workflows/release-tasks: Setup FileCheck and not for release-lit (#66799)Tulio Magno Quites Machado Filho2023-09-271-3/+14
* [StackColoring] Handle fixed object indexNikita Popov2023-09-272-66/+148
* [StackColoring] Handle SEH catch object stack slots conservativelyNikita Popov2023-09-272-52/+17
* [X86] Add test for #66984 (NFC)Nikita Popov2023-09-271-0/+109
* [SimpleLoopUnswitch] Fix exponential unswitchNikita Popov2023-09-273-47/+329
* [SimpleLoopUnswitch] Fix reversed branch during condition injectionNikita Popov2023-09-272-3/+3
* [clang] Include `expected-no-diagnostics` in newly-added test (NFC)Antonio Frighetto2023-09-271-1/+3
* [clang] Bail out when handling union access with virtual inheritanceAntonio Frighetto2023-09-272-5/+23
* [clang][Diagnostics] Fix wrong line number display (#65238)Takuya Shimizu2023-09-272-2/+20
* Revert "[InlineCost] Check for conflicting target attributes early"Kazu Hirata2023-09-272-50/+6
* [GVN] Also remove phi nodes from VN table (PR65447)Nikita Popov2023-09-252-1/+74
* [GVN] Invalidate MDA when deduplicating phi nodesNikita Popov2023-09-254-8/+141
* Bump version to 17.0.2Tobias Hieta2023-09-254-4/+4
* [SVE] Ensure SVE call operands passed via memory are correctly initialised. (...paulwalker-arm2023-09-253-23/+29
* [SVE] Precommit test to show missing initialisation of call operand.Paul Walker2023-09-251-7/+37
* Bump version to 17.0.1llvmorg-17.0.1Tobias Hieta2023-09-194-4/+4
* Remove RC suffixTobias Hieta2023-09-191-1/+1
* Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is...llvmorg-17.0.0Chuanqi Xu2023-09-186-358/+0
* Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring...Chuanqi Xu2023-09-181-3/+0
* [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882)Kohei Asano2023-09-182-4/+37
* [lli] Make sure the exported __chkstk functions are included when exporting themMartin Storsjö2023-09-181-0/+14
* [ARM] Change CRC predicate to just HasCRCDavid Green2023-09-186-26/+29
* [flang] Allow runtime build with AVOID_NATIVE_INT128_T=1Peter Klausler2023-09-144-18/+39
* [Clang] Fix JIT test on 32-bit systemsSam James2023-09-111-1/+1
* [builtins][AArch64] Implement _sync out-of-line atomicsJessica Clarke2023-09-112-4/+38
* Fix AIX OS requirements for ThinLTO to 7.2.5 SP7Wael Yehia2023-09-111-1/+1
* [SCEV] Fix potentially empty set for unsigned rangesTejas Joshi2023-09-112-1/+12
* [CodeGen] Fix incorrect insertion point selection for reduction nodes in Comp...Igor Kirillov2023-09-112-2/+16
* [CodeGen][AArch64] Commit test for #65044Danila Malyutin2023-09-111-0/+27
* [libc++][hardening] Remove hardening from release notes, undeprecate safe modeKonstantin Varlamov2023-09-11127-249/+354