summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_cto...llvmorg-17.0.3Fangrui Song2023-10-174-37/+97
* [clang-format][doc] Update the Linux kernel coding style URLOwen Pan2023-10-171-1/+1
* [clang-format] Fix a serious bug in git-clang-format (#65723)Owen Pan2023-10-171-1/+1
* [LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin.Artem Dergachev2023-10-171-0/+3
* [PowerPC] Use zext instead of anyext in custom and combine (#68784)Nikita Popov2023-10-172-2/+3
* [PowerPC] Add test for #68783 (NFC)Nikita Popov2023-10-171-0/+15
* [clang-format] Fix a bug in RemoveParentheses: ReturnStatement (#67911)Owen Pan2023-10-163-0/+85
* [X86] Fix logic for optimizing movmsk(bitcast(shuffle(x))); PR67287Noah Goldstein2023-10-162-6/+22
* [X86] Add tests for incorrectly optimizing out shuffle used in `movmsk`; PR67287Noah Goldstein2023-10-161-0/+137
* [clang] [MinGW] Explicitly always pass the -fno-use-init-array (#68571)Martin Storsjö2023-10-162-0/+5
* [LVI][CVP] Treat undef like a full range (#68190)DianQK2023-10-162-1/+38
* [X86] combineConcatVectorOps - only concatenate single-use subopsSimon Pilgrim2023-10-106-164/+358
* Bump version to 17.0.3Tobias Hieta2023-10-104-4/+4
* [clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE=OFF` for `Release` bui...Arvind Mukund2023-10-102-6/+13
* [LLD] [COFF] Fix handling of comdat .drectve sections (#68116)Martin Storsjö2023-10-102-0/+33
* workflows/release-binaries: Use more cores to avoid the 6 hour timeout (#67874)Tom Stellard2023-10-101-1/+1
* [AArch64] Disable loop alignment for Windows targets (#67894)Martin Storsjö2023-10-103-1/+30
* [Sema] Use underlying type of scoped enum for -Wformat diagnostics (#67378)Shoaib Meenai2023-10-104-19/+67
* 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