aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-13[openmp] Apply code change from D109500llvmorg-13.0.0-rc3Jon Chesterfield1-4/+19
2021-09-13[VPlan] Fix crash caused by not updating all users properly.Florian Hahn2-2/+71
2021-09-13[clang-format] Restrict the special handling for K&R C to C/C++owenca2-4/+17
2021-09-12[LLDB] AArch64 SVE restore SVE registers after expressionMuhammad Omair Javaid5-67/+190
2021-09-10Revert "[AArch64][GlobalISel] Legalize bswap <2 x i16>"Tom Stellard4-87/+3
2021-09-10Revert [MC][ELF] Emit separate unique sections for different flagsNikita Popov6-213/+68
2021-09-10[LLD] Support compressed input sections on big-endian targetsSimon Atanasyan4-27/+32
2021-09-10[X86] Don't clobber EBX in stackprobesElliot Saba2-41/+64
2021-09-10[IR] Handle constant expressions in containsUndefinedElement()Nikita Popov2-3/+14
2021-09-10[SimplifyCFG] performBranchToCommonDestFolding(): require block-closed SSA fo...Roman Lebedev7-212/+240
2021-09-10[OpenCL][Docs] Update OpenCL 3.0 implementation status.Anastasia Stulova1-35/+37
2021-09-10[OpenCL][Docs] Release 13 notes.Anastasia Stulova1-3/+78
2021-09-09scudo: Only add no-omit-frame-pointer flags when the compiler supports themTom Stellard1-2/+5
2021-09-09[clang-format] Improve detection of parameter declarations in K&R Cowenca1-14/+16
2021-09-09[clang-format] Distinguish K&R C function definition and attributeOwen2-8/+35
2021-09-09[clang-format] improve distinction of K&R function definitions vs attributesKrasimir Georgiev2-4/+17
2021-09-09[clang-format] handle trailing comments in function definition detectionKrasimir Georgiev2-1/+4
2021-09-09[clan-format] detect function definitions more conservativelyKrasimir Georgiev2-3/+20
2021-09-09[MemCpyOpt] Fix a variety of scalable-type crashesFraser Cormack3-13/+130
2021-09-09[AMDGPU][OpenMP] Use complex definitions from complex_cmath.hPushpinder Singh2-1/+86
2021-09-09Workaround incorrect types when lowering fixed length gather/scatterBradley Smith3-52/+112
2021-09-09Inform pass manager when child loops are deletedBjorn Pettersson2-12/+102
2021-09-08Fine grain control over some symbol visibilityserge-sans-paille6-8/+9
2021-09-08[AArch64][SME] Fix imm bug in mov vector to tile aliasesCullen Rhodes2-1/+51
2021-09-08Revert "[HardwareLoops] Change order of SCEV expression construction for Init...Chen Zheng5-28/+37
2021-09-08[clang] fix transformation of template arguments of 'auto' type constraintsMatheus Izvekov2-1/+23
2021-09-08[SelectionDAGBuilder] Bugfix in visitInlineAsm()Jonas Paulsson2-2/+24
2021-09-08[llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocationsMaksim Panchenko2-2/+66
2021-09-08Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536)Hans Wennborg1-0/+1
2021-09-08[clang][Driver] Pick the last --driver-mode in case of multiple onesKadir Cetinkaya2-1/+7
2021-09-08[AArch64][sve] Prevent incorrect function call on fixed width vectorDavid Truby2-0/+22
2021-09-07Update counter offset to account for binary idsGulfem Savrun Yeniceri2-4/+6
2021-09-07libunwind: add missing break statements in EHABISaleem Abdulrasool1-0/+2
2021-09-07[SCEV] Fix applyLoopGuards() with range check idiom (PR51760)Nikita Popov2-1/+41
2021-09-07[DAGCombine] Prevent the transform of combine for multi-use operandSanjay Patel2-3/+6
2021-09-07[tests] precommit tests for D107692Yunde Zhong1-0/+29
2021-09-07Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214.Brad Smith1-4/+4
2021-09-07[clang] OpenBSD does not support C11 atomics or threads.Brad Smith2-0/+15
2021-09-07PR50294: Fix a performance regression from 2c9dbcd.Richard Smith1-0/+2
2021-09-07[clang] fix error recovery ICE on copy elision when returing invalid variableMatheus Izvekov2-1/+35
2021-09-07Support linking against OpenMP runtime on OpenBSD.Brad Smith2-1/+23
2021-09-07OpenBSD also needs execinfoBrad Smith1-1/+2
2021-09-07[clang] Allow the OpenBSD driver to link the libclang_rt.profile library.Frederic Cambus1-0/+2
2021-09-06[docs] Update release notes with items related to FlangAndrzej Warzynski1-0/+2
2021-09-03[libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is availableJoachim Protze2-3/+16
2021-09-03[libomptarget][amdcgn] Add build dependency for llvm-link and optJoachim Protze3-3/+9
2021-09-03[RISCV] Fix reporting of incorrect commutable operand indicesFraser Cormack2-1/+46
2021-09-03[libc++][NFC] Mark values in gdb pretty print comparison functions as live to...Amy Kwan1-0/+4
2021-09-02[Orc] Enable debug object tests only on x86_64 hostsStefan Gränitz2-0/+4
2021-09-02[Linker] Support weak symbols in nodeduplicate COMDAT groupPetr Hosek2-4/+29