summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [llvm-exegesis] Fix rGaf658d920e2bLlvmClement Courbet2020-11-041-0/+1
* [gn build] Port 73b6cb67dcdLLVM GN Syncbot2020-11-041-1/+1
* [gn build] Port 1124bf4ab77LLVM GN Syncbot2020-11-041-0/+1
* [gn build] try to port 707d69ff32309bNico Weber2020-11-041-0/+1
* [VE] Add +vpu attributeSimon Moll2020-11-047-42/+70
* [SVE][CodeGen] Lower scalable integer vector reductionsKerry McLaughlin2020-11-0410-28/+1284
* [mlir][SCF] Add canonicalization pattern for scf::For to eliminate yields tha...Nicolas Vasilache2020-11-043-0/+151
* [DAG] computeKnownBits - Replace ISD::MUL handling with the common KnownBits:...Simon Pilgrim2020-11-041-14/+1
* [libomptarget][nfc] Build amdgcn deviceRTL with nogpulibJon Chesterfield2020-11-041-0/+1
* [AMDGPU] Set rsrc1 flags for graphics shadersSebastian Neubauer2020-11-049-98/+168
* [AMDGPU] Fix ieee mode default valueSebastian Neubauer2020-11-045-14/+12
* [NFC][UBSAN] Replace "count 0" with FileCheckVitaly Buka2020-11-045-97/+123
* [mlir] Fix failing shared libraries buildAndrzej Warzynski2020-11-041-0/+1
* [JITLink][ELF] Omit temporary labels in testsStefan Gränitz2020-11-042-18/+18
* [Clang] Add more fp128 math library function builtinsQiu Chaofan2020-11-044-78/+286
* [llvm-exegesis][X86] Save and restore eflags.Clement Courbet2020-11-042-0/+12
* [clangd] Pass parameters to config apply functionsKadir Cetinkaya2020-11-041-6/+9
* [lldb] Delete Value::Vector classPavel Labath2020-11-046-149/+8
* [sanitizer] Remove ANDROID_NDK_VERSIONVitaly Buka2020-11-043-5/+0
* [llvm-exegesis] Fix unused variable warning.Clement Courbet2020-11-041-0/+2
* [ARM] Remove unused variable. NFCDavid Green2020-11-041-1/+0
* [sanitizer] Remove -Wno-non-virtual-dtorVitaly Buka2020-11-044-7/+2
* Use LLD for Android compiler-rtVy Nguyen2020-11-044-14/+14
* [NFCI] Replace AArch64StackOffset by StackOffset.Sander de Smalen2020-11-0410-373/+184
* Re-land "[llvm-exegesis] Save target state before running the benchmark."Clement Courbet2020-11-045-2/+63
* [mlir] Add a simpler lowering pattern for WhileOp representing a do-while loopAlex Zinenko2020-11-042-0/+82
* [mlir] Add lowering to CFG for WhileOpAlex Zinenko2020-11-042-4/+226
* [mlir] Add a generic while/do-while loop to the SCF dialectAlex Zinenko2020-11-047-38/+484
* [clangd] Store the containing symbol for refsNathan Ridge2020-11-045-42/+116
* [Flang][OpenMP] Add semantic checks for OpenMP copyin clause.Praveen G2020-11-048-13/+197
* [DebugInfo] Delete unused DwarfUnit::addConstantFPValue & addConstantValue ov...Fangrui Song2020-11-042-31/+0
* Revert "Re-land "[llvm-exegesis] Save target state before running the benchma...Clement Courbet2020-11-045-55/+2
* Re-land "[llvm-exegesis] Save target state before running the benchmark.Clement Courbet2020-11-045-2/+55
* [mlir][Python] Return and accept OpView for all functions.Stella Laurenzo2020-11-035-106/+236
* Fix linkage error on mlirLogicalResultIsFailure.Stella Laurenzo2020-11-031-2/+2
* Revert "[AggressiveInstCombine] Generalize foldGuardedRotateToFunnelShift to ...Martin Storsjö2020-11-043-52/+77
* Enable -Werror-implicit-function-declaration by default (NFC)Mehdi Amini2020-11-041-0/+4
* Switch the CallbackOstream wrapper in the MLIR C API to an Unbuffered streamMehdi Amini2020-11-045-11/+2
* Add a basic C API for the MLIR PassManager as well as a basic TableGen backen...Mehdi Amini2020-11-0416-4/+472
* Port print-must-be-executed-contexts and print-mustexecute to NPMArthur Eubanks2020-11-036-75/+142
* [RISCV] Add fshl with immediate tests for Zbt extension. NFCCraig Topper2020-11-032-0/+105
* [StackColoring] Conservatively merge catch point of V for catch(V)Xiang1 Zhang2020-11-042-3/+484
* [MachineInstr] Add support for instructions with multiple memory operands.Michael Liao2020-11-039-89/+118
* [clangd][NFC] Make Located::operator->() use pointer sematicsNathan James2020-11-041-2/+2
* [NFC] Use [MC]Register in register allocationGaurav Jain2020-11-036-58/+52
* [AArch64][GlobalISel] Add combine for G_EXTRACT_VECTOR_ELT to allow selection...Amara Emerson2020-11-035-2/+337
* [MLIR] Check for duplicate entries in attribute dictionary during custom parsingRahul Joshi2020-11-037-18/+73
* [flang] Dodge gcc 8.2.0 build problem (NFC)peter klausler2020-11-031-11/+13
* [MLIR] Move eraseArguments and eraseResults to FunctionLikemikeurbach2020-11-0311-89/+255
* [libc][NFC][Obvious] Use the new macro to declare special constants in tests.Siva Chandra Reddy2020-11-0328-125/+31