platform/upstream/llvm.git
2020-03-15 Juneyoung Lee[CodeGenPrepare] Freeze condition when transforming...
2020-03-15 Lang Hames[ORC] Remove an undefined static method from LLJIT.
2020-03-15 Lang Hames[JITLink][AArch64] Fix incorrect capitalization in...
2020-03-15 Lang Hames[ORC] Print symbol flags and materializer name in Execu...
2020-03-15 Lang Hames[JITLink][MachO] Re-apply b64afadf306, MachO linker...
2020-03-15 Sriraman TallamBasic Block Sections Support.
2020-03-15 Sriraman TallamTest commit.
2020-03-14 Lang HamesRevert "[JITLink][MachO] Treat linker private symbols...
2020-03-14 Craig Topper[X86] Add avx512f only command lines to the vector...
2020-03-14 Lang Hames[JITLink][MachO] Treat linker private symbols as hidden...
2020-03-14 Lang Hames[llvm-jitlink] Add -show-init-es option to dump initial...
2020-03-14 Lang Hames[Orc][examples] Actually return MainResult from main
2020-03-14 LLVM GN Syncbot[gn build] Port 633ea07200e
2020-03-14 Lang Hames[Orc] Add basic OrcV2 C bindings and example.
2020-03-14 Aaron BallmanRemove an unnecessary explicit 'WarnDiag'; NFC
2020-03-14 Aaron BallmanRemove some explicit calls to getName() when printing...
2020-03-14 River Riddle[mlir] Only treat "Alloc" effects as dead if they are...
2020-03-14 River Riddle[mlir][NFC] Move the LoopLike interface out of Transfor...
2020-03-14 Aaron BallmanImprove the attribute language option interface somewha...
2020-03-14 Florian Hahn[ValueLattice] Go to overdefined in getRange() for...
2020-03-14 Krzysztof Parzyszek[Hexagon] Only allow single HVX vector loads/stores...
2020-03-14 Isuru Fernando[mlir] Fix cross compiling MLIR
2020-03-14 Tamás Zolnai[clang-tidy] extend bugprone-signed-char-misuse check.
2020-03-14 Simon PilgrimFix signed/unsigned comparison warning.
2020-03-14 Simon Pilgrim[X86] getFauxShuffleMask - pull out repeated byte sizes...
2020-03-14 Florian Hahn[ValueLattice] Add new state for undef constants.
2020-03-14 Georgii Rymar[yaml2obj] - Set a default value for `PAddr` property...
2020-03-14 Simon Pilgrim[X86] getFauxShuffleMask - merge insertelement paths
2020-03-14 Martin Storsjö[llvm-dlltool] Add a testcase to show the kind of weak...
2020-03-14 Shengchen Kan[X86] Disable nop padding before instruction following...
2020-03-14 Uday Bondhugula[mlir][NFC] modernize / clean up some loop transform...
2020-03-14 Richard SmithPR44992 Don't crash when a defaulted <=> is in a class...
2020-03-14 Diogo Sampaio[AArch64][Fix] LdSt optimization generate premature...
2020-03-14 Richard SmithPR45063: Fix crash on invalid processing an elaborated...
2020-03-14 Craig Topper[X86] Remove isel patterns for X86VBroadcast+trunc...
2020-03-14 Michael LiaoFix `-Wunused-variable`. NFC.
2020-03-14 Dan AlbertRevert "Revert "Move more tests to globalMemCounter...
2020-03-14 Whitney Tsang[NFC][LoopUnrollAndJam] clang-format.
2020-03-13 Philip ReamesAdjust debug output for MCRelaxableFragment to include...
2020-03-13 Eli Friedman[SCEV] Add support for GEPs over scalable vectors.
2020-03-13 Brian CainInitialize IsFast* values
2020-03-13 Jan Korous[LLJIT] Add std::move() as a workaround for older compilers
2020-03-13 Alexey Bataev[OPENMP]Fix PR45047: Do not copy firstprivates in tasks...
2020-03-13 Sean SilvaAdd Builder::getI64VectorAttr.
2020-03-13 Ahmed Taei[mlir][LLVMIR] Add a support for boolean type arguments...
2020-03-13 Hanhan Wang[mlir][Linalg] Implement padding for linalg.conv and...
2020-03-13 Jacques Pienaar[mlir] Automatically add DerivedAttribute op interface
2020-03-13 Shoaib Meenai[ELF] Add test for freebsd bfdname
2020-03-13 Jan Korous[clangd] Add json::Object->Value conversion workaround...
2020-03-13 Craig Topper[SelectionDAGBuilder] Simplify the struct type handling...
2020-03-13 Craig Topper[IR] Fix formatting. NFC
2020-03-13 Lang Hames[MCJIT] Check for RuntimeDyld errors in MCJIT::finalize...
2020-03-13 Richard SmithFix "unused variable" warning in NDEBUG builds.
2020-03-13 Amy HuangCMake: Turn LLVM_ENABLE_ZLIB into a tri-state option
2020-03-13 Akira Hatanaka[ObjC][ARC] Don't remove autoreleaseRV/retainRV pairs...
2020-03-13 Stanislav Mekhanoshin[AMDGPU] Fix endcf collapse
2020-03-13 Martin Storsjö[COFF] Assign unique names to autogenerated .weak....
2020-03-13 Nicolas Vasilache[mlir][Vector]Lower vector.contract to llvm.intr.matrix...
2020-03-13 Matt ArsenaultAMDGPU: Add flag to used fixed function ABI
2020-03-13 Dan AlbertRevert "Move more tests to globalMemCounter and reset."
2020-03-13 Akira Hatanaka[Sema] Use the canonical type in function isVector
2020-03-13 Alexey Zhikhartsev[LoopInterchange] Fix interchanging contents of prehead...
2020-03-13 Matt ArsenaultAMDGPU: Don't handle kernarg.segment.ptr in functions
2020-03-13 Nico WeberRevert "Reland "[DebugInfo] Enable the debug entry...
2020-03-13 Stanislav Mekhanoshin[AMDGPU] Disable endcf collapse
2020-03-13 Richard Sandiford[Sema][SVE] Reject arrays of sizeless types
2020-03-13 Richard Sandiford[Sema][SVE] Reject by-copy capture of sizeless types
2020-03-13 Dan AlbertAllow site-specific test_exec_root.
2020-03-13 Richard Sandiford[Sema][SVE] Don't allow fields to have sizeless type
2020-03-13 Dan AlbertRevert "Revert "Update system_error tests for more...
2020-03-13 Reid KlecknerRevert "[ObjC][ARC] Check the basic block size before...
2020-03-13 Simon Pilgrim[X86][SSE] Prefer trunc(movd(x)) to pextrb(x,0)
2020-03-13 aartbik[mlir] [VectorOps,LinAlg] Remove direct LLVM lowering...
2020-03-13 Sanjay Patel[SimplifyCFG] add test for chain of empty block conditi...
2020-03-13 Huihui Zhang[SLPVectorizer][SVE] Bail out early for scalable vector.
2020-03-13 Adrian PrantlDebug Info: Store the SDK in the DICompileUnit.
2020-03-13 Sanjay Patel[SimplifyCFG] regenerate complete test checks; NFC
2020-03-13 Sanjay Patel[SimplifyCFG] regenerate test checks; NFC
2020-03-13 Sanjay Patel[SimplifyCFG] fix formatting; NFC
2020-03-13 Sanjay Patel[SimplifyCFG] fix debug print formatting; NFC
2020-03-13 Florian Hahn[CVP,SCCP] Precommit test for D75055.
2020-03-13 Philip ReamesUse 15 byte long nops on modern Intel processors
2020-03-13 Simon Cook[TableGen] Support combining AssemblerPredicates with ORs
2020-03-13 Jonas Devlieghere[lldb/Host] s/FindProcesses/FindProcessesImpl/ in windo...
2020-03-13 Jonas Devlieghere[lldb/Test] Temporarily skip TestReproducerAttach on...
2020-03-13 Florian HahnRecommit "[SCCP] Use ValueLatticeElement instead of...
2020-03-13 Hyrum Wright[clang-tidy] Update Abseil Duration Conversion check...
2020-03-13 Simon Pilgrim[CostModel][X86] Improve ISD::CTTZ costs accounting...
2020-03-13 Simon Pilgrim[X86] Add cttz/ctlz tests for i686 with CMOV target
2020-03-13 Jonas Devlieghere[lldb/Test] Convert stdout to str by calling decode...
2020-03-13 Ehud Katz[SCEV] Fix usage of invalid IP with FoldingSet
2020-03-13 Tyker[AssumeBundles] filter usefull attriutes to preserve
2020-03-13 Tyker[AssumeBundles] Preserve Information in the inliner
2020-03-13 Jonas Devlieghere[lldb/Reproducers] Intercept the FindProcesses API
2020-03-13 Alexandre Ganea[CodeView] Align type records on 4-bytes when emitting...
2020-03-13 omarahmed1111[Attributor] Detect possibly unbounded cycles in functions
2020-03-13 Sid Manning[LLD][ELF][Hexagon] Support GDPLT transforms
2020-03-13 Pankaj Gode[Attributor] Improve noalias preservation using reachab...
2020-03-13 Simon Pilgrim[X86] combineExtractWithShuffle - pull out repeated...
2020-03-13 Simon Pilgrim[X86] LowerEXTRACT_VECTOR_ELT - pull out repeated getOp...
next