platform/upstream/llvm.git
2020-07-03 Francis Visoiu... [LoopDeletion] Emit a remark when a dead loop is deleted
2020-07-03 Lei Huang[PowerPC][NFC] Fix indentation
2020-07-03 Roman Lebedev[NFCI][LoopUnroll] s/%tmp/%i/ in one test to silence...
2020-07-03 Roman Lebedev[NFCI][InstCombine] shift.ll: s/%tmp/%i/ to silence...
2020-07-03 Sanjay Patel[x86] improve codegen for bit-masked vector compare...
2020-07-03 Sanjay Patel[InstCombine] fold mul of sext bools to 'and'
2020-07-03 Sanjay Patel[InstCombine] add more tests for mul of bools; NFC
2020-07-03 Vy Nguyen[libcxx] Put clang::trivial_abi on std::unique_ptr...
2020-07-03 Kadir Cetinkaya[clangd] Fix hover crash on invalid decls
2020-07-03 Biplob Mishra[PowerPC] Implement Vector Insert Builtins in LLVM...
2020-07-03 Stephen KellyRevert AST Matchers default to AsIs mode
2020-07-03 peter klausler[flang] Track known file size, add IsATerminal (ext...
2020-07-03 peter klausler[flang] Define new runtime error IOSTAT values (I/O...
2020-07-03 Florian Hahn[InstCombine] Try to narrow expr if trunc cannot be...
2020-07-03 Louis Dionne[libc++/libc++abi] Automatically detect whether excepti...
2020-07-03 Eric Schweitz[flang] Add FIRBuilder.cpp
2020-07-03 jasonliu[XCOFF][AIX] Use 'L..' instead of '.L' for getPrivateGl...
2020-07-03 sameerarora101[llvm-ar][test] Unsupport error-opening-directory.test...
2020-07-03 Sanjay Patel[InstCombine] fold mul of zext bools to 'and'
2020-07-03 Sanjay Patel[InstCombine] add tests for mul of bools; NFC
2020-07-03 Roman Lebedev[NFC][InstCombine] Add some more tests for select based...
2020-07-03 Nikita Popov[InstSimplify] Fold icmp with dominating assume
2020-07-03 Fangrui Song[ELF] Resolve R_DTPREL in .debug_* referencing discarde...
2020-07-03 Florian Hahn[SLP] Make sure instructions are ordered when computing...
2020-07-03 David Green[ARM][HWLoops] Create hardware loops for sibling loops
2020-07-03 Florian Hahn[SLP] Precommit test for which spill cost is computed...
2020-07-03 Florian Hahn[InstCombine] Precommit tests for PR43580.
2020-07-03 Sean FertileEnable basepointer for AIX.
2020-07-03 Sanjay Patel[InstCombine] add one-use check to cast+select narrowin...
2020-07-03 Sanjay Patel[InstCombine] add tests to show missing one-use checks...
2020-07-03 Xing GUO[DWARFYAML][test] Use --ignore-case to suppress errors.
2020-07-03 peter klausler[flang] Improve API for runtime allocator (I/O runtime...
2020-07-03 Andrzej Warzynski[clang][NFC] Removed unused parameters in InitializeSou...
2020-07-03 Simon Pilgrim[InstCombine] canEvaluateTruncated - use KnownBits...
2020-07-03 Dmitry Preobrazhensky[AMDGPU] Added support of new inline assembler constraints
2020-07-03 Petre-Ionut... [ARM] Generate [SU]RHADD from (b - (~a)) >> 1
2020-07-03 Pavel Labath[lldb/DWARF] Look for complete member definitions in...
2020-07-03 Julian Gross[mlir] Add check for ViewLikeOpInterface that creates...
2020-07-03 Xing GUO[ObjectYAML][ELF] Add support for emitting the .debug_g...
2020-07-03 Pavel Labath[lldb/Utility] Simplify more Scalar methods
2020-07-03 Xing GUO[DWARFYAML][unittest] Use parseDWARFYAML() in unit...
2020-07-03 Ehsan Toosi[mlir] Add redundant copy removal transform
2020-07-03 Sam Parker[NFC][SimplifyCFG] Move X86 tests into subdir
2020-07-03 Georgii Rymar[llvm-readobj] - Use cantFail() for all `Obj->sections...
2020-07-03 Danila Malyutin[IR] Short-circuit comparison with itself for Attributes
2020-07-03 Bruno Ricci[clang][NFC] Add a missing /dev/null in test/AST/ast...
2020-07-03 Bruno Ricci[clang][NFC] Also test for serialization in test/AST...
2020-07-03 Bruno Ricci[clang][NFC] Store a pointer to the ASTContext in ASTDu...
2020-07-03 Simon PilgrimAdd tests for trunc(shl/lshr/ashr(*ext(x),zext(and...
2020-07-03 Simon PilgrimAdd vector trunc(or(shl(zext(x),c1),zext(x))) tests
2020-07-03 Ben Dunbobbin[LLD][ELF][Windows] Allow LLD to overwrite existing...
2020-07-03 vpykhtin[AMDGPU] Don't combine DPP if DPP register is used...
2020-07-03 Luke Geeson[ARM] Add Cortex-A77 Support for Clang and LLVM
2020-07-03 Dmitri GribenkoRevert RecursiveASTVisitor fixes.
2020-07-03 Dmitri GribenkoMake RecursiveASTVisitor call WalkUpFrom for operators...
2020-07-03 Dmitri GribenkoMake RecursiveASTVisitor call WalkUpFrom for unary...
2020-07-03 Dmitri GribenkoRecursiveASTVisitor: don't call WalkUp unnecessarily...
2020-07-03 Dmitri GribenkoAdded tests for RecursiveASTVisitor for AST nodes that...
2020-07-03 David Zarzycki[libcxx testing] Remove ALLOW_RETRIES from another...
2020-07-03 James Henderson[DebugInfo] Use Cursor to detect errors in debug line...
2020-07-03 Simon PilgrimRegenerate apint-cast tests and replace %tmp variable...
2020-07-03 Simon PilgrimAdd nonuniform vector trunc(or(shl(zext(x),c1),srl...
2020-07-03 Simon PilgrimRegenerate mul-trunc tests, add vector variants and...
2020-07-03 Martin Svensson[lldb] Fix missing characters when autocompleting LLDB...
2020-07-03 Xing GUO[DWARFYAML][debug_gnu_*] Add the missing context `IsGNU...
2020-07-03 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2020-07-03 Adam Czachorowski[clangd] Improve hover on arguments to function call
2020-07-03 Simon Pilgrim[InstCombine] Add sext(ashr(shl(trunc(x),c),c)) folding...
2020-07-03 Simon PilgrimRegenerate PR19420 tests
2020-07-03 Georgii Rymar[llvm-readelf] - Do not report a misleading warning...
2020-07-03 Georgii Rymar[llvm-readelf] - Do not error out when dumping symbols.
2020-07-03 Guillaume Chatelet[Alignment][NFC] Use 5 bits to store Instructions Alignment
2020-07-03 Jean Perier[flang][NFC] Move and rework pgmath description used...
2020-07-03 Guillaume Chatelet[Alignment][NFC] Use proper getter to retrieve alignmen...
2020-07-03 Joachim Protze[OpenMP][OMPT]Add event callbacks for taskwait with...
2020-07-03 Luofan Chen[Attributor] Create getName() method for abstract attribute
2020-07-03 serge-sans... Fix stack-clash probing for large static alloca
2020-07-03 Guillaume Chatelet[NFC] Use ADT/Bitfields in Instructions
2020-07-03 Craig Topper[X86] Remove MODRM_SPLITREGM from the disassembler...
2020-07-03 Haojian Wu[clang] Check ValueDependent instead of InstantiationDe...
2020-07-03 Sam Parker[CostModel] Fix cast crash
2020-07-03 Kai Luo[PowerPC] Implement probing for dynamic stack allocation
2020-07-03 Craig Topper[X86] Add back support for matching VPTERNLOG from...
2020-07-03 Carl Ritson[AMDGPU] Insert PS early exit at end of control flow
2020-07-03 Kai Luo[PowerPC][NFC] Prevent unused error when assertion...
2020-07-03 Jez Ng[lld-macho] Support binding dysyms to any section
2020-07-03 Carl RitsonRevert "[AMDGPU] Insert PS early exit at end of control...
2020-07-03 Kai Luo[PowerPC][NFC] Refactor lowerDynamicAlloc
2020-07-03 Carl Ritson[AMDGPU] Insert PS early exit at end of control flow
2020-07-03 Carl Ritson[AMDGPU] Unify early PS termination blocks
2020-07-03 peter klausler[flang] External I/O runtime work, repackaged (part 2)
2020-07-02 Roman Lebedev[NFC][Scalarizer] Also scalarize loads in newly-added...
2020-07-02 Roman Lebedev[NFC][Scalarizer] Add some insertelement/extractelement...
2020-07-02 Nico Weber[gn build] get everything to build when llvm_targets_to...
2020-07-02 Craig Topper[X86] Teach lower512BitShuffle to try bitmask and bitbl...
2020-07-02 peter klausler[flang] External I/O runtime work, repackaged (part 1)
2020-07-02 Biplob Mishra[PowerPC] Implement Vector Blend Builtins in LLVM/Clang
2020-07-02 Sameer AroraFix typo and check commit access.
2020-07-02 Sanjay Patel[x86] remove redundant tests with no check lines; NFC
2020-07-02 Sanjay Patel[SelectionDAG] don't split branch on logic-of-vector...
next