platform/upstream/llvm.git
2020-12-29 Roman Lebedev[SimplifyCFG] Teach FoldCondBranchOnPHI() to preserve...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SinkCommonCodeFromPredecessors...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach HoistThenElseCodeToIf() to preserve...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyP...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyP...
2020-12-29 James Y KnightCopy demangle changes from libcxxabi to llvm with cp_to...
2020-12-29 Sanjay Patel[Utils] reduce code in createTargetReduction(); NFC
2020-12-29 Stella Laurenzo[mlir][python] Add FlatSymbolRef attribute.
2020-12-29 Sanjay Patel[SLP] replace local reduction enum with RecurrenceKind...
2020-12-29 Fraser Cormack[RISCV] Fill out basic integer RVV ISel patterns
2020-12-29 Juneyoung Lee[IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVec...
2020-12-29 Andrew Litteken[IROutliner] Adding a cost model, and debug option...
2020-12-29 Craig Topper[RISCV] Don't use tail agnostic policy on instructions...
2020-12-29 Arthur Eubanks[NewPM][AMDGPU] Port amdgpu-lower-kernel-attributes
2020-12-29 Florian Hahn[MSSAUpdater] Skip renaming when inserting def in unrea...
2020-12-29 Craig Topper[RISCV] Add earlyclobber of destination register to...
2020-12-29 Michael Stapelbergsanitizer: fix typo/spelling: Dissassemble → Disassemble
2020-12-29 Thomas Raoux[mlir][linalg] Add vectorization for linalg on tensor ops
2020-12-29 Nicolai HähnleRegionInfo: use a range-based for loop [NFCI]
2020-12-29 Roman Lebedev[InstCombine] 'hoist xor-by-constant from xor-by-value...
2020-12-29 Nemanja Ivanovic[PowerPC] Provide patterns for permuted scalar to vecto...
2020-12-29 Fraser Cormack[RISCV] Rewrite and simplify helper function. NFC.
2020-12-29 Nemanja Ivanovic[PowerPC] Disable CTR loops containing operations on...
2020-12-29 Mark Murray[ARM][AArch64] Add Cortex-A78C Support for Clang and...
2020-12-29 Pavel Labath[lldb] Deduplicate some tests in TestLldbGdbServer
2020-12-29 Juneyoung LeePrecommit tests that have poison as shufflevector's...
2020-12-29 Georgii Rymar[LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead...
2020-12-29 Pavel Labath[lldb] Fix logging in lldb-server tests
2020-12-29 Fangrui Song[ubsan][test] FLush stdout before checking interleaved...
2020-12-29 Arthur Eubanks[test] Fix conditional-temporaries.cpp
2020-12-29 Arthur Eubanks[NewPM] Port infer-address-spaces
2020-12-29 Fangrui Song[asan][test] Annotate glibc specific tests with REQUIRE...
2020-12-29 Kazu Hirata[CFGPrinter] Use succ_empty (NFC)
2020-12-29 Kazu Hirata[Scalar] Construct SmallVector with iterator ranges...
2020-12-29 Kazu Hirata[CodeGen] Use llvm::append_range (NFC)
2020-12-29 Andrew Litteken[IROutliner] Merging identical output blocks for extrac...
2020-12-29 Zakk Chen[RISCV] Define vmclr.m/vmset.m intrinsics.
2020-12-29 Juneyoung Lee[UpdateTestChecks] Fix update_analyze_test_checks.py...
2020-12-29 Nemanja Ivanovic[PowerPC] Do not emit HW loop when TLS var accessed...
2020-12-29 Arthur Eubanks[AMDGPU][NewPM] Port amdgpu-promote-alloca(-to-vector)
2020-12-29 Yuanfang ChenRevert "[NewPM][CodeGen] Introduce CodeGenPassBuilder...
2020-12-29 Yuanfang Chen[NewPM][CodeGen] Introduce CodeGenPassBuilder to help...
2020-12-29 Tim Keith[flang] Detect call to abstract interface
2020-12-28 Arthur O'Dwyer[libc++] Fix a test failure in 7b00e9fae3 (D93815).
2020-12-28 James Y KnightFix PR35902: incorrect alignment used for ubsan check.
2020-12-28 Arthur Eubanks[test] Fix pr45360.ll under NPM
2020-12-28 Andrew Litteken[IROutliner] Adding support for consolidating functions...
2020-12-28 Rahul Joshi[MLIR][NFC] Change FunctionLike::setAllArgAttrs/setAllR...
2020-12-28 Thomas Lively[WebAssembly] Prototype extending pairwise add instructions
2020-12-28 Arthur Eubanks[NewPM] Fix CGSCCOptimizerLateEPCallbacks place in...
2020-12-28 Thomas Lively[WebAssembly][NFC] Finish cleaning up SIMD tablegen
2020-12-28 Juneyoung Lee[ValueTracking] Implement impliesPoison
2020-12-28 Nikita Popov[InstCombine] Disable unsafe select transform behind...
2020-12-28 Vitaly Buka[NFC][sanitizer] Remove unused typedef
2020-12-28 Sanjay Patel[InstSimplify] remove ctpop of 1 (low) bit
2020-12-28 Sanjay Patel[InstSimplify] add tests for ctpop; NFC (PR48608)
2020-12-28 Chris Lattner[IR] Make Value::getType() work better with invalid IR.
2020-12-28 Roman Lebedev[SimplifyCFG] FoldBranchToCommonDest: gracefully handle...
2020-12-28 Fangrui Song[PowerPC] Parse and ignore .machine
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Added more tests for flat_global
2020-12-28 Akira Hatanaka[CodeGen][ObjC] Destroy callee-destroyed arguments...
2020-12-28 Fraser Cormack[RISCV] Adjust tested vor ops for more stable tests...
2020-12-28 Pavel Labath[lldb] Deduplicate some lldb-server tests
2020-12-28 Arthur O'Dwyer[libc++] Fix a test failure in 7b00e9fae3 (D93815).
2020-12-28 Arthur Eubanks[NewPM][AMDGPU] Port amdgpu-simplifylib/amdgpu-usenative
2020-12-28 Arthur O'Dwyer[libc++] [P1065] Constexpr invoke, reference_wrapper...
2020-12-28 Arthur O'Dwyer[libc++] Constexpr-proof some machinery in not_fn.pass...
2020-12-28 Philip ReamesReapply "[LV] Vectorize (some) early and multiple exit...
2020-12-28 Arthur EubanksRevert "[LV] Vectorize (some) early and multiple exit...
2020-12-28 Philip Reames[LV] Vectorize (some) early and multiple exit loops
2020-12-28 Nikita Popov[ValueTracking] Fix isKnownNonEqual() with constexpr mul
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Split large asm tests into smaller...
2020-12-28 Roman LebedevRevert "[benchmark] Fixed a build error when using...
2020-12-28 Paul C. Anagnostopoulos[TableGen] Fix bug in !interleave operator
2020-12-28 Roman Lebedev[InstCombine] 'hoist xor-by-constant from xor-by-value...
2020-12-28 Gabriel Hjort... [MIRPrinter] Fix incorrect output of unnamed stack...
2020-12-28 Tim Keith[flang] Fix bugs in .mod file for abstract interface
2020-12-28 Gabriel Hjort... [MachO] Fix enum-int mismatch warning
2020-12-28 Nemanja Ivanovic[PowerPC] Remove redundant COPY_TO_REGCLASS introduced...
2020-12-28 Nathan James[clang-tidy][NFC] Remove unnecessary headers
2020-12-28 Adam Czachorowski[clangd] Add error handling (elog) in code completion.
2020-12-28 alex-t[AMDGPU] Split edge to make si_if dominate end_cf
2020-12-28 Zakk Chen[RISCV] Define vmsbf.m/vmsif.m/vmsof.m/viota.m/vid...
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC] Improved errors handling for v_interp...
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Parser refactoring
2020-12-28 AnZhong Huang[benchmark] Fixed a build error when using CMake 3...
2020-12-28 Fraser Cormack[RISCV] Pattern-match more vector-splatted constants
2020-12-28 Fangrui Song[msan] Delete unused glibc header <execinfo.h>
2020-12-28 Fangrui Song[compiler-rt][test] Make glibc-* feature detection...
2020-12-28 Fangrui Song[sanitizer] Defined SANITIZER_TEST_HAS_PVALLOC only...
2020-12-28 Fangrui Song[asan][memprof] Declare _DYNAMIC and fix -Wparentheses
2020-12-28 Chen Zheng[MachineSink] add threshold in machinesink pass to...
2020-12-28 Yevgeny Rouban[RS4GC] Lazily set changed flag when folding single...
2020-12-27 Juneyoung Lee[InstCombine] use poison as placeholder for undemanded...
2020-12-27 Juneyoung Lee[ValueTracking] Use m_LogicalAnd/Or to look into conditions
2020-12-27 Florian Hahn[GVN] Correctly set modified status when doing PRE...
2020-12-27 Juneyoung Lee[ValueTracking] Add unit tests for isKnownNonZero,...
2020-12-27 Juneyoung Lee[EarlyCSE] Use m_LogicalAnd/Or matchers to handle branc...
2020-12-27 Juneyoung Lee[GVN] Use m_LogicalAnd/Or to propagate equality from...
2020-12-27 Juneyoung Lee[EarlyCSE] Add tests for select form of and/or (NFC)
next