summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modify an IO format error messagevkd1V Donaldson2022-01-043-6/+6
* [SCEV] Compute exit count from overflow check expressed w/ x.with.overflow in...Philip Reames2022-01-043-22/+51
* Add extra test for D116499 requested in reviewPhilip Reames2022-01-041-0/+24
* [mlir] Fix incorrect top-level comment in DialectSparseTensor.cppAlex Zinenko2022-01-041-1/+1
* [llvm][cmake] never link llvm-config against llvm dylibsternenseemann2022-01-041-0/+6
* [libc++] Use std::addressof in std::function::targetLouis Dionne2022-01-043-4/+43
* [funcattrs] Infer writeonly argument attribute [part 2]Philip Reames2022-01-048-17/+31
* [regalloc] Fix GCC warning `-Wattributes`. NFC.Michael Liao2022-01-041-3/+3
* [X86] combineSetCCMOVMSK - use APInt::getLowBitsSet to create bitmask. NFC.Simon Pilgrim2022-01-041-1/+1
* [mlir][ods] Handle DeclareOpInterfaceMethods in formatgenJacques Pienaar2022-01-044-4/+29
* [clang-format] Add an option to add a space between operator overloading and ...Rajat Bajpai2022-01-046-4/+59
* [NFC] Expose isRematerializable and copyHint from CalcSpillWeightsMircea Trofin2022-01-042-6/+19
* [AST] Produce ReturnStmt containing RecoveryExpr when type is wrongSam McCall2022-01-046-22/+83
* [NFC][regalloc] Introduce RegAllocGreedy.hMircea Trofin2022-01-042-356/+420
* Revert "[JITLink] Add fixup value range check"luxufan2022-01-052-25/+4
* [InferAttrs] Add writeonly to all the math functionsBenjamin Kramer2022-01-042-115/+126
* [Arm] Remove duplicate CPU testsTomas Matheson2022-01-041-27/+14
* [LAA] Remove overeager assertion for aggregate types.Florian Hahn2022-01-043-1/+181
* Delete file erroneously added in 229c95ab661d89dSam McCall2022-01-041-1381/+0
* [clangd] Adjust compile flags so they work when applied to other file(type)s.Sam McCall2022-01-042-2/+54
* [ConstantFold] Remove another incorrect icmp of gep foldNikita Popov2022-01-042-8/+3
* [InstSimplify] Update test to make miscompile more obvious (NFC)Nikita Popov2022-01-041-4/+5
* [libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <__hash_table>Nikolas Klauser2022-01-041-23/+17
* [CodeCompletion] Signature help for aggregate initialization.Sam McCall2022-01-047-112/+1735
* [JITLink] Add fixup value range checkluxufan2022-01-042-4/+25
* Introduce the AttributeMask classserge-sans-paille2022-01-0417-83/+153
* [gn build] Port 4dcc47aaeaf0LLVM GN Syncbot2022-01-041-0/+1
* [gn build] Port 4950198116a5LLVM GN Syncbot2022-01-041-0/+1
* [clang][dataflow] Add multi-variable constant propagation example.Yitzhak Mandelbaum2022-01-042-0/+487
* [clang][dataflow] Add parameterized map lattice.Yitzhak Mandelbaum2022-01-043-0/+297
* [CodeGen] Add target triple to test (NFC)Nikita Popov2022-01-041-1/+1
* [ConstantFold] Remove unnecessary bounded index restrictionNikita Popov2022-01-0430-2085/+2059
* [libc++] Add `return 0` to some main() functionsLouis Dionne2022-01-043-0/+3
* [CodeGen] Regenerate test checks (NFC)Nikita Popov2022-01-042-77/+121
* [Flang] Enable support for conversion of recursive record typesKiran Chandramohan2022-01-042-6/+34
* [VP][ISel] use LEGALPOS for legalization actionSimon Moll2022-01-042-4/+11
* [lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath2022-01-044-22/+54
* [DAG] TargetLowering::SimplifySetCC - use APInt::getMinSignedBits() helper. NFC.Simon Pilgrim2022-01-041-3/+1
* Recommit "[Clang] Extend emitUnaryBuiltin to avoid duplicate logic.""Jun Zhang2022-01-041-49/+40
* Revert "[Clang] Extend emitUnaryBuiltin to avoid duplicate logic."Florian Hahn2022-01-041-40/+49
* [OpenMP] Add nec and nvidia as compiler vendors for OpenMPSaiyedul Islam2022-01-044-14/+16
* Improve the 'modernize-use-default-member-init'Oleg Smolsky2022-01-044-18/+56
* [JITLink] Improve extractBits functionluxufan2022-01-041-4/+4
* [Clang][Sema] Adjust formatting (NFC)Egor Zhdan2022-01-041-29/+29
* [Clang][NFC] Fix multiline comment prefixes in function headersSaiyedul Islam2022-01-042-7/+8
* [AVR] Optimize int16 shift operation for shift amount greater than 8Ben Shi2022-01-045-10/+124
* [Clang] Extend emitUnaryBuiltin to avoid duplicate logic.Jun Zhan2022-01-041-49/+40
* [ConstantFolding] Remove unused ConstantFoldLoadThroughGEPConstantExpr()Nikita Popov2022-01-042-24/+0
* [CodeComplete] drop unused Scope param. NFCSam McCall2022-01-048-22/+20
* [ConstFold] Slightly clean up icmp of two geps fold (NFC)Nikita Popov2022-01-041-20/+11