summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[AMDGPU] Support disassembly for AMDGPU kernel descriptors"277873ce0f48Ronak Chauhan2020-09-0911-690/+50
* [KnownBits] Move SelectionDAG::computeKnownBits ISD::ABS handling to KnownBit...Simon Pilgrim2020-09-093-15/+22
* APInt.h - return directly from clearUnusedBits in single word cases. NFCI.Simon Pilgrim2020-09-091-10/+7
* [elf2yaml] Fix dumping a debug section whose name is not recognized.Xing GUO2020-09-092-0/+21
* [cmake] Use absolute paths for modules searchDiana Picus2020-09-091-2/+8
* [mlir][Linalg] Integration tests for convolutions added.Jakub Lichman2020-09-099-0/+873
* [UnifyFunctionExitNodes] Fix Modified status for unreachable blocksDavid Stenberg2020-09-093-30/+107
* [BuildLibCalls] Add more noundef to library functionsJuneyoung Lee2020-09-092-42/+75
* [flang]Add Semantic Checks for OpenMP Allocate ClauseIrina Dobrescu2020-09-096-9/+164
* [ValueTracking] Add UndefOrPoison/Poison-only version of relevant functionsJuneyoung Lee2020-09-096-39/+146
* TrigramIndex.cpp - remove unnecessary includes. NFCI.Simon Pilgrim2020-09-092-6/+1
* ARMTargetParser.cpp - use auto const references in for range loops. NFCI.Simon Pilgrim2020-09-091-10/+10
* [APFloat] Fix uninitialized variable in IEEEFloat constructorsSimon Pilgrim2020-09-092-35/+38
* [NFC][Asan] Fit ChunkHeader into redzoneVitaly Buka2020-09-091-11/+12
* [DomTree] Use SmallVector<DomTreeNodeBase *, 4> instead of std::vector.Florian Hahn2020-09-091-5/+4
* [ARM] Fixup of a few test cases. NFC.Sjoerd Meijer2020-09-094-44/+41
* [AMDGPU] Workaround for LDS Misalignment bug on GFX10Mirko Brkusanin2020-09-094-10/+151
* Rename MemRefDescriptor::getElementType() to MemRefDescriptor::getElementPtrT...Christian Sigg2020-09-093-9/+12
* Temporairly revert "Thread safety analysis: Consider global variables in scop...Roman Lebedev2020-09-094-47/+9
* [mlir] Added support for loops to BufferPlacement transformation.Marcel Koester2020-09-092-54/+474
* [lldb] Enable std::pair in CxxModuleHandlerRaphael Isemann2020-09-094-0/+35
* [Test] Add failing test for pr47457Max Kazantsev2020-09-091-0/+45
* [lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks f...Raphael Isemann2020-09-092-2/+45
* [EarlyCSE] Explicitly require AAResultsWrapperPass.Florian Hahn2020-09-093-1/+9
* [lldb] Don't infinite loop in SemaSourceWithPriorities::CompleteType when try...Raphael Isemann2020-09-097-9/+80
* [MLIR][Shape] Lower `shape_of` to `dynamic_tensor_from_elements`Frederik Gossen2020-09-094-26/+37
* [MLIR][Standard] Update `tensor_from_elements` assembly formatFrederik Gossen2020-09-096-25/+28
* [gn build] Port c0e5e3fbfa5LLVM GN Syncbot2020-09-091-1/+0
* [Ignore Expressions] Fix performance regression by inlining `Ignore*SingleStep`Eduardo Caldas2020-09-093-139/+109
* [lldb][doc] Mention python3-dev instead of python2.7-dev in build docsRaphael Isemann2020-09-091-1/+1
* [MLIR] Add debug support for ignored patternsFrederik Gossen2020-09-091-3/+24
* [Statepoints] Properly handle const base pointer.Denis Antrushin2020-09-094-13/+57
* [ARM] Try to rematerialize VCTP instructionsSam Parker2020-09-095-29/+150
* [Attributor][NFC] Improve check lines in depgraph.llJohannes Doerfert2020-09-091-82/+208
* [Attributor] Cleanup `::initialize` of various AAsJohannes Doerfert2020-09-0916-100/+106
* [llvm-cov gcov] Simply computation of line counts and exit block counterFangrui Song2020-09-081-24/+21
* [Attributor] Associate the callback callee with a call site argument (if any)Johannes Doerfert2020-09-092-7/+20
* [Attributor] Cleanup `IRPosition::getArgNo` usagesJohannes Doerfert2020-09-094-45/+82
* [Attributor] Selectively look at the callee even when there are operand bundlesJohannes Doerfert2020-09-091-3/+10
* [Attributor] Re-enable a run line in noalias.llJohannes Doerfert2020-09-091-133/+127
* [Attributor] Provide a command line option that limits recursion depthJohannes Doerfert2020-09-093-2/+51
* [flang][msvc] Avoid range-based for over initializer_list. NFC.Michael Kruse2020-09-091-2/+2
* [NFC] Move functon from IndVarSimplify to SCEVMax Kazantsev2020-09-093-31/+31
* [libFuzzer] Add a command-line option for tracing mutation of corpus inputs i...Dokyung Song2020-09-099-0/+85
* [Hexagon] Fix order of operands in V6_vdealb4wKrzysztof Parzyszek2020-09-081-1/+1
* [llvm-cov gcov] Compute unmeasured arc counts by Kirchhoff's circuit lawFangrui Song2020-09-086-60/+91
* [PowerPC] Set setMaxAtomicSizeInBitsSupported appropriately for 32-bit PowerP...Brad Smith2020-09-083-77/+503
* [EarlyCSE] Add testcase for masked loads and stores, NFCKrzysztof Parzyszek2020-09-081-0/+45
* [obj2yaml][test] Test generating and dumping a broken debug_ranges section.Xing GUO2020-09-091-0/+24
* [NFC][ThinLTO] EmbedBitcodeSection doesn't need the ConfigMircea Trofin2020-09-081-2/+2