summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Rename `-fsanitize-address-destructor-kind=` to drop the `-kind` suffix.eng/PR-D101122-follow-upDan Liew2021-04-286-20/+19
* [NFC] Rename SanitizeAddressDtorKind codegen opt to not have `Kind` suffix.Dan Liew2021-04-283-4/+4
* [mlir][python] Add `destroy` method to PyOperation.Mike Urbach2021-04-283-1/+51
* [gwp_asan] Use __sanitizer_fast_backtrace on FuchsiaRoland McGrath2021-04-281-2/+8
* [mlir] Move PyConcreteType to header. NFC.John Demme2021-04-282-43/+43
* [llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREADAlexander Shaposhnikov2021-04-282-0/+46
* [TableGen] Remove predicate filtering from GenerateVariants.Craig Topper2021-04-281-52/+7
* [ConstantMerge] Don't merge thread_local constants with non-thread_local cons...Amanieu d'Antras2021-04-282-0/+14
* [SimplifyCFG] Common code sinking: fixup variable nameRoman Lebedev2021-04-291-3/+3
* [BuildLibCalls] Remove inaccessiblememonly inference for callocDávid Bolvanský2021-04-292-3/+2
* [analyzer] Wrong type cast occurs during pointer dereferencing after type pun...Denys Petrov2021-04-293-1/+27
* [SimplifyCFG] Common code sinking: relax restriction on non-uncond predecessorsRoman Lebedev2021-04-292-15/+10
* [NFC][SimplifyCFG] Add test for sinking common code with multuple cond predec...Roman Lebedev2021-04-291-0/+43
* [NFC][SimplifyCFG] Add test showing that profitability check for sinking is b...Roman Lebedev2021-04-292-1/+48
* [NFC][SimplifyCFG] Common code sinking: check profitability onceRoman Lebedev2021-04-291-9/+22
* [NFC][SimplifyCFG] SinkCommonCodeFromPredecessors(): reword comment about PR3...Roman Lebedev2021-04-291-5/+5
* [NFC][scudo] Add reference to a QEMU bugVitaly Buka2021-04-281-0/+1
* [clangd][NFC] Reserve storage when creating semantic token encoding.Nathan James2021-04-281-0/+1
* Generalize getInvertibleOperand recurrence handling slightlyPhilip Reames2021-04-282-38/+31
* NFC: Run clang-format over llvm-link.Nick Lewycky2021-04-281-34/+30
* [LV] Consider Loop Unroll Hints When Making Interleave DecisionsBardia Mahjour2021-04-288-29/+129
* [libc++] Support per-target __config_site in per-target runtime buildPetr Hosek2021-04-2815-15/+78
* [InstCombine] relax masking requirement for truncated funnel/rotate matchSanjay Patel2021-04-283-21/+15
* [InstCombine] add tests for rotate/funnel; NFCSanjay Patel2021-04-282-4/+53
* [AArch64][GlobalISel] Don't match thread-local globals in matchFoldGlobalOffsetJessica Paquette2021-04-283-1/+30
* [tests] Precommit some extra tests for D100884Philip Reames2021-04-281-2/+141
* [mlir][python] Update `PyOpResult.owner` to get the parent object.Mike Urbach2021-04-282-1/+14
* Linker: Avoid scheduling the link of a global value twice due to an aliasDuncan P. N. Exon Smith2021-04-282-7/+20
* [SCEV] Avoid range intersection idiom in getRangeForUnkownRecurrence [NFC]Philip Reames2021-04-281-27/+20
* Revert "[Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable"Arthur Eubanks2021-04-2822-331/+42
* [AsmParser][SystemZ][z/OS] Use updated framework in AsmLexer to accept specia...Anirudh Prasad2021-04-284-10/+112
* [SCEV] Compute ranges for ashr recurrencesPhilip Reames2021-04-282-5/+27
* [libc++][NFC] Remove stray whitespaceLouis Dionne2021-04-281-11/+11
* [LAA] Support pointer phis in loop by analyzing each incoming pointer.Florian Hahn2021-04-283-8/+48
* [TableGen] Store predicates in PatternToMatch as ListInit *. Add string for H...Craig Topper2021-04-283-114/+79
* [InstCombine] add tests for demand of shl op; NFCSanjay Patel2021-04-281-0/+80
* [libcxx] Stop hardcoding the bash path in the Windows CIMartin Storsjö2021-04-282-7/+1
* [ARM] Neon Polynomial vadd Intrinsic fixRyan Santhirarajan2021-04-283-2/+94
* [mlir][Linalg] Avoid changing the rank of the result in canonicalizations of ...MaheshRavishankar2021-04-286-55/+267
* [dsymutil] Add flag to force a static variable to keep its enclosing functionJonas Devlieghere2021-04-2811-7/+72
* Fix typo from https://reviews.llvm.org/D101399Sam Clegg2021-04-281-1/+1
* [AMDGPU] Make some VOP3 insts commutableJoe Nash2021-04-2813-72/+139
* [mlir] Fix canonicalization of tiled_loop if not all opresults fold.Alexander Belyaev2021-04-282-50/+58
* [lld][WebAssembly] Allow relocations against non-live global symbolsSam Clegg2021-04-283-2/+25
* [libc++][CI] Fix check-generated-output.Mark de Wever2021-04-281-3/+5
* [RISCV] Add explanatory comment to RISCVOp::OPERAND_AVL.Craig Topper2021-04-281-0/+3
* [clang] Make libBasic not depend on MCNico Weber2021-04-2814-44/+42
* [SimplifyCFG] Try 2: sink all-indirect indirect callsRoman Lebedev2021-04-282-13/+29
* [NFC][SimplifyCFG] Add common code sinking test with direct and indirect calleesRoman Lebedev2021-04-281-0/+83
* [PhaseOrdering] Add test for vectorization requiring hoisting/sinking.Florian Hahn2021-04-281-1/+70