summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC, test] Fix use of undef FileCheck varc92d1aa44b132597dThomas Preud'homme2021-04-091-8/+8
* [PowerPC, test] Fix use of undef FileCheck varThomas Preud'homme2021-04-091-1/+1
* [clangd] Add --check-lines to restrict --check to specific linesAdam Czachorowski2021-04-093-9/+65
* [PowerPC, test] Fix use of undef FileCheck varThomas Preud'homme2021-04-091-2/+2
* [OpenCL] Simplify InsertOCLBuiltinDeclarationsFromTableSven van Haastregt2021-04-091-16/+12
* [X86] Add PR44136 test coverageSimon Pilgrim2021-04-091-0/+64
* [AMDGPU] Use SIInstrFlags for flat variants. NFCSebastian Neubauer2021-04-0911-78/+129
* [AA][NFC] Convert AliasResult to class containing offset for PartialAlias case.dfukalov2021-04-099-117/+118
* [MLIR][Shape] Add convenience builder for `shape.assuming_all`Frederik Gossen2021-04-092-0/+11
* [NFC][AA] Prepare to convert AliasResult to class with PartialAlias offset.dfukalov2021-04-0935-271/+275
* [X86] combineHorizOpWithShuffle - peek through one use bitcasts when decoding...Simon Pilgrim2021-04-092-48/+43
* [MLIR][Shape] Canonicalize `assuming_all` when all operands are `cstr_eq` opsFrederik Gossen2021-04-092-1/+36
* [FunctionAttrs] Force old pm in test so it doens't behave differently dependi...Benjamin Kramer2021-04-091-2/+2
* [NFC] Move statictic increment out of helperMax Kazantsev2021-04-091-1/+1
* [RegisterScavenging] Add asserts for better errorsSebastian Neubauer2021-04-091-0/+6
* [AMDGPU] IsFlatScratch/Global -> FlatScratch/GlobalSebastian Neubauer2021-04-096-16/+16
* [GVN][NFC] Factor out load elimination logic via PRE for reuseMax Kazantsev2021-04-092-74/+86
* [MLIR] Do not yield values from an assuming op that are never usedFrederik Gossen2021-04-092-2/+68
* [RISCV][NFC] Replace explicit type i64 with riscv customized SDTypeProfile.Jim Lin2021-04-092-22/+28
* [test, LoopVectorize] Fix use of var defined in CHECK-NOTThomas Preud'homme2021-04-091-4/+4
* [lldb] Update object.test after 'nosync' inference was enabled.Alexander Belyaev2021-04-091-1/+1
* [lldb] Update UUID after https://reviews.llvm.org/D99978.Alexander Belyaev2021-04-091-1/+1
* [NFC][PowerPC] add test cases for reverse memory op transformationChen Zheng2021-04-091-0/+33
* [RISCV][NFC] Fix formattingJim Lin2021-04-092-150/+151
* [Test] Add two more tests on PRE with guardsMax Kazantsev2021-04-091-0/+102
* [GreedyRA ORE] Re-factor computeNumberOfSplillsReloads.Serguei Katkov2021-04-091-11/+19
* [mlir][Linalg] Drop unit-trip loops of reductions only if other reduction loo...MaheshRavishankar2021-04-086-40/+196
* [libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver2021-04-083-10/+178
* [LICM] Hoist loads with invariant.group metadataArthur Eubanks2021-04-082-0/+62
* [debug-info][NFC] Set -mtriple to avoid the test failure under other targets.Esme-Yi2021-04-091-2/+7
* [RS4GC] Cleanup meetBDVState. NFC.Serguei Katkov2021-04-091-39/+35
* [clang][SourceManager] Fix -Wparentheses warning (NFC)Yang Fan2021-04-091-2/+2
* [RISCV][NFC] Add explicit type i64 to RV64 only patterns.Jim Lin2021-04-091-10/+10
* [lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right or...Alex Orlov2021-04-0916-47/+53
* [mlir][tosa] Add tosa.max_pool2d lowering to linalg int max pooling additionsRob Suderman2021-04-086-16/+424
* ADT: Sink the guts of StringMapEntry::Create into StringMapEntryBaseDuncan P. N. Exon Smith2021-04-081-20/+32
* DebugInfo: Include inline namespaces in template specialization parameter namesDavid Blaikie2021-04-082-0/+9
* Use default ref capture to avoid unused capture warning on assert-used variableDavid Blaikie2021-04-081-1/+1
* [mlir][spirv] Define spv.ImageDrefGather operationWeiwei Li2021-04-085-32/+179
* Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC, 3rd attemptDuncan P. N. Exon Smith2021-04-082-10/+7
* Revert "Revert "Revert "Support: Use std::unique_ptr for SignpostEmitter::Imp...Duncan P. N. Exon Smith2021-04-082-7/+10
* Revert "Revert "Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC""Duncan P. N. Exon Smith2021-04-082-10/+7
* Revert "Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC"Duncan P. N. Exon Smith2021-04-082-4/+10
* Support: Avoid unnecessary std::function for SignpostEmitterImpl::SignpostLogDuncan P. N. Exon Smith2021-04-081-6/+8
* Support: Drop the no-op initializer for SignpostEmitterImpl::Signposts, NFCDuncan P. N. Exon Smith2021-04-081-1/+1
* Support: Use std::unique_ptr for SignpostEmitter::Impl, NFCDuncan P. N. Exon Smith2021-04-082-9/+4
* Support: Extract fs::resize_file_before_mapping_readwrite from FileOutputBufferDuncan P. N. Exon Smith2021-04-083-9/+43
* Improve error message when tring to export to LLVM IR with a dialect missing ...Mehdi Amini2021-04-081-6/+13
* [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level)Nikita Kniazev2021-04-097-9/+114
* [compiler-rt][hwasan] Add C++17 new/delete operators with alignmentLeonard Chan2021-04-081-0/+39