platform/upstream/llvm.git
2020-10-29 River Riddle[mlir][Inliner] Add a new hook for checking if it is...
2020-10-29 Ben Shi[NFC][clang][AVR] Add more devices
2020-10-29 Ben Shi[NFC][AVR] Improve device list
2020-10-29 Fangrui Song[Debugify] Move global namespace functions into llvm::
2020-10-29 Vedant KumarRevert "[DebugInfo] Fix legacy ZExt emission when FromB...
2020-10-29 Vedant KumarRevert "[DebugInfo] Shorten legacy [s|z]ext dwarf expre...
2020-10-29 Mircea Trofin[ThinLTO] Fix .llvmcmd emission
2020-10-29 Derek Schuff [WebAssembly] Add support for DWARF type units
2020-10-29 Haruki Imai[mlir] Convert raw data in dense element attributes...
2020-10-28 River Riddle[mlir] Optimize the parsing of ElementsAttr hex strings
2020-10-28 River Riddle[llvm][StringExtras] Use a lookup table for `hexDigitValue`
2020-10-28 River Riddle[llvm][StringExtras] Add a fail-able version of `fromHex`
2020-10-28 Jonas DevlieghereRevert "[AppleObjCRuntimeV2] Force lazily allocated...
2020-10-28 Kazushi (Jam... [VE] Add vector mask operation instructions
2020-10-28 Amy HuangRecommit "[CodeView] Emit static data members as S_CONS...
2020-10-28 Austin Kerbow[AMDGPU] Add Reset function to GCNHazardRecognizer
2020-10-28 Mehdi AminiMake the post-commit review expectations more explicit...
2020-10-28 Christopher... [Sema] adds basic -Wfree-nonheap-object functionality
2020-10-28 Duncan P. N... ModuleManager: Simplify lookupModuleFile by only settin...
2020-10-28 Gaurav Jain[NFC] Use [MC]Register in CSE & LICM
2020-10-28 Peter CollingbourneReland "hwasan: Disable operator {new,delete} intercept...
2020-10-28 Peter Collingbournegn build: Define HWASAN_WITH_INTERCEPTORS=1 for hwasan_...
2020-10-28 Duncan P. N... Fix includes in llvm/Support/FileSystem/UniqueID.h...
2020-10-28 Aaron Puchert[Sema] Let getters assert that trailing return type...
2020-10-28 Aaron PuchertBetter source location for -Wignored-qualifiers on...
2020-10-28 Keith Smiley[llvm-install-name-tool] Quote passed rpath args in...
2020-10-28 Craig DisselkoenC API: support scalable vectors
2020-10-28 Kostya Kortchinsky[GWP-ASan] Abstract the thread local variables access
2020-10-28 Jay Foad[AMDGPU] Allow some modifiers on VOP3B instructions
2020-10-28 Florian Hahn[InstCombine] Do not introduce bitcasts for swifterror...
2020-10-28 Jay Foad[AMDGPU] Fix double space in disassembly of SDWA instru...
2020-10-28 Jay Foad[TableGen] Treat reg as isolated in reg$foo (but not...
2020-10-28 Florian Hahn[AArch64] Improve lowering of insert_vector_elt with...
2020-10-28 Austin Kerbow[AMDGPU] Fix inserting combined s_nop in bundles
2020-10-28 Philip Reames[Deref] Use maximum trip count instead of exact trip...
2020-10-28 Richard SmithPR48002: Fix injection of elaborated-type-specifiers...
2020-10-28 Sean Silva[mlir] Properly handle recursive bufferization for...
2020-10-28 Michael Park[libc++] Re-apply the switch-based std::variant impleme...
2020-10-28 Louis Dionne[llvm-lit] Improve the error message when make_paths_re...
2020-10-28 LLVM GN Syncbot[gn build] Port 23ed570af1c
2020-10-28 Alexander Belyaev[mlir] Use OpBuilderDAG for MemRefReinterpretCastOp.
2020-10-28 Duncan P. N... Split out llvm/Support/FileSystem/UniqueID.h and clang...
2020-10-28 Dávid Bolvanský[MemLoc] Adjust memccpy support in MemoryLocation...
2020-10-28 Alexander Belyaev[mlir] Convert memref_reshape to memref_reinterpret_cast.
2020-10-28 Adrian Prantl[DebugInfo] Expose Fortran array debug info attributes...
2020-10-28 Alok Kumar... [DebugInfo] Support for DW_TAG_generic_subrange
2020-10-28 Arthur Eubanks[test] Make bt_order_by_weight in switch.ll more robust
2020-10-28 Shilei Tian[Clang][OpenMP] Added the support for target data nowait
2020-10-28 Florian Hahn[AArch64] Use DUP for BUILD_VECTOR with few different...
2020-10-28 YAMAMOTO Takashi[libc++] Fix a few warnings
2020-10-28 Mircea Trofin[NFC][ThinLTO] Change command line passing to EmbedBitc...
2020-10-28 Aditya Nandakumar[GISel]: Few InsertVecElt combines
2020-10-28 Louis Dionne[libc++] Refactor tests to remove uses of std::rand()
2020-10-28 Sam McCall[clangd] Go-to-definition from non-renaming alias is...
2020-10-28 Mircea Trofin[NFC] Use Register in RegisterPressure APIs
2020-10-28 Valentin Clement[openmp][openacc] Check for duplicate clauses for directive
2020-10-28 Anton Afanasyev[SLP][Test] Precommit test case for PR47629. NFC.
2020-10-28 Vedant Kumar[lldb] Delete lldb/utils/test
2020-10-28 Vedant Kumar[DebugInfo] Shorten legacy [s|z]ext dwarf expressions
2020-10-28 Vedant Kumar[DebugInfo] Fix legacy ZExt emission when FromBits...
2020-10-28 Kazuaki Ishizaki[mlir] NFC: fix trivial typos
2020-10-28 Vitaly Buka[NFC][TSAN] Logs to debug test script on bot
2020-10-28 Sanjay Patel[CostModel][x86] remove cost-kind predicate for intrins...
2020-10-28 Nick Desaulniers[clang][ToolChains] explicitly return LangOptions:...
2020-10-28 Baptiste Saleil[Clang][PowerPC] Add __vector_pair and __vector_quad...
2020-10-28 Sanjay Patel[CostModel] remove cost-kind predicate for funnel shift...
2020-10-28 Sam McCall[clangd] Don't offer to expand auto in structured bindi...
2020-10-28 Mehdi AminiAdd a `mlirModuleGetBody()` accessor to the C API and...
2020-10-28 Fangrui Song[llvm-mc] Drop unneeded dependency on CodeGen
2020-10-28 Dylan McKay[AVR][clang] Pass the address of the data section to...
2020-10-28 Tom Weaver[debuginfo-tests][dexter] add requires lldb to two...
2020-10-28 Kadir Cetinkaya[clangd] Fix a null dereference in tests.
2020-10-28 Thomas Lively[WebAssembly] Fix incorrectly named target builtin
2020-10-28 Jay Foad[AMDGPU] Use -strict-whitespace for GFX8 and GFX9 disas...
2020-10-28 Heejin Ahn[WebAssembly] Clang-format builtins generation (NFC)
2020-10-28 Thomas Lively[WebAssembly] Prototype extending multiplication SIMD...
2020-10-28 Paul C. Anagnostopoulos[TableGen] [AMDGPU] Add !sub operator for subtraction
2020-10-28 Matt ArsenaultRegAlloc: Clear isSSA
2020-10-28 Sebastian Neubauer[AMDGPU] Precommit tests for D89388 and D89399, NFC
2020-10-28 Fangrui Song[ELF] -r: don't crash when a non-SHF_LINK_ORDER orphan...
2020-10-28 Simon Pilgrim[X86] Fix cpu name typos
2020-10-28 Nathan James[clang-tidy][NFC] IdentifierNaming: Remove unnecessary...
2020-10-28 Simon PilgrimFix Wdocumentation unknown parameter warnings. NFCI.
2020-10-28 Ulrich Weigand[compiler-rt][SystemZ] Skip fuzzer/full-coverage.test
2020-10-28 Simon Pilgrim[Syntax] Add missing default constructor for ConstChild...
2020-10-28 Florian Hahn[AArch64] Extend vector insertion test cases.
2020-10-28 Jay Foad[AMDGPU] Use -strict-whitespace for GFX10 disassembler...
2020-10-28 Djordje Todorovic[NFC][IntrRefLDV] Improve the Value printing
2020-10-28 JonChesterfield[libomptarget][nvptx] Undef, weak shared variables
2020-10-28 Nabeel Omer[debuginfo-tests][dexter] Add two new debug experience...
2020-10-28 Georgii Rymar[yamls2obj][test] - Make the Archives/regular.yaml...
2020-10-28 Louis Dionne[libc++] Move the #error message for no localization...
2020-10-28 Louis Dionne[libc++] Remove <clocale> from some system_error tests
2020-10-28 Georgii Rymar[obj2yaml][test] - Replace llvm-ar with yaml2obj in...
2020-10-28 Paul C. Anagnostopoulos[TableGen] Command description file requires a hyphen...
2020-10-28 Georgii Rymar[yaml2obj][test] - Try to fix Archives/regular.yaml...
2020-10-28 LLVM GN Syncbot[gn build] Port 23c8da25ef7
2020-10-28 Qingyi LiuMLIR: add SinOp Lowering to __nv_sinf and __nv_sin
2020-10-28 Florian Hahn[llvm-reduce] Add reduction for aliases.
2020-10-28 Paul C. Anagnostopoulos[TableGen] Update xxx-tblgen command document.
next