platform/upstream/llvm.git
2020-03-13 Juneyoung Lee[CodeGenPrepare] Expand freeze conversion to support...
2020-03-13 Mikael Holmen[libunwind] Silence warnings when __mips_hard_float...
2020-03-13 Juneyoung LeeAdd tests to Transforms/CodeGenPrepare/X86/freeze-cmp...
2020-03-13 QingShan Zhang[PowerPC] Replace the PPCISD:: SExtVElems with ISD...
2020-03-13 Craig Topper[X86] Add isel patterns for X86VBroadcast with i16...
2020-03-13 Craig Topper[X86] Add test cases for failures to form vbroadcastw...
2020-03-13 Johannes Doerfert[Attributor] IPO across definition boundary of a functi...
2020-03-13 Johannes DoerfertRevert "[Attributor] Enable test with update check...
2020-03-13 Shoaib Meenai[ELF] Correct error message when OUTPUT_FORMAT is used
2020-03-13 Amy Kwan[PowerPC][NFC] Rename instruction formats in PPCInstrPr...
2020-03-13 Chris Lattnerincorporate feedback from River.
2020-03-13 Chris LattnerTeach the MLIR AsmPrinter to correctly escape asm names...
2020-03-13 Johannes Doerfert[OpenMP][Opt][NFC] Add test case for known runtime...
2020-03-13 rathod-sahaabFix compiler warning when compiling without asserts
2020-03-13 Dylan McKay[AVR] Include AVR by default in LLVM builds
2020-03-13 Tom Scoglandopenmp: fix memcpy memory leak
2020-03-13 Johannes Doerfert[Attributor] Enable test with update check lines
2020-03-13 Lei Zhang[mlir][spirv] Remove unnecessary friend class declaration
2020-03-13 QingShan Zhang[NFC][DAGCombine] Move the fold of a*b-c and a-b*c...
2020-03-13 Adrian PrantlAdd support for XFAILing a test based on a setting.
2020-03-13 Rob Suderman[mlir][NFC] Removed unnecessary StandardOp includes
2020-03-13 Sterling AugustineOnly run frameheader_cache_test.pass.cpp on x86_64.
2020-03-13 Dan AlbertRevert "Update system_error tests for more platforms."
2020-03-13 Adrian PrantlConvert settings list into a tuple so it can be matched...
2020-03-13 Dan AlbertUpdate system_error tests for more platforms.
2020-03-13 Evgenii Stepanov[msan] Fix srcaddr handling in recvfrom interceptor.
2020-03-13 Dan AlbertMove more tests to globalMemCounter and reset.
2020-03-12 Fangrui Song[ELF] --gdb-index: fix memory usage regression after...
2020-03-12 Raphael Isemann[lldb] Remove unused and too strict error_msg parameter...
2020-03-12 Richard SmithAdd a test triple to avoid failure under MS ABI.
2020-03-12 Lei Zhang[mlir][spirv] Support querying type extension/capabilit...
2020-03-12 Lei Zhang[mlir][spirv] Use SmallVector<ArrayRef> for availabilit...
2020-03-12 Lei Zhang[mlir][spirv] Use spv.vce in spv.module and wire up...
2020-03-12 Lei Zhang[mlir][spirv] NFC: put SPIR-V attributes in separate...
2020-03-12 Lei Zhang[mlir][spirv] Add a pass to deduce version/extension...
2020-03-12 Lei Zhang[mlir][spirv] Use larger range for target environment...
2020-03-12 Lei Zhang[mlir][spirv] Use separate attribute for (version,...
2020-03-12 Jacques Pienaar[mlir] Remove unused generator
2020-03-12 Arlo SiemsenAdd support for SHA256 source file checksums in debug...
2020-03-12 Nico Weber[gn build] (manually) port eb41cc619866e
2020-03-12 David BlaikieCFGDiff: Fix one place where I'd left BasicBlock* hardcoded
2020-03-12 Huihui Zhang[ConstantFold][SVE] Fix constant folding for scalable...
2020-03-12 Matt ArsenaultAMDGPU: Directly annotate functions if they have calls
2020-03-12 Matt ArsenaultCodeGen: Add constexpr to Register constructors
2020-03-12 Lang Hames[ORC] Enable exception handling in JIT'd code when...
2020-03-12 Lang Hames[ORC] Add a mutex to guard EHFrameRegistrationPlugin...
2020-03-12 Jonas Devlieghere[lldb/Host] Fix the Windows build
2020-03-12 Louis Dionne[libc++abi] NFC: Move AtomicInt to cxa_guard_impl.h
2020-03-12 Nick Desaulniers[clang][Parse] properly parse asm-qualifiers, asm inline
2020-03-12 Stanislav Mekhanoshin[AMDGPU] Simplify exec copies
2020-03-12 Jonas Devlieghere[lldb] Add YAML traits for ArchSpec and ProcessInstanceInfo
2020-03-12 River Riddle[mlir] Use llvm::ElementCount when constructing an...
2020-03-12 River Riddle[mlir][SideEffects] Replace HasNoSideEffect with the...
2020-03-12 River Riddle[mlir] Add a new `ConstantLike` trait to better identif...
2020-03-12 River Riddle[mlir][NFC] Move the definition of AffineApplyOp to ODS
2020-03-12 River Riddle[mlir][SideEffects][NFC] Move the .td definitions for...
2020-03-12 River Riddle[mlir][SideEffects] Mark the CFG only terminator operat...
2020-03-12 Mark de WeverRevert "[libcxx] Enable C++17 for the benchmarks."
2020-03-12 Jonas Devlieghere[lldb/Utility] Replace ProcessInstanceInfoList with...
2020-03-12 aartbik[mlir] [VectorOps] Progressively lower vector.outerprod...
2020-03-12 Alexander Belyaev[MLIR] Reformat LoopOps.td documentation.
2020-03-12 Alexander Belyaev[MLIR] Update documentation for loop.reduce.
2020-03-12 Mark de Wever[libcxx] Enable C++17 for the benchmarks.
2020-03-12 Sam McCall[clangd] Add a textual fallback for go-to-definition
2020-03-12 Huihui Zhang[SVE] Update API ConstantVector::getSplat() to use...
2020-03-12 Simon Pilgrim[AMDGPU] Add ISD::FSHR -> ALIGNBIT support
2020-03-12 Richard SmithDefer checking for mismatches between the deletedness...
2020-03-12 Simon Pilgrim[DAGCombine] foldVSelectOfConstants - ensure constants...
2020-03-12 Sid Manning[Hexagon] Enable init_arrays when target is linux-musl
2020-03-12 Thomas Lively[WebAssembly] Fix SIMD shift unrolling to avoid asserti...
2020-03-12 Tatyana Krasnukha[lldb] Specify default value for platform.module-cache...
2020-03-12 David Green[ARM] Long shift tests. NFC
2020-03-12 Sterling AugustineAdd a catch-all else case so any unanticipated configs...
2020-03-12 Reid KlecknerSink more Attr.h inline methods, NFC
2020-03-12 Simon PilgrimFix unused variable warning. NFCI.
2020-03-12 Simon PilgrimReplace getAs with castAs to fix null dereference stati...
2020-03-12 Simon PilgrimCGOpenMPRuntime::emitDeclareTargetVarDefinition - fix...
2020-03-12 Simon PilgrimExecutionDomainFix - fix static analyzer out of range...
2020-03-12 Florian HahnRevert "[SCCP] Use ValueLatticeElement instead of Latti...
2020-03-12 Paula Toth[clang-tidy] Add module for llvm-libc and restrict...
2020-03-12 Stanislav Mekhanoshin[AMDGPU] Simplify nested SI_END_CF
2020-03-12 Sterling AugustineCache uwnind frame headers as they are found.
2020-03-12 David BlaikieCFGDiff: Simplify and generalize over all graph types
2020-03-12 Richard Sandiford[Sema][SVE] Don't allow static or thread-local variable...
2020-03-12 Jacques Pienaar[mlir] Add derived attribute op interface
2020-03-12 Jonas Devlieghere[lldb/Utility] Add YAML traits for ConstString and...
2020-03-12 Richard Sandiford[Sema][SVE] Reject atomic sizeless types
2020-03-12 Richard Sandiford[Sema][SVE] Reject aligned/_Alignas for sizeless types
2020-03-12 Richard Sandiford[Sema][SVE] Reject sizeof and alignof for sizeless...
2020-03-12 Artem Belevich[CUDA] Warn about unsupported CUDA SDK version only...
2020-03-12 Richard Sandiford[Sema][SVE] Add tests for valid and invalid type usage
2020-03-12 Simon PilgrimReplace getAs/dyn_cast with castAs/cast to fix null...
2020-03-12 LLVM GN Syncbot[gn build] Port fa8080376e7
2020-03-12 Richard Sandiford[AST][SVE] Add new Type queries for sizeless types
2020-03-12 Reid Kleckner[TableGen] Move generated *Attr class methods out of...
2020-03-12 LLVM GN Syncbot[gn build] Port 2c9cf9f4ddd
2020-03-12 Jonathan Roelofs[clang-tidy] New check: bugprone-suspicious-include
2020-03-12 Zarko Todorovski[PowerPC][AIX] Implement formal arguments passed in...
2020-03-12 Simon PilgrimObjCMethodDecl::findPropertyDecl - fix static analyzer...
2020-03-12 Hideto Ueno[Attributor][FIX] Add a missing dependence track in...
next