aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-28Revert "[runtimes] Add missing test dependencies to check-all (#72955)"upstream-release/17.xTobias Hieta
2023-11-28[Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788)Brad Smith
2023-11-27eliminate python SyntaxWarnings from check-all output.Georgios Eleftheriou
2023-11-27[clang-format] Fix crashes in AlignArrayOfStructures (#72520)Owen Pan
2023-11-27[clang] Fix sorting module headers (#73146)Tulio Magno Quites Machado Filho
2023-11-27[JITLink][aarch32] Change writeRegister's return type to void.Lang Hames
2023-11-27[CMake] Support building shared library for NetBSDBrad Smith
2023-11-27workflows/release-binaries: Do a preliminary build to fill ccache (#72576)Tom Stellard
2023-11-27Add RV64 constraint to SRLIW (#69416)Shao-Ce SUN
2023-11-24[runtimes] Add missing test dependencies to check-all (#72955)Tom Stellard
2023-11-20[clang-format] Fix a bug in aligning comments above PPDirective (#72791)Owen Pan
2023-11-20[clangd] Avoid null result in FindRecordTypeAt()Nathan Ridge
2023-11-20Bump version to 17.0.6Tobias Hieta
2023-11-20remove tests from bad mergeUtkarsh Saxena
2023-11-20Use the correct namespace for looking up matching operator!= (#68922)Utkarsh Saxena
2023-11-20[libc++] Use correct size for deallocation of arrays in shared_ptr (#68233)Ilya Biryukov
2023-11-20Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks
2023-11-20[clang][WebAssembly] Link crt1 even in case of -sharedYAMAMOTO Takashi
2023-11-14[BranchFolding] Remove dubious assert from operator< (#71639)Nikita Popov
2023-11-14[GlobalOpt] Cache whether CC is changeable (#71381)Nikita Popov
2023-11-14[libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller
2023-11-14[clang] fix test PR69717.cpp (#72134)antoine moynault
2023-11-14[clang] Run test on x86 onlySerge Pavlov
2023-11-14[clang] Do not clear FP pragma stack when instantiating functions (#70646)Serge Pavlov
2023-11-13[SLP]Fix PR70004: Do not change insert point for reduction gather nodes.Alexey Bataev
2023-11-13[DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodesSimon Pilgrim
2023-11-13[Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)Craig Topper
2023-11-13[clang-format] Correctly annotate keyword operator function name (#66904)Owen Pan
2023-11-13Bump version to 17.0.5Tobias Hieta
2023-11-13[Driver] Fix linking with -lm on Solaris (#65632)Rainer Orth
2023-11-13[clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW ...Martin Storsjö
2023-11-13[CGExprConstant] stop calling into ConstExprEmitter for Reference type destin...Nick Desaulniers
2023-10-31[AArch64][GlobalISel] Fix incorrect ABI when tail call not supported (#70215)Nikita Popov
2023-10-31[AArch64] Add test for #70207 (NFC)Nikita Popov
2023-10-31[GVN] Fix use-after-free in load PRE with select available value (#69314)Nikita Popov
2023-10-31[clang-tidy] Fix crash in modernize-use-trailing-return-type (#70709)Piotr Zegar
2023-10-31[OpenMP] Fix building for 32-bit DragonFly, NetBSD, OpenBSD (#70527)Brad Smith
2023-10-31[OpenMP] record-replay use static-cast (#70516)Konstantinos Parasyris
2023-10-31[flang] Add comdats to functions with linkonce linkage (#66516)David Truby
2023-10-31[mlir] Add pass to add comdat to all linkonce functions (#65270)David Truby
2023-10-30Update release note for the fixTakuya Shimizu
2023-10-30[clang][ExprConst] Fix crash on uninitialized array subobject (#67817)Takuya Shimizu
2023-10-30[RISCV] Correct copyPhysReg for GPRPF64. (#70419)Craig Topper
2023-10-30[SVE] Fix incorrect offset calculation when rewriting an instruction's frame ...Paul Walker
2023-10-30[MemCpyOpt] Combine alias metadatas when replacing byval arguments (#70580)DianQK
2023-10-30[OpenMP] Use the more appropriate function to retrieve the thread id on OpenB...Brad Smith
2023-10-30[libc++] Encode additional ODR-affecting properties in the ABI tag (#69669)Louis Dionne
2023-10-27[AArch64] Prevent argument promotion of vector with size > 128 bits (#70034)KAWASHIMA Takahiro
2023-10-27[LoongArch] Implement COPY instruction between CFRs (#69300)wanglei
2023-10-27Revert "[clang-format] Fix align consecutive declarations over function point...Owen Pan