platform/upstream/llvm.git
2021-02-11 xgupta[NFC][libunbind] Fix Sphinx error during CMake invocation
2021-02-11 xgupta[Draft] [examples] Move llvm/examples/OCaml-Kaleidoscop...
2021-02-11 Mehdi AminiFix CMake configuration for MLIR unittests
2021-02-11 Duncan P. N... ValueMapper: Rename RF_MoveDistinctMDs => RF_ReuseAndMu...
2021-02-11 Valentin Clement[flang][fir][NFC] Move ShapeType to TableGen type defin...
2021-02-11 Vedant Kumar[test/ubsan] Allow unused FileCheck prefixes in TypeChe...
2021-02-10 Jessica Paquette[AArch64][GlobalISel] Don't perform the mul const combi...
2021-02-10 Rob Suderman[MLIR][TOSA] Tosa elementwise broadcasting
2021-02-10 Arthur Eubanks[docs] Make clearer in WritingAnLLVMPass that the legac...
2021-02-10 Sean SilvaMinor fixes to Type ODS docs.
2021-02-10 Sean Silva[mlir] Introduce more intuitive wording for attributes.
2021-02-10 Dave Lee[lldb] Use internal_dict name over dict in python examples
2021-02-10 Nicolas Vasilache[mlir] NFC - Extend inferResultType API for SubViewOp...
2021-02-10 Nicolas Vasilache[mlir][Linalg] Fix crash when tileSizeComputationFuncti...
2021-02-10 Jessica Paquette[AArch64][GlobalISel] Perform load/store extended reg...
2021-02-10 Hongtao Yu[CSSPGO] Restrict pseudo probe tests to x86_64 only.
2021-02-10 Benjamin Kramer[SampleFDO] Silence -Wnon-virtual-dtor warning
2021-02-10 Fangrui Song[asan][test] Fix Linux/odr-violation.cpp after symboliz...
2021-02-10 Arthur Eubanks[opt] Add helpful alternatives for -analyze under new PM
2021-02-10 Vitaly Buka[Clang, NewPM] Add KMSan support
2021-02-10 Vitaly Buka[NFC] Simplify test
2021-02-10 Jacques PienaarRevert "Make gCrashRecoveryEnabled thread local"
2021-02-10 Dave Lee[lldb] Minor cleanups to ThreadPlan.h (NFC)
2021-02-10 Rong Xu[SampleFDO][NFC] Refactor SampleProfileLoader to reuse...
2021-02-10 Jessica Paquette[AArch64][GlobalISel] Fold G_ADD into the cset for...
2021-02-10 Sam McCall[clangd] Remove redundant -fno-delayed-template-parsing...
2021-02-10 Sam McCall[clangd] Remove support for pre-standard semanticHighli...
2021-02-10 Jacques PienaarMake gCrashRecoveryEnabled thread local
2021-02-10 Hongtao Yu[CSSPGO] Unblock optimizations with pseudo probe instru...
2021-02-10 Ilya Tokar[libc++] Use builtins in more math.h functions.
2021-02-10 Adrian PrantlAdd missing nullptr check.
2021-02-10 Philip Reames[SCEV] Add a missing AssumptionCache parameter
2021-02-10 Sanjay Patel[InstCombine] fold lshr(mul X, SplatC), C2
2021-02-10 Sanjay Patel[InstCombine] add tests for lshr with mul; NFC
2021-02-10 Mehdi AminiFix StridedMemRefType operator[] SFINAE to allow correc...
2021-02-10 Pavel Labath[lldb/test] Move and improve TestPlatformProcessConnect.py
2021-02-10 Nawrin Sultana[OpenMP] Add lower and upper bound in num_teams clause
2021-02-10 Jing PuChange type constraint of the "index" in "shape.split_a...
2021-02-10 Aart Bik[mlir][sparse] sparse tensor storage implementation
2021-02-10 Christopher... [libcxx] adds concepts `std::invocable` and `std::regul...
2021-02-10 Christopher... [libcxx] adds concept std::derived_from
2021-02-10 Michael Kruse[Polly] Added dedicated test for working -O3 pipeline.
2021-02-10 Michael Kruse[Polly] Do not use -O3 pipeline for single pass test.
2021-02-10 Jameson NashRenovate CMake files in the `llvm-exegesis` tool.
2021-02-10 Arthur Eubanks[opt][NewPM] Add a --print-passes flag to print all...
2021-02-10 Craig Topper[RISCV] Remove superfluous semicolon. NFC
2021-02-10 Christopher... [libcxx] adds [concepts.arithmetic]
2021-02-10 Nick Desaulniers[Thumb2] support `movs pc, lr` alias for `subs pc,...
2021-02-10 Mehdi AminiAdd convenience C++ helper to manipulate ranked strided...
2021-02-10 Arthur EubanksSpecify that some flags are legacy PM-specific
2021-02-10 Louis Dionne[libc++] Remove c++98 Lit features in the test suite
2021-02-10 Erik Pilkington[clang] Add support for attribute 'swift_async_error'
2021-02-10 Craig Topper[RISCV] Add support for matching .vf forms of fadd...
2021-02-10 Tom Stellard[CMake] Remove some dead code in llvm_install_library_s...
2021-02-10 Mehdi AminiRevert "Add convenience C++ helper to manipulate ranked...
2021-02-10 Craig Topper[RISCV] Add support for selecting vrgather.vx/vi for...
2021-02-10 Christopher... [libcxx] adds concept `std::copy_constructible`
2021-02-10 Fangrui SongDebugInfo/Symbolize: Retrieve filename from the precedi...
2021-02-10 Fangrui Song[llvm-cfi-verify] Set UseSymbolTable to false
2021-02-10 Mehdi AminiAdd convenience C++ helper to manipulate ranked strided...
2021-02-10 Christopher... [libcxx] adds concept `std::move_constructible`
2021-02-10 Fangrui Song[Polly] Fix -Wunused-lambda-capture
2021-02-10 Fangrui Song[Polly] Fix -DPOLLY_ENABLE_GPGPU_CODEGEN=off build...
2021-02-10 Mitch Phillips[GWP-ASan] Add back some headers removed by IWYU.
2021-02-10 Nicolas Vasilache[mlir][Linalg] Fix pad hoisting.
2021-02-10 Tom WeaverRevert "Revert "[clang][driver] Only warn once about...
2021-02-10 Tom WeaverRevert "[clang][driver] Only warn once about invalid...
2021-02-10 Colin Finck[libc++] Fix copy-paste mistake in __threading_support
2021-02-10 Jeremy MorseReland [DWARF] Location-less inlined variables should...
2021-02-10 Paul RobinsonAvoid conflicts between debug-info and pseudo-probe...
2021-02-10 Jay Foad[AMDGPU] Add another test case for combining DS reads
2021-02-10 Jay Foad[AMDGPU] Fix comments in SILoadStoreOptimizer::offsetsC...
2021-02-10 Nico Weberclang: try to fix Driver/undefined-libs.cpp on non...
2021-02-10 Luís Marques[DAGCombiner] Don't fold FCOPYSIGN vector sign operand...
2021-02-10 Nicolas Vasilache[mlir][Linalg] Add a vectorization pattern for linalg...
2021-02-10 Timm Bäder[clang][NFC] Fix undefined-libs tests
2021-02-10 Nico Weber[gn build] (manually) port e89fcbfad6a3
2021-02-10 Daniel Cederman[Sparc] Support relocatable expressions in the assembler
2021-02-10 Andrzej Warzynski[flang][driver] Add missing dependency in unit tests...
2021-02-10 Jan Svoboda[clang][cli] Declare local variable for marshalling...
2021-02-10 Jan Svoboda[clang][cli] Extract FileSystem and Migrator options...
2021-02-10 Jan Svoboda[clang][cli] Generate and round-trip Diagnostic options
2021-02-10 Jan Svoboda[clang][cli] Generate and round-trip DependencyOutput...
2021-02-10 Alex Zinenko[mlir] avoid exposing mutable DialectRegistry from...
2021-02-10 Alex Zinenko[mlir] enable delayed registration of dialect interfaces
2021-02-10 Fraser Cormack[RISCV] Add support for selecting vid.v from build_vector
2021-02-10 Jeremy MorseReapply [DebugInfo] Re-engineer a test to be stricter...
2021-02-10 Jan Svoboda[clang][cli] Generate and round-trip Target options
2021-02-10 Jan Svoboda[clang][cli] Generate and round-trip PreprocessorOutput...
2021-02-10 Simon PilgrimRevert rGe1172959226689a "[X86][AVX] canonicalizeLaneSh...
2021-02-10 Faris Rehman[flang][driver] Add support for -fopenmp and -fopenacc
2021-02-10 Sven van Haastregt[OpenCL] Add cl_khr_subgroup_clustered_reduce to TableG...
2021-02-10 Sven van Haastregt[OpenCL] Add cl_khr_subgroup_non_uniform_arithmetic...
2021-02-10 Sander de Smalen[LoopVectorize] NFC: Change computeFeasibleMaxVF to...
2021-02-10 Sander de Smalen[ValueTypes] Add MVT for nxv1bf16.
2021-02-10 Sam Parker[WebAssembly] Enable loop unrolling
2021-02-10 Jessica Paquette[AArch64][GlobalISel] Fold selects fed by G_PTR_ADD
2021-02-10 Artem DergachevRevert "[analyzer] RetainCountChecker: Add a suppressio...
2021-02-10 Tres Popp[mlir][shape] Generalize broadcast to a variadic number...
2021-02-10 Kazu Hirata[SelectionDAG] Use range-based for loops (NFC)
next