platform/upstream/llvm.git
2020-01-30 Nemanja IvanovicFix helptext for opt/llc after 14fc20ca6
2020-01-30 Hans WennborgDrop arm triple from test/CodeGen/AArch64/global-merge...
2020-01-30 John Brawn[FPEnv][AArch64] Add lowering and instruction selection...
2020-01-30 Matt ArsenaultGlobalISel: Implement s32->s64 G_FPTOSI lowering
2020-01-30 Matt ArsenaultAMDGPU/GlobalISel: Handle s64->s64 G_FPTOSI/G_FPTOUI
2020-01-30 Jonathan Coe[clang-format] Improve support for multiline C# strings
2020-01-30 Matt ArsenaultAMDGPU/GlobalISel: Custom lower G_LOG/G_LOG10
2020-01-30 Matt ArsenaultAMDGPU/GlobalISel: Legalize unpacked d16 image operations
2020-01-30 Matt ArsenaultAMDGPU/GlobalISel: Only map VOP operands to VGPRs
2020-01-30 Dominik Montada[GlobalISel] (fix) Use pointer type size for offset...
2020-01-30 Hans Wennborgtest-release.sh: Add MLIR to the projects list
2020-01-30 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.buffer.atomic...
2020-01-30 Alexander Belyaev[Linalg] Format Linalg/fusion.mlir.
2020-01-30 serge-sans... Activate extension loading test on Darwin now that...
2020-01-30 LLVM GN Syncbot[gn build] Port f00be8da62b
2020-01-30 Stefan Pintilie[PowerPC][Future] Prefixed Instructions 64 Byte Boundar...
2020-01-30 John Brawn[FPEnv][AArch64] Add lowering and instruction selection...
2020-01-30 Ayke van Laethem[AVR] Recognize the AVR architecture in lldb
2020-01-30 Marek Kurdej[libc++] [P0325] Implement to_array from LFTS with...
2020-01-30 Simon Pilgrim[DAGCombiner] ISD::AND/OR/XOR - use general SelectionDA...
2020-01-30 Simon Pilgrim[DAGCombiner] ISD::SDIV/UDIV/SREM/UREM - use general...
2020-01-30 Shraiysh Vaishay[MLIR] Added llvm.invoke and llvm.landingpad
2020-01-30 Sam Parker[ARM][LowOverheadLoops] Skip debug values
2020-01-30 Georgii Rymar[yaml2obj] - Add a way to set sh_entsize for relocation...
2020-01-30 Haojian Wu[clangd] Make go-to-def jumps to overriden methods...
2020-01-30 Stephan HerhutAdd 'gpu.terminator' operation.
2020-01-30 Georgii Rymar[llvm-readobj] - Improve error message reported by...
2020-01-30 Kadir Cetinkaya[clangd] Log directory when a CDB is loaded
2020-01-30 Raphael Isemann[lldb][NFC] Remove TypeSystemClang::GetASTContext calls...
2020-01-30 Georgii Rymar[llvm-readobj] - Add a few warnings for --gnu-hash...
2020-01-30 Haojian Wu[clangd] Bump vscode-clangd v0.0.20
2020-01-30 John BrawnAdd lowering of STRICT_FSETCC and STRICT_FSETCCS
2020-01-30 Haojian Wu[clangd][vscode] Get rid of the deprecated vscode modul...
2020-01-30 Nathan James[ASTMatchers] Add hasPlacementArg and hasAnyPlacementAr...
2020-01-30 Connor AbbottAMDGPU: Fix AMDGPUUnifyDivergentExitNodes with no norma...
2020-01-30 Piotr Sobczak[InstCombine][AMDGPU] Trim components of s_buffer_load
2020-01-30 James Henderson[DebugInfo] Fix DebugLine::Prologue::getLength
2020-01-30 Michael ForsterInline debug variable.
2020-01-30 Clement Courbet[X86][Sched] A bunch of fixes to the Zen2 sched model...
2020-01-30 Sam Parker[ARM][LowOverheadLoops] Check scalar predicates
2020-01-30 Nikita Popov[InstCombine] Update SimplifyCFG test
2020-01-30 Nikita Popov[InstCombine] Add SetVector.h include
2020-01-30 Nikita Popov[InstCombine] Process newly inserted instructions in...
2020-01-30 Christian SiggAdd GDB pretty printers for llvm::ilist, llvm::simple_i...
2020-01-30 River Riddle[mlir][NFC] Explicitly initialize dynamic legality...
2020-01-30 Amara Emerson[AArch64][GlobalISel] During ISel try to convert G_PTR_...
2020-01-30 Dimitry AndricDefine _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when approp...
2020-01-30 Craig TopperRevert "[X86] Don't exit from foldOffsetIntoAddress...
2020-01-30 Mikael HolménEven more fixes of implicit std::string conversions
2020-01-30 Shengchen Kan[X86] Add function isPrefix()
2020-01-30 Jonas DevlieghereRevert "[lldb/Reproducers] Assert when trying to get...
2020-01-30 Francesco Petrogalli[llvm][VectorUtils] Tweak VFShape for scalable vector...
2020-01-30 Jonas Devlieghere[lldb/Reproducers] Fix reproducer instrumentation forma...
2020-01-30 Jonas Devlieghere[lldb/Reproducers] Assert when trying to get object...
2020-01-30 Jonas Devlieghere[lldb] Replace SmallStr.str().str() with std::string...
2020-01-30 Craig Topper[X86] Don't exit from foldOffsetIntoAddress if the...
2020-01-30 Jonas Devlieghere[lld] Replace SmallStr.str().str() with std::string...
2020-01-30 Jonas Devlieghere[clang] Replace SmallStr.str().str() with std::string...
2020-01-30 Jonas Devlieghere[llvm] Replace SmallStr.str().str() with std::string...
2020-01-30 Mircea Trofin[llvm][NFC] Rename CallAnalyzer::onCommonInstructionSim...
2020-01-30 Francesco Petrogalli[llvm][docs] Fix formatting in LangRef. [NFC]
2020-01-30 Petr Hosek[CMake][libcxx] Don't wrap __config_site path in quotes...
2020-01-30 Johannes Doerfert[Attributor] Pointer privatization attribute (argument...
2020-01-30 LLVM GN Syncbot[gn build] Port f2af0607000
2020-01-30 Derek Schuff[llvm-objcopy] Initial support for wasm in llvm-objcopy
2020-01-30 Louis Dionne[libc++] Explicitly specify LIBCXX_ENABLE_SHARED to...
2020-01-30 Johannes Doerfert[Attributor] Fix TODO to avoid recomputation of results
2020-01-30 Jonas Devlieghere[lldb/Reproducers] Add unittest for char** (de)serializer
2020-01-30 Jonas Devlieghere[lldb/Reproducers] Account for char** being a nullptr
2020-01-30 Nico Weber[gn build] add a FIXME about using /Gw on win
2020-01-29 Gabor Horvath[LTO] Add optimization remarks for removed functions
2020-01-29 Craig Topper[X86] Improve X86 cmpps/cmppd/cmpss/cmpsd intrinsics...
2020-01-29 Craig Topper[X86] Fix the cost model for v16i16->v16i32 zero_extend...
2020-01-29 aartbik[mlir] [VectorOps] consolidate all vector utilities...
2020-01-29 Matt ArsenaultGlobalISel: Add observer argument to legalizeIntrinsic
2020-01-29 Yuanfang Chen[compiler-rt][profile] fix test/instrprof-set-filename...
2020-01-29 Matt ArsenaultAMDGPU/GlobalISel: Select permlane16/permlanex16
2020-01-29 Yuanfang Chen[opt viewer] Python compat - decode/encode string
2020-01-29 Jonas Devlieghere[lldb/Reproducers] Add (de)serialization overload for...
2020-01-29 Kostya Kortchinsky[scudo][standalone] Revert some perf-degrading changes
2020-01-29 Jonas Devlieghere[SmallString] Remove StringRef indirection for std...
2020-01-29 Siva Chandra... [libc] Add a library of standalone C++ utilities.
2020-01-29 Cameron McInally[NFC][AArch64][SVE] Rename Destructive enumerator from...
2020-01-29 Shoaib Meenai[build] Fix LLVM_ENABLE_RUNTIMES override condition
2020-01-29 Amara Emerson[GlobalISel] Add new combine to convert scalar G_MUL...
2020-01-29 Siva Chandra... [libc] Fix build after 777180a32b61070a10dd330b4f038bf2...
2020-01-29 LLVM GN Syncbot[gn build] Port 5ea83eef4d6
2020-01-29 Stella Stamenova[lldb] Fix build break in ProcessDebugger due to String...
2020-01-29 Derek SchuffRevert "[llvm-objcopy] Initial support for wasm in...
2020-01-29 Jessica Paquette[AArch64][GlobalISel] Fix TBNZ/TBZ opcode selection
2020-01-29 LLVM GN Syncbot[gn build] Port 24962ced814
2020-01-29 Hiroshi Yamauchi[Loads] Handle simple cases with same base pointer...
2020-01-29 Cameron McInally[NFCI][AArch64][SVE] Set default DestructiveInstType...
2020-01-29 Victor Huang[PowerPC][Future] Add prefixed loads and stores for...
2020-01-29 Benjamin KramerRewrite test not to rely on StrEq with StringRef
2020-01-29 Sanjay Patel[InstCombine] add splat binop tests; NFC
2020-01-29 Martin Storsjö[libcxx] [Windows] Store the lconv struct returned...
2020-01-29 Matt ArsenaultAMDGPU/GlobalISel: Fix tests in release build
2020-01-29 Sean SilvaAdd IntegerAttr::verifyConstructionInvariants.
2020-01-29 Sterling AugustinePrint discriminators when printing .debug_line in GNU...
next