summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages for attributes in the wrong context.cleaner-attribute-errorsNick Lewycky2021-04-283-6/+53
* [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
* [analyzer][NFC] Fix tests failing after a rebaseValeriy Savchenko2021-04-281-68/+68
* [analyzer] Find better description for tracked symbolic valuesValeriy Savchenko2021-04-287-80/+180
* [analyzer] Track leaking object through storesValeriy Savchenko2021-04-287-79/+805
* [analyzer] Adjust the reported variable name in retain count checkerValeriy Savchenko2021-04-289-54/+2034
* [analyzer][NFC] Remove duplicated work from retain count leak reportValeriy Savchenko2021-04-281-14/+10
* [ARM][AArch64] Require appropriate features for crypto algorithmsDavid Candler2021-04-2827-231/+480
* Revert "[MLIR][Shape] Concretize broadcast result type if possible"Frederik Gossen2021-04-283-52/+5
* [mlir][python] Add basic python support for GPU dialect and passesNicolas Vasilache2021-04-2811-0/+164
* [mlir][python] Add python support for async dialect and passes.Nicolas Vasilache2021-04-2811-0/+165
* Revert "[SimplifyCFG] Sinking indirect calls - they're already indirect anyways"Roman Lebedev2021-04-282-6/+12
* [SimplifyCFG] Sinking indirect calls - they're already indirect anywaysRoman Lebedev2021-04-282-12/+6
* [NFC][SimplifyCFG] Add test for sinking indirect callsRoman Lebedev2021-04-281-0/+26
* [SimplifyLibCalls] Transform printf("%s", str) --> puts(str)/noopDawid Jurczak2021-04-282-10/+28
* [clang] remove dead code after 2a1332245fcNico Weber2021-04-281-7/+0
* [Hexagon] Skip function in Hexagon vector combine if requestedKrzysztof Parzyszek2021-04-281-0/+2
* [LoopVectorize][SVE] Fix crash when vectorising FP negationDavid Sherwood2021-04-282-7/+29
* [libc++] [test] Don't assume iterators are class types.Arthur O'Dwyer2021-04-2818-21/+22
* [clangd][ObjC] Improve support for class propertiesDavid Goldman2021-04-282-0/+72
* [gn build] (port) 64bc44f5dd and f8de9aaef2f some moreNico Weber2021-04-281-0/+1
* [TableGen] Add the !find bang operatorPaul C. Anagnostopoulos2021-04-288-10/+195
* Silence unused variable warningTres Popp2021-04-281-0/+1
* [SLP]Try to vectorize tiny trees with shuffled gathers.Alexey Bataev2021-04-282-10/+12
* [NFC][InlineCost] Add tests for D101228Roman Lebedev2021-04-282-0/+52
* [clangd] Add SymbolID to LocatedSymbol.Utkarsh Saxena2021-04-283-2/+31
* [OpenCL] Introduce new method for validating OpenCL targetAnton Zabaznov2021-04-2812-38/+102
* [mlir] Fix the postsubmit comments in https://reviews.llvm.org/D101445Alexander Belyaev2021-04-281-3/+2
* GlobalISel: Relax verification of physical register copy typesMatt Arsenault2021-04-284-15/+132