aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-28Revert "[runtimes] Add missing test dependencies to check-all (#72955)"llvmorg-17.0.6release/17.xTobias Hieta1-1/+0
2023-11-28[Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788)Brad Smith2-3/+25
2023-11-27eliminate python SyntaxWarnings from check-all output.Georgios Eleftheriou6-10/+10
2023-11-27[clang-format] Fix crashes in AlignArrayOfStructures (#72520)Owen Pan3-2/+36
2023-11-27[clang] Fix sorting module headers (#73146)Tulio Magno Quites Machado Filho1-4/+4
2023-11-27[JITLink][aarch32] Change writeRegister's return type to void.Lang Hames1-1/+1
2023-11-27[CMake] Support building shared library for NetBSDBrad Smith1-3/+5
2023-11-27workflows/release-binaries: Do a preliminary build to fill ccache (#72576)Tom Stellard1-2/+46
2023-11-27Add RV64 constraint to SRLIW (#69416)Shao-Ce SUN2-5/+26
2023-11-24[runtimes] Add missing test dependencies to check-all (#72955)Tom Stellard1-0/+1
2023-11-20[clang-format] Fix a bug in aligning comments above PPDirective (#72791)Owen Pan2-2/+13
2023-11-20[clangd] Avoid null result in FindRecordTypeAt()Nathan Ridge2-2/+16
2023-11-20Bump version to 17.0.6Tobias Hieta4-4/+4
2023-11-20remove tests from bad mergeUtkarsh Saxena1-62/+0
2023-11-20Use the correct namespace for looking up matching operator!= (#68922)Utkarsh Saxena4-12/+199
2023-11-20[libc++] Use correct size for deallocation of arrays in shared_ptr (#68233)Ilya Biryukov2-2/+30
2023-11-20Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks8-70/+12
2023-11-20[clang][WebAssembly] Link crt1 even in case of -sharedYAMAMOTO Takashi2-19/+31
2023-11-14[BranchFolding] Remove dubious assert from operator< (#71639)llvmorg-17.0.5Nikita Popov1-6/+0
2023-11-14[GlobalOpt] Cache whether CC is changeable (#71381)Nikita Popov1-8/+22
2023-11-14[libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller30-164/+540
2023-11-14[clang] fix test PR69717.cpp (#72134)antoine moynault1-1/+1
2023-11-14[clang] Run test on x86 onlySerge Pavlov1-0/+1
2023-11-14[clang] Do not clear FP pragma stack when instantiating functions (#70646)Serge Pavlov2-2/+22
2023-11-13[SLP]Fix PR70004: Do not change insert point for reduction gather nodes.Alexey Bataev3-21/+66
2023-11-13[DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodesSimon Pilgrim3-0/+36
2023-11-13[Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)Craig Topper4-44/+46
2023-11-13[clang-format] Correctly annotate keyword operator function name (#66904)Owen Pan2-0/+16
2023-11-13Bump version to 17.0.5Tobias Hieta4-4/+4
2023-11-13[Driver] Fix linking with -lm on Solaris (#65632)Rainer Orth2-8/+22
2023-11-13[clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW ...Martin Storsjö1-0/+11
2023-11-13[CGExprConstant] stop calling into ConstExprEmitter for Reference type destin...Nick Desaulniers2-3/+10
2023-10-31[AArch64][GlobalISel] Fix incorrect ABI when tail call not supported (#70215)llvmorg-17.0.4Nikita Popov2-13/+12
2023-10-31[AArch64] Add test for #70207 (NFC)Nikita Popov1-0/+33
2023-10-31[GVN] Fix use-after-free in load PRE with select available value (#69314)Nikita Popov2-3/+65
2023-10-31[clang-tidy] Fix crash in modernize-use-trailing-return-type (#70709)Piotr Zegar2-1/+19
2023-10-31[OpenMP] Fix building for 32-bit DragonFly, NetBSD, OpenBSD (#70527)Brad Smith1-1/+2
2023-10-31[OpenMP] record-replay use static-cast (#70516)Konstantinos Parasyris1-2/+1
2023-10-31[flang] Add comdats to functions with linkonce linkage (#66516)David Truby3-1/+57
2023-10-31[mlir] Add pass to add comdat to all linkonce functions (#65270)David Truby6-0/+122
2023-10-30Update release note for the fixTakuya Shimizu1-1/+2
2023-10-30[clang][ExprConst] Fix crash on uninitialized array subobject (#67817)Takuya Shimizu6-6/+27
2023-10-30[RISCV] Correct copyPhysReg for GPRPF64. (#70419)Craig Topper3-5/+34
2023-10-30[SVE] Fix incorrect offset calculation when rewriting an instruction's frame ...Paul Walker2-1/+23
2023-10-30[MemCpyOpt] Combine alias metadatas when replacing byval arguments (#70580)DianQK2-0/+15
2023-10-30[OpenMP] Use the more appropriate function to retrieve the thread id on OpenB...Brad Smith1-1/+1
2023-10-30[libc++] Encode additional ODR-affecting properties in the ABI tag (#69669)Louis Dionne3-15/+161
2023-10-27[AArch64] Prevent argument promotion of vector with size > 128 bits (#70034)KAWASHIMA Takahiro3-0/+217
2023-10-27[LoongArch] Implement COPY instruction between CFRs (#69300)wanglei12-14/+227
2023-10-27Revert "[clang-format] Fix align consecutive declarations over function point...Owen Pan2-11/+1