platform/upstream/llvm.git
2020-03-25 Erich Keane[SYCL] Implement __builtin_unique_stable_name.
2020-03-25 Raphael Isemann[lldb][NFC] lldb_assert->lldbassert in ClangExpressionP...
2020-03-25 Sergej Jaskiewicz[libcxx] Allow tests to link with static libc++abi...
2020-03-25 Kerry McLaughlin[AArch64][SVE] Add SVE intrinsics for masked loads...
2020-03-25 Juneyoung LeeRename test name, add more tests for codegenprepare
2020-03-25 Sam Parker[ARM][MVE] Add HorizontalReduction flag
2020-03-25 Richard Sandiford[Sema][SVE] Allow casting SVE types to themselves in C
2020-03-25 Richard Sandiford[Sema][SVE] Allow ?: to select between SVE types in C
2020-03-25 Simon Tatham[ARM,MVE] Add missing tests for vqdmlash intrinsics.
2020-03-25 Nathan James[clang-apply-replacements] No longer deduplucates repla...
2020-03-25 Juneyoung LeeAdd freeze(and x, const) case to codegenprepare's freez...
2020-03-25 Kazushi (Jam... [VE] Change name of enum to CondCode
2020-03-25 Haojian Wu[AST] Build recovery expressions by default for C++.
2020-03-25 Max Moroz[compiler-rt] FuzzedDataProvider: make linter happy.
2020-03-25 Juneyoung LeeMinor fixes to a comment in CodeGenPrepare
2020-03-25 Max Moroz[compiler-rt] Refactor FuzzedDataProvider for better...
2020-03-25 Craig Topper[X86] Split masked instruction tests to enable D60940.
2020-03-25 Kai Luo[PowerPC] Pre-commit reduced test case for PR45297...
2020-03-25 Siva Chandra... [libc] Generate math.h instead of the static file it...
2020-03-25 Uday Bondhugula[MLIR][NFC] std::is_same || -> llvm::is_one_of
2020-03-25 LLVM GN Syncbot[gn build] Port ba1f4405c68
2020-03-25 Petr Hosek[profile] Move RuntimeCounterRelocation and ProfileDump...
2020-03-25 Louis DionneRevert "[libc++] Build the dylib with C++17 to allow...
2020-03-25 QingShan Zhang[NFC][Test][PowerPC] Add one test to verify the behavio...
2020-03-25 Matt ArsenaultAMDGPU/GlobalISel: Add a testcase for G_UNMERGE_VALUES...
2020-03-25 Petr Hosek[profile] Make atexit hook a no-op on Fuchsia
2020-03-25 Eric Fiselier[libc++] Update a bad documentation link
2020-03-25 Matt ArsenaultAMDGPU/GlobalISel: Add some end to end tests for fma...
2020-03-25 Adrian PrantlRevert "Allow remapping Clang module include paths"
2020-03-25 Matt ArsenaultAMDGPU/GlobalISel: Add select patterns for v_and_or_b32
2020-03-25 Matt ArsenaultAMDGPU/GlobalISel: Add load legalization tests
2020-03-25 Matt ArsenaultAMDGPU/GlobalISel: Add missing tests for G_FRINT selection
2020-03-25 Adrian PrantlAllow remapping Clang module include paths
2020-03-25 Adrian PrantlAdd an -object-path-prefix option to dsymutil
2020-03-24 Matt ArsenaultGlobalISel: Introduce bitcast legalize action
2020-03-24 MaheshRavishankar[mlir][GPU] Use StructAttr to drive lowering from loop...
2020-03-24 Dan LiewAdd a `Symbolizer::GetEnvP()` method that allows symbol...
2020-03-24 Nikita Popov[LVI] Convert some checks to assertions; NFC
2020-03-24 Louis Dionne[libc++] Install a recent CMake in the Docker build...
2020-03-24 Louis Dionne[libc++] Build the dylib with C++17 to allow aligned...
2020-03-24 Mitch Phillips[GWP-ASan] Only pack frames that are stored.
2020-03-24 Eli Friedman[clang codegen] Clean up handling of vectors with trivi...
2020-03-24 Michael Liao[test][clang][driver] Add required features.
2020-03-24 Amara Emerson[AArch64][GlobalISel] Don't localize TLS G_GLOBAL_VALUE...
2020-03-24 Johannes Doerfert[Attributor] Use knowledge retained in llvm.assume...
2020-03-24 Aaron BallmanRevert "Convert a reachable llvm_unreachable into an...
2020-03-24 Davide Italiano[Darwin] Add another hint to find the kernel. NFC.
2020-03-24 Jacques Pienaar[mlir] Clarify constraint on derived attribute
2020-03-24 Vedant Kumar[lldb/DWARF] Reland: Use DW_AT_call_pc to determine...
2020-03-24 Craig Topper[X86] Disable autoupgrade support for avx512.mask.broad...
2020-03-24 Erik Pilkington[CodeGen] Add an alignment attribute to all sret parameters
2020-03-24 Louis Dionne[libc++] NFC: Reuse the TEST_CONCAT macro instead of...
2020-03-24 Raphael Isemann[lldb] Always log if acquiring packet sequence mutex...
2020-03-24 Vedant KumarRevert "[lldb/DWARF] Use DW_AT_call_pc to determine...
2020-03-24 Sanjay Patel[VectorCombine] add tests for bitcast (shuffle); NFC
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
next