platform/upstream/llvm.git
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...
2020-01-29 Shoaib Meenai[build] Fix runtimes build after 2e745ba6b0ba
2020-01-29 Nikita Popov[InstCombine] Support non-splat vectors in icmp eq...
2020-01-29 Nikita Popov[InstCombine] Add undef/non-splat tests for add/sub...
2020-01-29 Amara Emerson[GlobalISel][IRTranslator] Follow convention and put...
2020-01-29 Nico Weberattempt to fix symbolize-paths.s everywhere after cd68f4
2020-01-29 Nico Weberattempt to fix symbolize-paths.s on windows
2020-01-29 Huihui ZhangRevert "[AArch64] Fix data race on RegisterBank initial...
2020-01-29 Huihui ZhangRevert "[AMDGPU] Fix data race on RegisterBank initiali...
2020-01-29 Huihui ZhangRevert "[ARM] Fix data race on RegisterBank initializat...
2020-01-29 Fangrui Song[AsmPrinter][ELF] Define local aliases (.Lfoo$local...
2020-01-29 Sterling AugustineHandle non-absolute include dirs properly for both...
2020-01-29 Simon Pilgrim[DAGCombiner] ISD::SHL/SRA/SRL - use general SelectionD...
2020-01-29 Huihui Zhang[ConstantFold][SVE] Fix constant folding for scalable...
2020-01-29 Sam McCall[clangd] Don't mmap source files on all platforms ...
2020-01-29 Austin Kerbow[AMDGPU][GlobalISel] Select 8-byte LDS Ops with 4-byte...
2020-01-29 Jonas Devlieghere[lldb/Host] Fix implicit StringRef to std::string conve...
2020-01-29 Adrian PrantlRun clang-format on DwarfExpression (NFC)
2020-01-29 Adrian PrantlDwarfExpression: Factor out getOrCreateBaseType() ...
2020-01-29 Jonas Devlieghere[SmallString] Add explicit conversion to std::string
2020-01-29 Huihui Zhang[ARM] Fix data race on RegisterBank initialization.
2020-01-29 Huihui Zhang[AMDGPU] Fix data race on RegisterBank initialization.
2020-01-29 Huihui Zhang[AArch64] Fix data race on RegisterBank initialization.
2020-01-29 Eric Fiselier[libcxx] Add a std::string_view pretty printer for...
2020-01-29 Adrian PrantlAdd dwarfdump support for DW_OP_regval_type.
2020-01-29 Fangrui Song[ELF] Mention symbol name in reportRangeError()
2020-01-29 Simon Pilgrim[DAGCombiner] ISD::MUL - use general SelectionDAG:...
2020-01-29 Simon PilgrimFix switch covers all cases static analyzer warning...
2020-01-29 Nikita Popov[InstCombine] Regenerate test checks; NFC
2020-01-29 Bjorn Pettersson[scudo] Skip building scudo standalone if sys/auxv...
2020-01-29 Jonas Devlieghere[lldb/Reproducers] Add logging to the string template...
2020-01-29 Craig Topper[X86] Custom lower ISD::FROUND with SSE4.1 to avoid...
2020-01-29 Francesco Petrogalli[llvm][docs] LangRef for IR attribute `vector-function...
2020-01-29 Jay Foad[AMDGPU] Cluster FLAT instructions with both vaddr...
2020-01-29 Sergey Dmitriev[Clang][Bundler] Add 'exclude' flag to target objects...
2020-01-29 Simon Pilgrim[DAGCombiner] Sub/SUBSAT - use general SelectionDAG...
2020-01-29 Simon Pilgrim[DAGCombiner] visitIMINMAX - use general SelectionDAG...
2020-01-29 Craig Topper[X86] Use a shorter sequence to implement FLT_ROUNDS
2020-01-29 Matt ArsenaultAMDGPU/GlobalISel: Fix tablegen selection for scalar...
2020-01-29 Jay FoadAdd a test extracted from D69557 "AsmParser: Allow...
2020-01-29 Kazushi (Jam... [VE] (conditional) branch modification & isel patterns
2020-01-29 Matt ArsenaultGlobalISel: Fix mask computation in lowerInsert
2020-01-29 Matt ArsenaultAMDGPU: Directly select 16-bank LDS case of llvm.amdgcn...
2020-01-29 Jay Foad[MachineScheduler] Ignore artificial edges when forming...
2020-01-29 Matt ArsenaultAMDGPU/GlobalISel: Handle LDS with relocations case
2020-01-29 Elia Geretto[PassManagerBuilder] Remove global extension when a...
2020-01-29 Connor AbbottAMDGPU: Fix handling of infinite loops in fragment...
2020-01-29 Matt ArsenaultAMDGPU/GlobalISel: Look through copies for source modifiers
2020-01-29 Stanislav Mekhanoshin[AMDGPU] override isHighLatencyDef
2020-01-29 Matt ArsenaultGlobalISel: Assert on invalid bitcast in MIRBuilder
2020-01-29 Matt ArsenaultAMDGPU/GlobalISel: Rewrite fadd select tests
2020-01-29 Benjamin Kramer[clang-tidy] Initialize token before handing it to...
2020-01-29 Simon PilgrimFix MSVC lamdba default capture mode warning. NFCI.
2020-01-29 Hans WennborgWork around PR44697 in CrashRecoveryContext
2020-01-29 Matt ArsenaultLLT: Add changeNumElements
2020-01-29 LLVM GN Syncbot[gn build] Port 9a08a3fab99
2020-01-29 Connor AbbottRevert "AMDGPU: Fix handling of infinite loops in fragm...
2020-01-29 Connor AbbottRevert "AMDGPU: Fix AMDGPUUnifyDivergentExitNodes with...
2020-01-29 Adam Balogh[Analyzer] Split container modeling from iterator modeling
2020-01-29 Whitney Tsang[LoopFusion] Move instructions from FC1.Preheader to...
2020-01-29 Kazushi (Jam... [VE] udiv/sdiv/urem/srem/mul isel patterns
2020-01-29 Guillaume Chatelet[libc] Fix benchmarks CMakeLists.txt
2020-01-29 Nicolas Vasilache[mlir][Linalg] Introduce folding patterns to remove...
next