platform/upstream/llvm.git
2021-05-31 Florian Hahn[LV] Try to sink users recursively for first-order...
2021-05-31 Andi Drebes[MLIR] Add dialect prefix to all operations from Math
2021-05-31 Qiu Chaofan[PowerPC] Fix x86 vector intrinsics wrapper compilation...
2021-05-31 Nico Weber[gn build] make libunwind build on macOS
2021-05-31 Christopher... [libcxx][nfc] moves std `advance`, `next`, and `prev...
2021-05-31 Andi Drebes[MLIR] Specify namespace for standard dialect using...
2021-05-31 Arthur Eubanks[OpaquePtr] Clean up some uses of Type::getPointerEleme...
2021-05-31 Abbas SabraRe-commit [clang] Add support for the "abstract" contex...
2021-05-31 Harald van... [libc++] [test] Fix a few tests for 32-bit x86
2021-05-31 Arthur Eubanks[test] Properly match parameter/argument ABI attributes
2021-05-31 Andrea Di Biagio[MCA][NFCI] Minor changes to InstrBuilder and Instruction.
2021-05-31 Arthur Eubanks[test] Fix addr-label.ll after D99707
2021-05-31 Louis Dionne[libc++] Update all the pre-defined iterator types...
2021-05-31 Arthur EubanksRemove "Rewrite Symbols" from codegen pipeline
2021-05-31 Arthur O'Dwyer[libc++] Avoid `result_type` and `unary/binary_function...
2021-05-31 Anirudh Prasad[AsmParser][SystemZ][z/OS] Introducing HLASM Parser...
2021-05-31 Daniil Fukalov[NFC] MemoryDependenceAnalysis cleanup.
2021-05-31 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in verification...
2021-05-31 Mikhail GoncharovRevert "[clang] Add support for the "abstract" contextu...
2021-05-31 Tobias Gysi[mlir][linalg] Update Structured Op Interface (NFC).
2021-05-31 Sanjay Patel[SDAG] add check to sext-of-setcc fold to bypass changi...
2021-05-31 Nico Weber[libunwind] fix -Wc++98-compat-extra-semi without _LIBU...
2021-05-31 Frederik Gossen[MLIR][Shape] Remove duplicate operands of `shape.assum...
2021-05-31 Roman Lebedev[NFC] ScalarEvolution: apply SSO to the ExprValueMap...
2021-05-31 Uday Bondhugula[MLIR] Fix warnings in AffineOps.cpp
2021-05-31 Pushpinder... [AMDGPU][Libomptarget][NFC] Split host and device malloc
2021-05-31 Alexey Lapshin[llvm-objcopy][NFC] Refactor CopyConfig structure ...
2021-05-31 Mikhail Goncharovfix test for symlinked clang c1ee4fb5af49a
2021-05-31 Sanjay Patel[SDAG] try harder to fold casts into vector compare
2021-05-31 Juneyoung Leefix broken clang tests after 7161bb87c914
2021-05-31 Djordje Todorovic[LiveDebugVariables] Stop trimming locations of non...
2021-05-31 Fraser Cormack[RISCV] Scale scalably-typed split argument offsets...
2021-05-31 Juneyoung Lee[InsCombine] Fix a few remaining vec transforms to...
2021-05-31 David Green[DSE] Remove stores in the same loop iteration
2021-05-31 Raphael Isemann[lldb][NFC] Remove unused var in SBDebugger::GetInterna...
2021-05-31 Fraser Cormack[RISCV] Support vector conversions between fp and i1
2021-05-31 Dmitry Polukhin[clang] NFC: split HeaderMapTest to have re-usable...
2021-05-31 Andy WingoRevert "[WebAssembly][CodeGen] IR support for WebAssemb...
2021-05-31 Abbas Sabra[clang] Add support for the "abstract" contextual keywo...
2021-05-31 Andy Wingo[WebAssembly][CodeGen] IR support for WebAssembly local...
2021-05-31 Tres Popp[mlir][NFC] Remove illegal TanhOp in LLVMConversionTarget
2021-05-31 Matthias Springer[mlir] Support permutation maps in vector transfer...
2021-05-31 cynecx[LangRef] update according to unwinding support in...
2021-05-31 Martin Storsjö[libcxx] [test] Add UNSUPPORTED: msvc in a couple verif...
2021-05-31 Tres Popp[mlir][NFC] Rename MathToLLVM->MathToLibm
2021-05-31 Kadir Cetinkaya[clangd] Move gtest include to TestTU.cpp from TestTU.h
2021-05-31 Hyeongyu Kim[InstCombine] Fix miscompile on GEP+load to icmp fold...
2021-05-31 Ben Shi[AVR][NFC] Refactor 8-bit & 16-bit shifts
2021-05-30 Bruce Mitchener[lldb] Fix typos. NFC.
2021-05-30 Chris Lattner[CSE] Make domInfo a stored property, cut use of Domina...
2021-05-30 Lang Hames[ORC-RT] Add common.h -- Logging, casting and remote...
2021-05-30 Lang Hames[ORC-RT] Add OrcRTCWrapperFunctionResult.
2021-05-30 David Green[ARM] Guard against loop variant gather ptr operands
2021-05-30 Ben Shi[AVR] Improve inline assembly
2021-05-30 Florian Hahn[LoopDeletion] Add more tests with infinite sub-loops...
2021-05-30 Butygin[mlir] StandardToLLVM: option to disable AllocOp lowering
2021-05-30 Ben Shi[clang][AVR] Add avr-libc/include to clang system inclu...
2021-05-30 Roman LebedevRevert "[clang-tidy] Simplify static assert check"
2021-05-30 Florian Hahn[VectorCombine] Add tests with noundef index for load...
2021-05-30 Sanjay Patel[InstCombine] fix miscompile from vector select substit...
2021-05-30 Florian Hahn[DAGCombine] Poison-prove scalarizeExtractedVectorLoad.
2021-05-30 Mindong Chen[NFCI] Move DEBUG_TYPE definition below #includes
2021-05-30 Pengxuan Zheng[SafeStack] Use proper API to get stack guard
2021-05-30 Arthur EubanksRevert "[TargetLowering] Only inspect attributes in...
2021-05-30 Arthur EubanksRevert "[NFC] Use ArgListEntry indirect types more...
2021-05-30 Xuanda Yang[analyzer] MallocSizeof: sizeof pointer type is compati...
2021-05-29 Arthur O'Dwyer[libc++] Alphabetize and include-what-you-use. NFCI.
2021-05-29 Arthur O'Dwyer[libc++] [modules] Add __threading_support to the modul...
2021-05-29 Fangrui Song[InstrProfiling][test] Improve tests
2021-05-29 Arthur O'Dwyer[libc++] [test] Update "test_compare.h" users to avoid...
2021-05-29 David Green[ARM] Guard against WhileLoopStart kill flags
2021-05-29 Chris Lattner[Dominance] Speed up recalculate noticable, NFC.
2021-05-29 Chris Lattner[Verifier] Inline a method to simplify the code in...
2021-05-29 mydeveloperday[clang-format] successive C# attributes cause line...
2021-05-29 Jessica ClarkeRevert "[RISCV] Remove -riscv-no-aliases in favour...
2021-05-29 Jessica Clarke[Support] Fix getMainExecutable on FreeBSD when called...
2021-05-29 Jessica Clarke[RISCV] Remove -riscv-no-aliases in favour of new ...
2021-05-29 Sanjay Patel[InstCombine] fold zext of masked bit set/clear
2021-05-29 Sanjay Patel[InstCombine] reduce code duplication; NFC
2021-05-29 Denys Petrov[analyzer] Use Optional as a return type of StoreManag...
2021-05-29 Ulrich Weigand[SystemZ] Set getExtendForAtomicOps to ISD::ANY_EXTEND
2021-05-29 LLVM GN Syncbot[gn build] Port b13edf6e907b
2021-05-29 Mark de WeverRevert "[libc++] NFC: Move unwrap_iter to its own header"
2021-05-29 Nikita Popov[LoopUnroll] Make DomTree explicitly required (NFC)
2021-05-29 LemonBoy[AtomicExpandPass][AArch64] Promote xchg with floating...
2021-05-29 Fangrui Song[InstrProfiling][test] Fix stale linkage.ll
2021-05-29 Fangrui Song[InstrProfiling][test] Fix stale tests
2021-05-29 Luke[RISCV] Enable interleaved vectorization for RVV
2021-05-29 Nico Weber[lld/mac] Don't crash on -order_file with assembly...
2021-05-28 Fangrui Song[Internalize] Simplify comdat renaming with noduplicate...
2021-05-28 Amara Emerson[AArch64][GlobalISel] Fix a crash during selection...
2021-05-28 Zhihao Yuan[clang-format] New BreakInheritanceList style AfterComma
2021-05-28 Chris Lattner[Verifier] Significantly speed up IsolatedFromAbove...
2021-05-28 Eli Friedman[CGAtomic] Delete outdated code comparing success/failu...
2021-05-28 Fangrui Song[lld-macho][test] Simplify --allow-empty with count 0
2021-05-28 Nikita Popov[LoopUnroll] Use changeToUnreachable() (NFC)
2021-05-28 Craig Topper[RISCV] Add separate MxList tablegen classes for wideni...
2021-05-28 Nikita Popov[LoopUnroll] Add store to unreachable latch test (NFC)
2021-05-28 Nikita Popov[LoopUnroll] Clean up exit folding (NFC)
2021-05-28 Craig Topper[RISCV] Pre-commit test cases for D103211. NFC
next