platform/upstream/llvm.git
2020-09-22 Fangrui SongChange LoopInfo::empty to isInnermost after D82895
2020-09-22 Stefanos BaziotisSmall fixes for "[LoopInfo] empty() -> isInnermost...
2020-09-22 Reid KlecknerRevert "[CodeGen] emit CG profile for COFF object file"
2020-09-22 Stefanos Baziotis[LoopInfo] empty() -> isInnermost(), add isOutermost()
2020-09-22 Congzhe Cao[AArch64] Avoid pairing loads with same result reg
2020-09-22 Mircea Trofin[ThinLTO] Option to bypass function importing.
2020-09-22 David Tenty[compiler-rt][AIX] Add CMake support for 32-bit Power...
2020-09-22 Fangrui Song[lldb][test] Remove accidental import pdb in 783dc7dc7e...
2020-09-22 Paul C. AnagnostopoulosTwo patches to fix the broken build.
2020-09-22 Sriraman TallamRevert "The wrong placement of add pass with optimizati...
2020-09-22 Michael Kruse[flang][msvc] Explicitly reference "this" inside closur...
2020-09-22 Michael Kruse[flang][msvc] Add explicit function template argument...
2020-09-22 Michael Kruse[flang][msvc] Add explicit function template argument...
2020-09-22 Raphael IsemannRevert "[lldb] XFAIL TestMemoryHistory on Linux"
2020-09-22 Mehdi AminiImplement a new kind of Pass: dynamic pass pipeline
2020-09-22 Roman Lebedev[CVP] Narrow SDiv/SRem to the smallest power-of-2 that...
2020-09-22 Roman Lebedev[NFC][CVP] Add tests for SDiv/SRem narrowing
2020-09-22 Roman Lebedev[NFC][CVP] Give a better name STATISTIC() counting...
2020-09-22 Roman Lebedev[ConstantRange] Introduce getMinSignedBits() method
2020-09-22 Roman Lebedev[NFC][APInt] Refactor getMinSignedBits() in terms of...
2020-09-22 Roman Lebedev[NFC][CVP] processUDivOrURem(): refactor to use Constan...
2020-09-22 Roman Lebedev[ConstantRange] Introduce getActiveBits() method
2020-09-22 Roman Lebedev[ConstantRange] binaryXor(): special-case binary comple...
2020-09-22 Roman Lebedev[CVP] Enhance SRem -> URem fold to work not just on...
2020-09-22 Roman Lebedev[NFC][CVP] Add tests for srem with potentially differen...
2020-09-22 Arthur Eubanks[test][NewPM] Pin do-nothing-intrinsic.ll to legacy PM
2020-09-22 Arthur Eubanks[LoopInfo][NewPM] Fix tests in Analysis/LoopInfo under NPM
2020-09-22 Jonas Devlieghere[lldb] Skip TestMiniDumpUUID with reproducers
2020-09-22 Jonas Devlieghere[lldb] Skip test_common_completion_process_pid_and_name...
2020-09-22 Hubert Tong[InstCombine] For pow(x, +/-0.5), stop falling into...
2020-09-22 Hubert Tong[NFC] Replace tabs with spaces in PPCInstrPrefix.td
2020-09-22 Hubert Tong[test][MC] Rehabilitate llvm/test/MC/COFF/bigobj.py
2020-09-22 Haojian Wu[clang] Fix a typo-correction crash
2020-09-22 LLVM GN Syncbot[gn build] Port 8a64689e264
2020-09-22 LLVM GN Syncbot[gn build] Port 848d66fafd2
2020-09-22 Jan Korous[Analyzer][WebKit] UncountedLocalVarsChecker
2020-09-22 Paul C. AnagnostopoulosVersion 0.5 of the new "TableGen Backend Developer...
2020-09-22 Mircea Trofin[NFC][regalloc] Simplify/conform to style guide indvars...
2020-09-22 Sam McCall[ASTMatchers] Avoid recursion in ancestor matching...
2020-09-22 Eduardo Caldas[SyntaxTree] Test the List API
2020-09-22 Jacques Pienaar[mlir][ods] Make OpBuilder and OperationState optional
2020-09-22 Kazuaki Ishizaki[mlir] NFC: fix trivial typos under include directory
2020-09-22 Amy Kwan[PowerPC] Implement Vector String Isolate Builtins...
2020-09-22 Amy Kwan[PowerPC] Implement the 128-bit Vector Divide Extended...
2020-09-22 Simon Pilgrim[DAG] Remove DAGTypeLegalizer::GenWidenVectorTruncStore...
2020-09-22 Alexandre GaneaSilence 'warning: unused variable' when compiling with...
2020-09-22 Matt Morehouse[sanitizer_common] Add debug print to sysmsg.c
2020-09-22 Greg McGary[lld-macho] Make lld::getInteger() tolerate leading...
2020-09-22 Hamilton Tobon... [OpenMPOpt] Refactored "issue" and "wait" declarations...
2020-09-22 Saleem AbdulrasoolSema: introduce `__attribute__((__swift_name__))`
2020-09-22 Arthur Eubanks[DI][ASan][NewPM] Fix some DebugInfo ASan tests under NPM
2020-09-22 Alexandre Ganea[ThinLTO] Re-order modules for optimal multi-threaded...
2020-09-22 Kostya Kortchinsky[scudo][standalone] Remove the pthread key from the...
2020-09-22 Arthur Eubanks[GVNSink][NewPM] Add GVNSinkPass to PassRegistry.def
2020-09-22 Louis Dionne[libc++] Implement C++20's P0784 (More constexpr contai...
2020-09-22 David Tenty[AIX][compiler-rt] Use the AR/ranlib mode flag for...
2020-09-22 Greg McGary[lld-macho] minimally handle option -dynamic
2020-09-22 Florian Hahn[VPlan] Add dump() helper to VPValue & VPRecipeBase.
2020-09-22 Michael Liao[PeepholeOptimizer] Enhance the redundant COPY elimination.
2020-09-22 Simon Pilgrim[X86] Add missing namespace closure comments. NFCI.
2020-09-22 Simon Pilgrim[X86] Cleanup/add namespace closure comments. NFCI.
2020-09-22 David Tenty[AIX][clang][driver] Make sure crti[_64].o is linked...
2020-09-22 David Truby[NFC][mlir] Remove llvm:: prefix from SmallVector in...
2020-09-22 Stefan Pintilie[PowerPC] Fix for compiler side issue in PCRelative...
2020-09-22 Sanjay Patel[SLP] reduce code duplication for checking parent block...
2020-09-22 Sanjay Patel[SLP] move misplaced code comments; NFC
2020-09-22 Sanjay Patel[SLP] clean up code in gather(); NFC
2020-09-22 Eduardo Caldas[SyntaxTree] Add tests for the assignment of the `canMo...
2020-09-22 Frederik Gossen[MLIR][Standard] Add `atan` to standard dialect
2020-09-22 Simon Pilgrim[SLP] Merge null and dyn_cast<> checks into dyn_cast_or...
2020-09-22 Louis Dionne[libc++] NFC: Remove trailing whitespace from the featu...
2020-09-22 Sam Parker[ARM] Trying to fix asan buildbot
2020-09-22 Victor Huang[LLD][PowerPC][test] Update thunk range error report...
2020-09-22 Abhina Sreeskantharajan[SystemZ][z/OS] Set default wchar_t type for zOS
2020-09-22 Max Kazantsev[SCEV] Handle `less` predicates for FoundPred = NE
2020-09-22 Meera Nakrani[ARM][TTI] Prevents constants in a min(max) or max...
2020-09-22 Raphael Isemann[lldb] Ignore certain Clang type sugar when creating...
2020-09-22 Simon PilgrimRevert rGf835779160ec303 "[APFloat] multiplySignificand...
2020-09-22 Stefan Pintilie[PowerPC] Add support for R_PPC64_GOT_TPREL_PCREL34...
2020-09-22 Simon Pilgrim[APFloat] multiplySignificand - always pass IEEEFloat...
2020-09-22 Esme-Yi[NFC][PowerPC]Add tests for multiply-by-constant.
2020-09-22 Frederik Gossen[MLIR][Linalg] Fix assertion in dependency analysis
2020-09-22 Max Kazantsev[SCEV] Support unsigned predicates in isKnownPredicateV...
2020-09-22 Thomas JoergRevert "Implement a new kind of Pass: dynamic pass...
2020-09-22 Jay Foad[AMDGPU] More codegen patterns for v2i16/v2f16 build_vector
2020-09-22 Sam Parker[ARM] Improve VPT predicate tracking
2020-09-22 Muhammad Omair... Revert "Reapply Revert "RegAllocFast: Rewrite and improve""
2020-09-22 Eduardo Caldas[SyntaxTree][Synthesis] Fix: `deepCopy` -> `deepCopyExp...
2020-09-22 Georgii Rymar[llvm-readobj/elf] - Stop reporting invalid extended...
2020-09-22 Nicolas Vasilache[mlir][Linalg] Uniformize linalg.generic with named...
2020-09-22 Eugene Zhulenev[MLIR] Add subf and rsqrt EDSC intrinsics
2020-09-22 Sam Parker[ARM] Remove MVEDomain from VLDR/STR of P0
2020-09-22 Sam Parker[ARM] VPT validForTailPredication
2020-09-22 David Spickett[AArch64] Fix return type of Neon scalar comparison...
2020-09-22 Martin StorsjöReapply: [clang-cl] Always interpret the LIB env var...
2020-09-22 Petr HosekRevert "[CMake] Use find_dependency in LLVMConfig.cmake"
2020-09-22 LLVM GN Syncbot[gn build] Port af582c9b0f3
2020-09-22 Eduardo Caldas[SyntaxTree] Test `findFirstLeaf` and `findLastLeaf`
2020-09-22 Eduardo Caldas[SyntaxTree][Nit] Take `ArrayRef` instead of `std:...
2020-09-22 Petr Hosek[CMake] Use append for CMAKE_REQUIRED_* variables
next