platform/upstream/llvm.git
2020-03-24 Raphael Isemann[lldb][NFC] Always update m_cache_{hits/misses} in...
2020-03-24 Raphael Isemann[lldb] Don't dump the frame in SBTarget::EvaluateExpres...
2020-03-24 River Riddle[mlir] Revamp operation documentation generation
2020-03-24 Reid KlecknerRe-land "Avoid emitting unreachable SP adjustments...
2020-03-24 Louis Dionne[lit] Allow passing extra commands to executeShTest
2020-03-24 Vedant Kumar[lldb/DWARF] Use DW_AT_call_pc to determine artificial...
2020-03-24 Vedant Kumar[DWARF] Emit DW_AT_call_pc for tail calls
2020-03-24 Louis DionneNFC: Fix typos in TestingGuide documentation
2020-03-24 JonChesterfield[libomptarget][nfc] Explicitly static function scope...
2020-03-24 Louis Dionne[lit] NFC: Document missing result codes
2020-03-24 Juneyoung Lee[DivRemPairs] Freeze operands if they can be undef...
2020-03-24 Benjamin Kramer[SelectionDAG] Don't crash when freezing illegal float...
2020-03-24 Simon Pilgrim[X86][AVX] Add some v32i16 to v32i8 style truncation...
2020-03-24 Matt ArsenaultAMDGPU/GlobalISel: Add more tests for add3 folding
2020-03-24 Matt ArsenaultAMDGPU/GlobalISel: Add some more tests for add3 folding
2020-03-24 Matt ArsenaultAMDGPU/GlobalISel: Fix smrd loads of v4i64
2020-03-24 Sanjay Patel[ValueTracking] improve undef/poison analysis for const...
2020-03-24 Raphael Isemann[lldb] Remove some debugging printfs from ITSession...
2020-03-24 LLVM GN Syncbot[gn build] Port b91905a2637
2020-03-24 Hiroshi YamauchiRevert "Include static prof data when collecting loop...
2020-03-24 Nico Weber[gn build] (manually) port 8140f6bcde4 better
2020-03-24 Nico Weber[gn build] (manually) port 8140f6bcde4
2020-03-24 Nico Weber[gn build] Port 49e5a97ec36
2020-03-24 Jonas Devlieghere[lldb/Reproducers] Collect files imported by command...
2020-03-24 David Green[ARM] Fold VMOVrh VLDR to LDRH
2020-03-24 Sanjay Patel[InstSimplify] add tests for freeze(constexpr); NFC
2020-03-24 Lama[MachinePipeliner] Fix a bug in Output Dependency chains
2020-03-24 Simon Pilgrim[X86][SSE1] Add support for logic+movmsk patterns ...
2020-03-24 Alexander Belyaev[ARM][CMSE] Fix clang/test/Driver/save-temps.c test.
2020-03-24 Haojian Wu[Parser] Fix the assertion crash in ActOnStartOfSwitch...
2020-03-24 Louis Dionne[libc++] Fix installation of cxx_experimental
2020-03-24 Yaxun (Sam... [CUDA][HIP] Add -Xarch_device and -Xarch_host options
2020-03-24 Pavel Labath[DWARF] Fix v5 debug_line parsing of prologues with...
2020-03-24 Juneyoung Lee[SelDag] Add FREEZE
2020-03-24 Sanjay Patel[InstSimplify] add more tests for freeze(constant)...
2020-03-24 Sylvain Audi[lld-link] Support /map option, matching link.exe ...
2020-03-24 Jaroslav SevcikData formatters: fix detection of C strings
2020-03-24 Simon Pilgrim[X86][SSE1] Add additional logic+movmsk patterns that...
2020-03-24 Hanhan Wang[mlir][StandardToSPIRV] Add support for lowering unary ops
2020-03-24 Florian Hahn[ConstantRange] Add initial support for binaryXor.
2020-03-24 Sam McCall[CodeGen] Fix test attr-noreturn.c when run from my...
2020-03-24 Sam McCall[AST] Use TypeDependence bitfield to calculate dependen...
2020-03-24 Benjamin KramerMake helpers static. NFC.
2020-03-24 Simon PilgrimFix unused variable warning
2020-03-24 Russell GallopIncrease DIAG_SIZE_DRIVER as we're close to hitting it
2020-03-24 Simon Tatham[ReleaseNotes,ARM] MVE intrinsics are all implemented!
2020-03-24 Lorenz Junglas[clangd] Change line break behaviour for hoverinfo
2020-03-24 Raphael Isemann[lldb][NFC] Mark GetNextPersistentVariableName as overr...
2020-03-24 Sam Parker[NFC][ARM] Add missing tests
2020-03-24 Simon Pilgrim[UpdateTestChecks] Use common ir function name matcher...
2020-03-24 Dmitry Vyukovtsan: Adding releaseAcquire() to ThreadClock
2020-03-24 Momchil Velikov[ARM][CMSE] Implement CMSE attributes
2020-03-24 David Green[ARM] Don't split trunc stores that can be better handl...
2020-03-24 Sam Parker[ARM][LowOverheadLoops] Add checks for narrowing
2020-03-24 Sam Parker[ARM][MVE] Add target flag for narrowing insts
2020-03-24 Haojian Wu[AST] Add RecoveryExpr to retain expressions on semanti...
2020-03-24 Walter Erquinigo[lldb-vscode] Add missing launchCommands entry in the...
2020-03-24 Chen Zheng[PowerPC] fix a typo in commit 3f85134d710c
2020-03-24 Douglas YungFix another instance where a variable was renamed in...
2020-03-24 Jun Ma[Coroutines] Also check lifetime intrinsic for local...
2020-03-24 Jun Ma[Coroutines] Insert lifetime intrinsics even O0 is...
2020-03-24 Vedant Kumar[GlobalOpt] Treat null-check of loaded value as use...
2020-03-24 Uday Bondhugula[MLIR][NFC] flat affine constraints - refactor to share...
2020-03-24 Douglas YungMake test more flexible for when the variable is rename...
2020-03-24 Pierre Habouzit[objc_direct] also go through implementations when...
2020-03-24 Paula Toth[libc] Enable llvmlibc clang-tidy checks
2020-03-24 Jinsong Ji[NFC][RUIP] Small debug output refine
2020-03-24 John McCallAdd an algorithm for performing "optimal" layout of...
2020-03-24 Uday Bondhugula[MLIR] move loopUnrollJamBy*Factor to loop transforms...
2020-03-24 Walter ErquinigoCreate basic SBEnvironment class
2020-03-24 Uday Bondhugula[MLIR][NFC] loop tiling - improve comments / naming
2020-03-24 aartbik[mlir] [VectorOps] A "reference" lowering of vector...
2020-03-24 Jonas Devlieghere[VirtualFileSystem] Add unit test for vfs::YAMLVFSWriter
2020-03-24 Peter Collingbournescudo: Create a public include directory. NFCI.
2020-03-24 Walter ErquinigoRevert "Create basic SBEnvironment class"
2020-03-24 Walter ErquinigoCreate basic SBEnvironment class
2020-03-24 Chris LattnerFix a bug in the .mlir lexer, where a \0 character...
2020-03-24 Johannes Doerfert[OpenMPOpt] Initialize value to avoid use of uninitiali...
2020-03-23 Jessica Paquette[GlobalISel] Combine G_SELECTs of the form (cond ?...
2020-03-23 Sam McCall[clangd] Rename theia-derived semantic highlighting...
2020-03-23 Max Moroz[compiler-rt] Add ConsumeRandomLengthString() version...
2020-03-23 Richard SmithUpdate documentation for __builtin_operator_new and
2020-03-23 Evgenii Stepanov[msan] Fix sigaltstack false positive.
2020-03-23 Fangrui Song[analyzer] Delete unneeded headers and using after...
2020-03-23 Nemanja Ivanovic[PowerPC] Improve handling of some BUILD_VECTOR nodes
2020-03-23 Stephen Neuendorffer[examples] Fixes for BUILD_SHARED_LIBS=on
2020-03-23 Stephen Neuendorffer[MLIR] Fixes for BUILD_SHARED_LIBS=on
2020-03-23 Alexander Belyaev[MLIR] Insert loop.yield to IfOp regions only if it...
2020-03-23 Alexey Bataev[OPENMP50]Add 'default' modifier in reduction clauses.
2020-03-23 Justin Hibbits[PowerPC]: e500 target can't use lwsync, use msync...
2020-03-23 Richard SmithPR45142: 'template ~X<T>' is ill-formed; reject it...
2020-03-23 Ladd Van TolImprove module.pcm lock file performance on machines...
2020-03-23 Fred Riss[lldb/PlatformDarwin] Always delete destination file...
2020-03-23 Eli Friedman[lld] Enabling loading LLVM pass plugins
2020-03-23 LLVM GN Syncbot[gn build] Port 7bf871c39f7
2020-03-23 Simon Pilgrim[analyzer] ConstraintManager - use EXPENSIVE_CHECKS...
2020-03-23 Matt ArsenaultAMDGPU: Allow vectorization of round intrinsic
2020-03-23 Alexandre Ganea[Clang] Fix HIP tests when running on Windows with...
2020-03-23 Matt ArsenaultAMDGPU: Emit llvm.fshr for __builtin_amdgcn_alignbit
2020-03-23 Matt ArsenaultGVNSink: Allow handling addrspacecast
next