aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16[🍒][libc++] Un-deprecate std::allocator<void>llvmorg-12.0.1-rc2Louis Dionne11-141/+137
2021-06-15[llvm][PPC] Add missing case for 'I' asm memory operandsTimm Bäder2-0/+25
2021-06-15[clang-format] Rework Whitesmiths mode to use line-level values in UnwrappedL...Tim Wojtulewicz5-41/+170
2021-06-15[OpenMP] Fix typo in libomptarge for the wrong environment variableJoseph Huber1-1/+1
2021-06-15[PowerPC] Make sure the first probe is full size or is the last probe when st...Kai Luo4-614/+596
2021-06-15[PowerPC][Dwarf] Assign MMA register's dwarf register number to negative valueKai Luo1-18/+18
2021-06-15[ARM] Fix Machine Outliner LDRD/STRD handling in Thumb mode.Yvan Roux2-23/+19
2021-06-15[X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't ...Craig Topper2-4/+30
2021-06-14Make clangd CompletionModel not depend on directory layout.Harald van Dijk1-1/+2
2021-06-14Make clangd CompletionModel usable even with non-standard (but supported) layoutserge-sans-paille1-2/+2
2021-06-14[OPENMP]Fix PR48571: critical/master in outlined contexts cause crash.Alexey Bataev3-12/+80
2021-06-14[ValueTracking] Limit scan when checking poison UB (PR50155)Nikita Popov1-2/+13
2021-06-10BPF: generate proper BTF for globals with WeakODRLinkageYonghong Song2-0/+87
2021-06-10BPF: add extern func to data sections if specifiedYonghong Song5-13/+38
2021-06-10[BPF] Add support for floats and doublesIlya Leoshkevich5-9/+160
2021-06-09[SDAG] fix miscompile from merging stores of different sizesSanjay Patel2-13/+22
2021-06-09[x86] add tests for store merging miscompile (PR50623); NFCSanjay Patel1-5/+90
2021-06-08[clangd] Only allow remote index to be enabled from user config.Sam McCall6-17/+50
2021-06-08[AArch64] Prevent spilling between ldxr/stxr pairsLemonBoy3-18/+726
2021-06-08Reland "[MC][ELF] Work around R_MIPS_LO16 relocation handling problem"Dimitry Andric4-4/+43
2021-06-08Don't fail the shared_ptr test if libc++ has insufficient debug info.Sterling Augustine1-0/+17
2021-06-08Tolerate missing debug info in the shared_ptr pretty printer.Sterling Augustine3-11/+21
2021-06-08[libcxx] Make the GDB pretty printer test less strictPetr Hosek1-1/+1
2021-06-08Various minor fixes for python 3Sterling Augustine2-17/+11
2021-06-04[PowerPC] Fix x86 vector intrinsics wrapper compilation under C++Qiu Chaofan2-6/+9
2021-06-04[WebAssembly] Ignore filters in Emscripten EH landingpadsHeejin Ahn2-16/+9
2021-06-04[libc++] [test] Fix a few tests for 32-bit x86Harald van Dijk3-7/+12
2021-06-04[SPE] Disable strict-fp for SPE by defaultQiu Chaofan2-0/+4
2021-06-03[clang-format] PR50326 AlignAfterOpenBracket AlwaysBreak does not keep to th...mydeveloperday2-6/+26
2021-06-03[PowerPC] Handle inline assembly clobber of link regsiterStefan Pintilie4-0/+334
2021-06-03[MemoryDependence] Fix invariant group storeWilliam S. Moses2-1/+24
2021-05-24Force visibility of llvm::Any to externalllvmorg-12.0.1-rc1serge-sans-paille1-1/+6
2021-05-19~(C + X) --> ~C - X (PR50308)Roman Lebedev2-8/+37
2021-05-17[LowerConstantIntrinsics] reuse isManifestLogic from ConstantFoldingNick Desaulniers5-18/+29
2021-05-12AArch64/GlobalISel: Remove IR section from testMatt Arsenault1-28/+1
2021-05-11GlobalISel: Restrict narrow scalar for fptoui/fptosi resultsMatt Arsenault3-16/+57
2021-05-11[Inliner] Fix noalias metadata handling for instructions simplified during cl...Nikita Popov2-60/+117
2021-05-11[SCEV] By more careful when traversing phis in isImpliedViaMerge.Florian Hahn3-6/+12
2021-05-11[IndVarSimplify] Add additional tests using isImpliedViaMerge.Florian Hahn2-0/+117
2021-05-11[ELF] Don't set versionId on undefined weak lazy symbolsFangrui Song2-1/+16
2021-05-11Revert "[Coverage] Fix branch coverage merging in FunctionCoverageSummary::ge...Tom Stellard3-21/+6
2021-05-11[SCCP] Avoid modifying AdditionalUsers while iterating over itDimitry Andric2-1/+860
2021-05-11[Coverage] Fix branch coverage merging in FunctionCoverageSummary::get() for ...Alan Phipps3-6/+21
2021-05-10[SystemZ] Don't use libcall for 128 bit shifts.Jonas Paulsson2-20/+79
2021-05-10[AArch64][GlobalISel] Fix incorrect codegen for <16 x s8> G_ASHR.Amara Emerson2-3/+3
2021-05-10[NFC] Correctly assert the indents for printEnumValHelpStr.Joachim Meyer1-1/+1
2021-05-10Remove extra test case added in 266c82f94da232d736f413c8d9e08d066c2d7202Tom Stellard1-12/+0
2021-05-07workflows: Fix tarball download for libclang-abi-testsTom Stellard1-2/+2
2021-05-07workflows: Use uncompressed abi dumpsTom Stellard2-6/+7
2021-05-07workflows: Use -g1 when compiling libraries for ABI checksTom Stellard2-2/+2