platform/upstream/llvm.git
2020-06-08 Sam Parker[CostModel] Follow-up to buildbot fix
2020-06-08 Matt ArsenaultGlobalISel: Remove deprecated methods
2020-06-08 David Sherwood[CodeGen] Fix nullptr crash in tryConvertSVEWideCompare
2020-06-08 Matt ArsenaultGlobalISel: Use Register
2020-06-08 Matt ArsenaultGlobalISel: Remove unused header
2020-06-08 Matt ArsenaultGlobalISel: Add dump method to LLT
2020-06-08 Matt ArsenaultGlobalISel: Make it clearer that regbank/class are...
2020-06-08 Matt ArsenaultGlobalISel: Simplify debug printing
2020-06-08 Kazushi (Jam... [VE] Support floating-point arithmetic instructions...
2020-06-08 Pavel Labath[lldb] Fail evaluation of DWARF expressions with unknow...
2020-06-08 Haojian Wu[AST][RecoveryExpr] Populate the dependence bits from...
2020-06-08 Pavel Labath[BinaryFormat] Add formatv support for DW_OP constants
2020-06-08 Jay Foad[AMDGPU] Cluster MIMG instructions
2020-06-08 Simon PilgrimDbgEntityHistoryCalculator.h - reduce DebugInfoMetadata...
2020-06-08 Simon PilgrimYAMLRemarkParser.cpp - remove duplicate RemarkParser...
2020-06-08 Pavel Labath[lldb/DWARF] Fix PC value for artificial tail call...
2020-06-08 Wen-Heng (Jack... [mlir][gpu] Fix logic error in D79508 computing number...
2020-06-08 Jonathan Coe[clang-format] treat 'lock' as a keyword for C# code
2020-06-08 Sam McCall[Preamble] Invalidate preamble when missing headers...
2020-06-08 David Sherwood[SVE] Remove getNumElements() calls in Verifier::visitI...
2020-06-08 Pavel Labath[lldb] Fix YAMLModuleTester for the rename in 67b4afc4
2020-06-08 Kadir Cetinkaya[clangd] Change ParseInputs to store FSProvider rather...
2020-06-08 Cullen Rhodes[AArch64][SVE] Implement vector tuple intrinsics
2020-06-08 Guillaume Chatelet[Alignment][NFC] Migrate HandleByVal to Align
2020-06-08 Nico WeberReverte AArch64 changes to popcount test, they break...
2020-06-08 Nico WeberRevert "[clang] Implement VectorType logic not operator."
2020-06-08 Frederik Gossen[MLIR][Shape] Add support for `OpAsmInterface` in ...
2020-06-08 Shawn Landden[AArch64] Add combine-load test; NFC
2020-06-08 Alexander BelyaevRevert "Revert "[MLIR] Lower shape.num_elements ->...
2020-06-08 Simon PilgrimVersionTuple.h - reduce includes to forward declaration...
2020-06-08 Sam McCallRecognize *.hxx as a C++ header extension, like *.hpp.
2020-06-08 Dineshkumar... [ELF] Adding accessor method for getting Note Desc...
2020-06-08 Kazushi (Jam... [VE] Support control instructions in MC layer
2020-06-08 Sander de Smalen[CodeGen][SVE] CopyToReg: Split scalable EVTs that...
2020-06-08 Frederik Gossen[MLIR] Add `to/from_extent_tensor` lowering to the...
2020-06-08 Frederik Gossen[MLIR] Add type conversion for `shape.shape`
2020-06-08 Xing GUO[DWARFYAML] Rename function names to match the coding...
2020-06-08 Shawn Landden[AArch64] update popcount pre-patch test, take 2; NFC
2020-06-08 Shawn Landden[AArch64] update popcount pre-patch test; NFC
2020-06-08 Frederik Gossen[MLIR] Clean up `shape` to `std` lowering
2020-06-08 Kang Zhang[NFC][PowerPC] Modify the test case to test RM
2020-06-08 Marco ElverRevert "[KernelAddressSanitizer] Make globals construct...
2020-06-08 Jaroslav Sevcik[lldb] Disable remove-add module test on Windows
2020-06-08 Kazushi (Jam... [VE] Support shift operation instructions in MC layer
2020-06-08 Sam Parker[PPC] Try to fix builbots
2020-06-08 Tres PoppRevert "Revert "[mlir] Folding and canonicalization...
2020-06-08 Tres PoppRevert "Revert "[mlir] Canonicalization and folding...
2020-06-08 Tres Popp[mlir] Restructure Shape dialect's CMakeLists.
2020-06-08 Ehsan Toosi[mlir] Introduce allowMemrefFunctionResults for the...
2020-06-08 Guillaume Chatelet[Alignment][NFC] Migrate the rest of backends
2020-06-08 Guillaume Chatelet[Alignment][NFC] Migrate part of Arm/AArch64 backend
2020-06-08 Simon Wallis[ARM][XO] Execute-only miscompiles double literals...
2020-06-08 Guillaume Chatelet[Alignment][NFC] Migrate CallingConv tablegen code
2020-06-08 Max Kazantsev[Test] Add test showing InstCombine missing simplificat...
2020-06-08 Craig Topper[X86] Support load shrinking for strict fp nodes in...
2020-06-08 QingShan Zhang[NFC] Remove the extra ; to avoid the warning of build...
2020-06-08 Nemanja Ivanovic[PowerPC] Do not assume operand of ADDI is an immediate
2020-06-08 Craig Topper[X86] Improve (vzmovl (insert_subvector)) combine to...
2020-06-08 Craig Topper[X86] Teach combineCVTP2I_CVTTP2I to handle STRICT_CVTT...
2020-06-08 QingShan Zhang[Power9] Add addi post-ra scheduling heuristic
2020-06-08 Jun Ma[clang] Implement VectorType logic not operator.
2020-06-07 Craig Topper[X86] Don't scalarize v2f32->v2i64 strict_fp_to_sint...
2020-06-07 Benjamin KramerSmallPtrSet::find -> SmallPtrSet::count
2020-06-07 Fangrui SongReland D80966 [codeview] Put !heapallocsite on calls...
2020-06-07 Simon Pilgrim[X86][AVX2] combineSetCCMOVMSK - handle all_of patterns...
2020-06-07 Mehdi AminiRevert "[MLIR] Lower shape.num_elements -> shape.reduce."
2020-06-07 Fangrui Song[Driver] Omit -mthread-model posix which is the CC1...
2020-06-07 Fangrui Song[gcov] Support .gcno/.gcda in gcov 8, 9 or 10 compatibl...
2020-06-07 Benjamin Kramer[Driver] Simplify code. NFCI.
2020-06-07 AKAdd cl::ZeroOrMore to get around build system issues
2020-06-07 Kang Zhang[NFC][PowerPC] Add a new case to test ctrloop for fp128
2020-06-07 Fangrui Song[gcov] Fix instrprof-gcov-__gcov_flush-terminate.test
2020-06-07 Simon PilgrimCFG.h - reduce includes to forward declarations. NFC.
2020-06-07 Benjamin KramerUnbreak the build
2020-06-07 Benjamin KramerTry to make msvc crash less
2020-06-07 Simon PilgrimDomTreeUpdater.h - refine includes. NFC.
2020-06-07 Fangrui Song[gcov][test] Delete UNSUPPORTED: host-byteorder-big...
2020-06-07 Benjamin KramerPut back definitions. We're still not C++17 :/
2020-06-07 Benjamin KramerPut compilation phases from Types.def into a bit set
2020-06-07 Benjamin KramerRemove global std::string. StringRef is sufficient...
2020-06-07 Shawn Landden[AArch64] add test for large popcount; NFC
2020-06-07 Sanjay Patel[Docs] fix typos for llvm-mca; NFC
2020-06-07 Simon Pilgrim[X86][SSE] combineSetCCMOVMSK - add initial support...
2020-06-07 Fangrui Song[llvm-cov] Fix gcov version detection on big-endian
2020-06-07 Xing GUO[ObjectYAML][test] Address comments in D80203
2020-06-07 Xing GUO[DWARFYAML][debug_ranges] Fix inappropriate assertion...
2020-06-07 Alexander Belyaev[MLIR] Lower shape.num_elements -> shape.reduce.
2020-06-07 Alexander Belyaev[mlir] Add verifier for `shape.yield`.
2020-06-07 Sanjay Patel[InstCombine] fold mask op into casted shift (PR46013)
2020-06-07 Sanjay Patel[InstCombine] add tests for bitmask of casted shift...
2020-06-07 Ties Stuij[clang][BFloat] Add reinterpret cast intrinsics
2020-06-07 Simon PilgrimAlignmentFromAssumptions.h - reduce includes to forward...
2020-06-07 Simon PilgrimMemorySSAUpdater.h - reduce includes to forward declara...
2020-06-07 Simon PilgrimDependenceAnalysis.h - reduce AliasAnalysis.h include...
2020-06-07 Simon PilgrimMustExecute.h - remove unnecessary Instruction.h includ...
2020-06-07 Simon PilgrimObjCARCAnalysisUtils.h - remove unused LLVMContext...
2020-06-07 Simon PilgrimOrderedInstructions.h - reduce includes to forward...
2020-06-07 Simon Pilgrim[X86][SSE] Extend ICMP(MOVMSK(BITCAST(X))) tests to...
2020-06-07 Simon Pilgrim[X86][SSE] Attempt to widen MOVMSK vector input if...
2020-06-07 Florian Hahn[Matrix] Implement * binary operator for MatrixType.
next