summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* X86InstrInfo: Support immediates that are +1/-1 different in optimizeCompareI...optimize_compinstr_fixMatthias Braun2022-01-115-24/+497
* [RISCV] Add DAG combine to fold (fp_to_int (ffloor X)) -> (fcvt X, rdn)Craig Topper2022-01-114-1/+2126
* [SPIR-V] Drop double quote from test patternSven van Haastregt2022-01-111-1/+1
* [clang] Move `ApplyHeaderSearchOptions` from Frontend to LexJan Svoboda2022-01-117-21/+14
* [libc][NFC] Move sys/mman entrypoints to the default build configs.Siva Chandra Reddy2022-01-1114-34/+37
* Mark arith.minf, arith.maxf as commutative.Christian Sigg2022-01-112-2/+15
* [GlobalsModRef] Apply indirect-global rule to all globals initialized from no...Philip Reames2022-01-112-11/+7
* [X86] Apply clang-format to X86TargetLowering::isVectorShiftByScalarCheapSimon Pilgrim2022-01-111-1/+1
* [DSE] Style improvements after 3cef3cf - remove redundant dyn_casts [NFC]Philip Reames2022-01-111-13/+8
* [Nomination] Adding Intel representatives to security groupDimitry Andric2022-01-111-0/+2
* [InstSimplify] Fold inbounds GEP to poison if base is undef.Florian Hahn2022-01-112-3/+4
* [mips][lld] Add test case to check symbol index reading on mips64el. NFCSimon Atanasyan2022-01-111-7/+15
* [mips] Use `push_back` to insert element at the end of a container. NFCSimon Atanasyan2022-01-111-1/+1
* [X86] Tag existing shuffle test case as PR53124Simon Pilgrim2022-01-111-0/+1
* [SCEV] `getSequentialMinMaxExpr()`: look into `umin` when deduplicating operandsRoman Lebedev2022-01-112-27/+54
* [NFC][SCEV] More tests with operand-wise redundant operands of umin of umin_seqRoman Lebedev2022-01-111-0/+75
* [compiler-rt] Silence warnings when building with MSVCAlexandre Ganea2022-01-1110-7/+41
* [libc++] Use TEST_HAS_NO_UNICODE instead of _LIBCPP_HAS_NO_UNICODE in the tes...Louis Dionne2022-01-114-12/+14
* [ASan] Driver changes to always link-in asan_static library.Kirill Stoimenov2022-01-112-1/+5
* [GlobalStatus] Look through non-constexpr castsNikita Popov2022-01-112-3/+31
* [NFC][SCEV] Add more tests for umin_seq with redundant operandsRoman Lebedev2022-01-111-0/+112
* [gn build] (manually) port 8503c688d555Nico Weber2022-01-111-0/+1
* [GlobalOpt] Regenerate test checks (NFC)Nikita Popov2022-01-111-7/+15
* [clang][lex] Keep references to `DirectoryLookup` objects up-to-dateJan Svoboda2022-01-114-73/+152
* [mlir][linalg] Use cast instead of dyn_cast that's always dereferencedBenjamin Kramer2022-01-111-1/+1
* [SCEV] `getSequentialMinMaxExpr()`: keep only the first instance of an operandRoman Lebedev2022-01-112-16/+34
* [SCEV] Add test for umin_seq with duplicate operandsRoman Lebedev2022-01-111-0/+37
* [SPIR-V] Remove unused variableAnastasia Stulova2022-01-111-1/+0
* [InstSimplify] Add additional GEP tests with undef bases.Florian Hahn2022-01-111-2/+16
* [lldb] Remove non address bits from memory read argumentsDavid Spickett2022-01-115-0/+85
* [SPIR-V] Add linking using spirv-link.Anastasia Stulova2022-01-116-24/+52
* [lldb/qemu] Implement GetMmapArgumentListPavel Labath2022-01-111-0/+8
* [SCEV] Reenable umin_seq support and fix the `computeSCEVAtScope()`Roman Lebedev2022-01-113-41/+56
* [NFC][SCEV] Add reproducers for umin_seq crashesRoman Lebedev2022-01-111-0/+70
* [LSR] Use pointer args instead of undef for uglygep*.ll tests.Florian Hahn2022-01-112-11/+11
* Revert "[Clang][AArch64][ARM] PMUv3.4 Option Added"David Green2022-01-118-78/+49
* [Clang][Sema] Fix attribute mismatch warning for ObjC class propertiesEgor Zhdan2022-01-114-4/+58
* [CodeGen] Avoid deprecated Address constructorNikita Popov2022-01-111-0/+1
* [SVE][CodeGen] Use splice instruction when lowering VECTOR_SPLICEDavid Sherwood2022-01-113-260/+193
* ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to signal no callee pop.Tim Northover2022-01-116-27/+46
* [SemaTemplateInstantiate] Use cast<> instead of dyn_cast<> to avoid dereferen...Simon Pilgrim2022-01-111-4/+3
* [MemoryBuiltins] Remove unused isOpNewLikeFn() (NFC)Nikita Popov2022-01-112-10/+0
* [MemoryBuiltins] Remove unused isStrdupLikeFn() function (NFC)Nikita Popov2022-01-112-10/+0
* [DSE] Check for noalias calls rather than alloc functionsNikita Popov2022-01-112-6/+2
* [LSR] Remove duplicated test address-space-loop.ll.Florian Hahn2022-01-111-56/+0
* [mlir][linalg][bufferize] Fix CallOp bufferizationMatthias Springer2022-01-114-131/+281
* [DSE] Add additional tests for noalias calls (NFC)Nikita Popov2022-01-111-9/+42
* Reland "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu2022-01-1113-26/+45
* [ADT] Add an in-place version of toHex()Hans Wennborg2022-01-114-27/+24
* [DSE] Make test more robust (NFC)Nikita Popov2022-01-111-10/+10