summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [clang] don't mark as Elidable CXXConstruct expressions used in NRVOllvmorg-13.0.0-rc4llvmorg-13.0.0Matheus Izvekov2021-09-24-33/+122
* [analyzer] Add 13.0.0 release notesKristóf Umann2021-09-23-1/+47
* Thread safety analysis: Warn when demoting locks on back edgesAaron Puchert2021-09-21-14/+59
* [AArch64][GlobalISel] Use ZExtValue for zext(xor) when invert tb(n)zguopeilin2021-09-21-2/+42
* [debuginfo-test][cross-project-tests] Release note for new project nameJames Henderson2021-09-21-0/+9
* [X86] combineX86ShuffleChain - ensure we only peek through bitcasts to vector...Simon Pilgrim2021-09-20-1/+59
* [clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD.Frederic Cambus2021-09-20-0/+3
* Fix syntax error in Clang release notesAaron Puchert2021-09-18-0/+2
* [compiler-rt] Implement __clear_cache() on OpenBSD/riscv64Jeremie Courreges-Anglas2021-09-17-1/+8
* [LLD] Add required `ppc` target to the test cases. NFCSimon Atanasyan2021-09-17-2/+2
* [OpenMP]Fix PR51349: Remove AlwaysInline for if regions.Joseph Huber2021-09-17-1/+40
* [compiler-rt] Move -fno-omit-frame-pointer check to common config-ixMichał Górny2021-09-17-1/+1
* [clang] disable implicit moves when not in CPlusPLusMatheus Izvekov2021-09-17-1/+45
* [clang-repl] Install clang-replVassil Vassilev2021-09-17-1/+1
* -Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notesSylvestre Ledru2021-09-14-0/+3
* [openmp] Apply code change from D109500llvmorg-13.0.0-rc3Jon Chesterfield2021-09-13-4/+19
* [VPlan] Fix crash caused by not updating all users properly.Florian Hahn2021-09-13-2/+71
* [clang-format] Restrict the special handling for K&R C to C/C++owenca2021-09-13-4/+17
* [LLDB] AArch64 SVE restore SVE registers after expressionMuhammad Omair Javaid2021-09-12-67/+190
* Revert "[AArch64][GlobalISel] Legalize bswap <2 x i16>"Tom Stellard2021-09-10-87/+3
* Revert [MC][ELF] Emit separate unique sections for different flagsNikita Popov2021-09-10-213/+68
* [LLD] Support compressed input sections on big-endian targetsSimon Atanasyan2021-09-10-27/+32
* [X86] Don't clobber EBX in stackprobesElliot Saba2021-09-10-41/+64
* [IR] Handle constant expressions in containsUndefinedElement()Nikita Popov2021-09-10-3/+14
* [SimplifyCFG] performBranchToCommonDestFolding(): require block-closed SSA fo...Roman Lebedev2021-09-10-212/+240
* [OpenCL][Docs] Update OpenCL 3.0 implementation status.Anastasia Stulova2021-09-10-35/+37
* [OpenCL][Docs] Release 13 notes.Anastasia Stulova2021-09-10-3/+78
* scudo: Only add no-omit-frame-pointer flags when the compiler supports themTom Stellard2021-09-09-2/+5
* [clang-format] Improve detection of parameter declarations in K&R Cowenca2021-09-09-14/+16
* [clang-format] Distinguish K&R C function definition and attributeOwen2021-09-09-8/+35
* [clang-format] improve distinction of K&R function definitions vs attributesKrasimir Georgiev2021-09-09-4/+17
* [clang-format] handle trailing comments in function definition detectionKrasimir Georgiev2021-09-09-1/+4
* [clan-format] detect function definitions more conservativelyKrasimir Georgiev2021-09-09-3/+20
* [MemCpyOpt] Fix a variety of scalable-type crashesFraser Cormack2021-09-09-13/+130
* [AMDGPU][OpenMP] Use complex definitions from complex_cmath.hPushpinder Singh2021-09-09-1/+86
* Workaround incorrect types when lowering fixed length gather/scatterBradley Smith2021-09-09-52/+112
* Inform pass manager when child loops are deletedBjorn Pettersson2021-09-09-12/+102
* Fine grain control over some symbol visibilityserge-sans-paille2021-09-08-8/+9
* [AArch64][SME] Fix imm bug in mov vector to tile aliasesCullen Rhodes2021-09-08-1/+51
* Revert "[HardwareLoops] Change order of SCEV expression construction for Init...Chen Zheng2021-09-08-28/+37
* [clang] fix transformation of template arguments of 'auto' type constraintsMatheus Izvekov2021-09-08-1/+23
* [SelectionDAGBuilder] Bugfix in visitInlineAsm()Jonas Paulsson2021-09-08-2/+24
* [llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocationsMaksim Panchenko2021-09-08-2/+66
* Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536)Hans Wennborg2021-09-08-0/+1
* [clang][Driver] Pick the last --driver-mode in case of multiple onesKadir Cetinkaya2021-09-08-1/+7
* [AArch64][sve] Prevent incorrect function call on fixed width vectorDavid Truby2021-09-08-0/+22
* Update counter offset to account for binary idsGulfem Savrun Yeniceri2021-09-07-4/+6
* libunwind: add missing break statements in EHABISaleem Abdulrasool2021-09-07-0/+2
* [SCEV] Fix applyLoopGuards() with range check idiom (PR51760)Nikita Popov2021-09-07-1/+41
* [DAGCombine] Prevent the transform of combine for multi-use operandSanjay Patel2021-09-07-3/+6