aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Fix build with GCC 14 on ARM (#78704)gentoo-17.0.6-r1Nikita Popov2024-02-153-3/+4
* compiler-rt: Fix FLOAT16 feature detectiongentoo-17.0.6Tom Stellard2023-11-281-1/+2
* [CMake] Fix __builtin_thread_pointer check with LTOSam James2023-11-281-1/+6
* Revert "[runtimes] Add missing test dependencies to check-all (#72955)"llvmorg-17.0.6Tobias Hieta2023-11-281-1/+0
* [Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788)Brad Smith2023-11-282-3/+25
* eliminate python SyntaxWarnings from check-all output.Georgios Eleftheriou2023-11-276-10/+10
* [clang-format] Fix crashes in AlignArrayOfStructures (#72520)Owen Pan2023-11-273-2/+36
* [clang] Fix sorting module headers (#73146)Tulio Magno Quites Machado Filho2023-11-271-4/+4
* [JITLink][aarch32] Change writeRegister's return type to void.Lang Hames2023-11-271-1/+1
* [CMake] Support building shared library for NetBSDBrad Smith2023-11-271-3/+5
* workflows/release-binaries: Do a preliminary build to fill ccache (#72576)Tom Stellard2023-11-271-2/+46
* Add RV64 constraint to SRLIW (#69416)Shao-Ce SUN2023-11-272-5/+26
* [runtimes] Add missing test dependencies to check-all (#72955)Tom Stellard2023-11-241-0/+1
* [clang-format] Fix a bug in aligning comments above PPDirective (#72791)Owen Pan2023-11-202-2/+13
* [clangd] Avoid null result in FindRecordTypeAt()Nathan Ridge2023-11-202-2/+16
* Bump version to 17.0.6Tobias Hieta2023-11-204-4/+4
* remove tests from bad mergeUtkarsh Saxena2023-11-201-62/+0
* Use the correct namespace for looking up matching operator!= (#68922)Utkarsh Saxena2023-11-204-12/+199
* [libc++] Use correct size for deallocation of arrays in shared_ptr (#68233)Ilya Biryukov2023-11-202-2/+30
* Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks2023-11-208-70/+12
* [clang][WebAssembly] Link crt1 even in case of -sharedYAMAMOTO Takashi2023-11-202-19/+31
* [BranchFolding] Remove dubious assert from operator< (#71639)llvmorg-17.0.5Nikita Popov2023-11-141-6/+0
* [GlobalOpt] Cache whether CC is changeable (#71381)Nikita Popov2023-11-141-8/+22
* [libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller2023-11-1430-164/+540
* [clang] fix test PR69717.cpp (#72134)antoine moynault2023-11-141-1/+1
* [clang] Run test on x86 onlySerge Pavlov2023-11-141-0/+1
* [clang] Do not clear FP pragma stack when instantiating functions (#70646)Serge Pavlov2023-11-142-2/+22
* [SLP]Fix PR70004: Do not change insert point for reduction gather nodes.Alexey Bataev2023-11-133-21/+66
* [DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodesSimon Pilgrim2023-11-133-0/+36
* [Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)Craig Topper2023-11-134-44/+46
* [clang-format] Correctly annotate keyword operator function name (#66904)Owen Pan2023-11-132-0/+16
* Bump version to 17.0.5Tobias Hieta2023-11-134-4/+4
* [Driver] Fix linking with -lm on Solaris (#65632)Rainer Orth2023-11-132-8/+22
* [clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW ...Martin Storsjö2023-11-131-0/+11
* [CGExprConstant] stop calling into ConstExprEmitter for Reference type destin...Nick Desaulniers2023-11-132-3/+10
* [AArch64][GlobalISel] Fix incorrect ABI when tail call not supported (#70215)llvmorg-17.0.4Nikita Popov2023-10-312-13/+12
* [AArch64] Add test for #70207 (NFC)Nikita Popov2023-10-311-0/+33
* [GVN] Fix use-after-free in load PRE with select available value (#69314)Nikita Popov2023-10-312-3/+65
* [clang-tidy] Fix crash in modernize-use-trailing-return-type (#70709)Piotr Zegar2023-10-312-1/+19
* [OpenMP] Fix building for 32-bit DragonFly, NetBSD, OpenBSD (#70527)Brad Smith2023-10-311-1/+2
* [OpenMP] record-replay use static-cast (#70516)Konstantinos Parasyris2023-10-311-2/+1
* [flang] Add comdats to functions with linkonce linkage (#66516)David Truby2023-10-313-1/+57
* [mlir] Add pass to add comdat to all linkonce functions (#65270)David Truby2023-10-316-0/+122
* Update release note for the fixTakuya Shimizu2023-10-301-1/+2
* [clang][ExprConst] Fix crash on uninitialized array subobject (#67817)Takuya Shimizu2023-10-306-6/+27
* [RISCV] Correct copyPhysReg for GPRPF64. (#70419)Craig Topper2023-10-303-5/+34
* [SVE] Fix incorrect offset calculation when rewriting an instruction's frame ...Paul Walker2023-10-302-1/+23
* [MemCpyOpt] Combine alias metadatas when replacing byval arguments (#70580)DianQK2023-10-302-0/+15
* [OpenMP] Use the more appropriate function to retrieve the thread id on OpenB...Brad Smith2023-10-301-1/+1
* [libc++] Encode additional ODR-affecting properties in the ABI tag (#69669)Louis Dionne2023-10-303-15/+161