platform/upstream/llvm.git
2021-11-29 Bradley Smith[AArch64][SVE] Mark fixed-type FP extending/truncating...
2021-11-29 Roman Lebedev[X86][Costmodel] Now that `getReplicationShuffleCost...
2021-11-29 Valentin Clement[fir] Add data flow optimization pass
2021-11-29 Balazs Benics[analyzer][NFC] Refactor AnalysisConsumer::getModeForDecl()
2021-11-29 Valentin Clement[fir] Add assignment runtime API builder
2021-11-29 Valentin Clement[fir] Add fir transformational intrinsic builder
2021-11-29 Florian Hahn[LV] Move code from widenInstruction to VPWidenRecipe...
2021-11-29 Valentin Clement[fir] Add base for runtime builder unittests
2021-11-29 Balazs Benics[clang-tidy] Ignore narrowing conversions in case of...
2021-11-29 Balazs Benics[clang-tidy] Fix crashing altera-struct-pack-align...
2021-11-29 Balazs Benics[libtooling][clang-tidy] Fix crashing on rendering...
2021-11-29 Balazs BenicsFix cppcoreguidelines-virtual-base-class-destructor...
2021-11-29 David Sherwood[CodeGen][SVE] Use whilelo instruction when lowering...
2021-11-29 Jean Perier[flang] Return true in IsSymplyContiguous for allocatables
2021-11-29 Fangrui Song[ELF] Avoid std::stable_partition which may allocate...
2021-11-29 Fangrui Song[ELF] Speed up/simplify removeUnusedSyntheticSections...
2021-11-28 Endre Fülöp[analyzer][doc] Add user documenation for taint analysis
2021-11-29 Fangrui Song[ELF] Decrease InputSectionBase::entsize to uint32_t
2021-11-29 Fangrui Song[ELF] Simplify some ctx->outSec with sec. NFC
2021-11-29 Fangrui Song[ELF] Simplify/remove LinkerScript::switchTo. NFC
2021-11-29 Jake Egan[AIX] Disable empty.ll test using unsupported split...
2021-11-29 Fangrui Song[ELF] Support --oformat= beside Separate --oformat
2021-11-29 Fangrui Song[ELF][test] --oformat binary: Check that SIZEOF_HEADERS==0
2021-11-29 Saleem Abdulrasooltest: add a lit configuration for Windows subdirectory
2021-11-29 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-29 Stella Laurenzo[mlir][python] Normalize asm-printing IR behavior.
2021-11-29 Fangrui Song[ELF] Simplify/remove LinkerScript::output and advance...
2021-11-29 Nathan RidgeCompilation Database: Point Bazel users to a solution
2021-11-29 Fangrui Song[ELF] Remove unneeded getOutputSectionVA. NFC
2021-11-29 Fangrui Song[ELF] Inline InputSection::getOffset into callers and...
2021-11-28 Patrick Oppenlander[Driver] Support PowerPC SPE musl dynamic linker name...
2021-11-28 Fangrui Song[ELF] Replace one make_unique from r316378 with a stack...
2021-11-28 Fangrui Song[ELF] Simplify OutputSection::sectionIndex assignment...
2021-11-28 Fangrui Song[ELF] Fix out-of-bounds write in memset(&Out::first...
2021-11-28 Fangrui Song[ELF] Simplify assignFileOffsets
2021-11-28 Nicolas Vasilache[mlir] NFC - Move invalid.mlir tests to the proper...
2021-11-28 Dimitry Andric[AArch64] Avoid crashing on invalid -Wa,-march= values
2021-11-28 Nikita Popov[DSE] Use MapVector for IOLs
2021-11-28 Fangrui Song[ELF] -z separate-*: Use max-page-size instead of commo...
2021-11-28 Fangrui Song[ELF] Simplify assignFileOffsets. NFC
2021-11-28 Florian Hahn[LV] Move code from widenGEP to VPWidenGEPRecipe (NFC).
2021-11-28 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-28 Nico Weber[clang] Fix -Wreturn-type false positive in @try statements
2021-11-28 David Green[ARM] Add testing for various fptosi.sat patterns. NFC
2021-11-28 Sanjay Patel[InstCombine] use decomposeBitTestICmp to make icmp...
2021-11-28 Sanjay Patel[InstCombine] reduce code duplication; NFC
2021-11-28 Mark de Wever[libc++] Add myself to the credits.
2021-11-28 Mark de Wever[libc++] Remove support for Clang 9 and older.
2021-11-28 Florian Hahn[SCEV] Turn validity check in getExistingSCEV into...
2021-11-28 Mark de Wever[libc++][format] Adds formatting benchmarks.
2021-11-28 Vitaly Buka[sanitizer] Remove storeIds and use padding of StackDep...
2021-11-28 Sander de Smalen[LV] Fix incorrectly marking a pointer indvar as 'scalar'.
2021-11-28 Sander de SmalenNFC: Simplify sve-widen-phi.ll by unrolling once.
2021-11-28 Vitaly Buka[sanitizer] Switch StackStore from pointers to 32bit IDs
2021-11-27 Chia-hung Duan[mlir] Enable MLIRDialectUtilsTests
2021-11-27 David Green[ARM] CSINC/CSINV patterns from CMOV
2021-11-27 Kazu Hirata[Target] Use range-based for loops (NFC)
2021-11-27 David Green[ARM] Fold away unnecessary CSET/CMPZ
2021-11-27 Simon Pilgrim[PowerPC] Regenerate ppc64-P9-vabsd.ll tests
2021-11-27 Kristina Bessonova[DwarfCompileUnit] Set parent DIE right after creating...
2021-11-27 Nikita Popov[SCEV] Simplify forgetSymbolicName() (NFCI)
2021-11-27 Nikita Popov[SCEV] Simplify invalidation after BE count calculation...
2021-11-27 David Green[ARM] Extra testing for v2i1 types. NFC
2021-11-27 Florian Hahn[DSE] Optimize defining access of defs while walking...
2021-11-27 Kristina Bessonova[NVPTX][AsmPrinter] Avoid removing globals before calli...
2021-11-27 Nikita PopovReland [SCEV] Fix and validate ValueExprMap/ExprValueMa...
2021-11-27 Ard Biesheuvel[ARM] implement support for ALU/LDR PC-relative group...
2021-11-27 Bjorn Pettersson[test] Use -passes syntax in Feature/OperandBundles...
2021-11-27 Bjorn Pettersson[test] Use -passes in lit tests for the UpdateTestCheck...
2021-11-27 Bjorn Pettersson[test] Use -passes syntax when specifying pipeline...
2021-11-27 Hsiangkai Wang[RISCV] Emit DWARF location expression for RVV stack...
2021-11-27 Kazu Hirata[Target] Use range-based for loops (NFC)
2021-11-27 Stanislav FuniakFixed broken build under GCC 5.4.
2021-11-26 Fangrui Song[ELF][test] Test that .o definition does not inherit...
2021-11-26 Konstantin... [libcxx][NFC] Add tests for associative containers...
2021-11-26 Fangrui Song[ELF] Simplify Symbol::extract. NFC
2021-11-26 Vitaly Buka[sanitizer] Switch StackStore to 8 MiB blocks
2021-11-26 Erik Desjardins[InstSimplify] Fold X {lshr,udiv} C <u X --> true for...
2021-11-26 Patrick Oppenlander[compiler-rt][CMake] Support powerpcspe build
2021-11-26 Patrick Oppenlander[compiler-rt][CMake] Support powerpc32 on Linux
2021-11-26 Nikita PopovRevert "[SCEV] Fix and validate ValueExprMap/ExprValueM...
2021-11-26 Erik Desjardins[InstSimplify] baseline tests for icmp of lshr/udiv...
2021-11-26 Peter Klausler[flang] Fix reversed comparison in RESHAPE() runtime
2021-11-26 Kazu Hirata[mlir] Fix a warning
2021-11-26 Nikita Popov[DAG] Restore dropped condition
2021-11-26 Nikita Popov[SCEV] Fix and validate ValueExprMap/ExprValueMap consi...
2021-11-26 Fangrui Song[ELF][PPC64] Make --power10-stubs/--no-power10-stubs...
2021-11-26 Arnab Dutta[MLIR] Avoid creation of buggy affine maps when incorre...
2021-11-26 Arnab Dutta[MLIR] Prevent creation of buggy affine map after linea...
2021-11-26 Fangrui Song[ELF] Rename fetch to extract
2021-11-26 Simon Pilgrim[DAG] Pull out repeated isLittleEndian() calls. NFC.
2021-11-26 Chris Jones[MLIR] Allow `Idempotent` trait to be applied to binary...
2021-11-26 Louis Dionne[libc++] Trigger rebuild of the Docker image so we...
2021-11-26 Michal Terepeta[mlir][Vector] Support 0-D vectors in `BroadcastOp`
2021-11-26 Michal Terepeta[mlir][Standard] Support 0-D vectors in `SplatOp`
2021-11-26 Arjun P[MLIR] Simplex: fix a bug when rolling back a Simplex...
2021-11-26 Zarko Todorovski[llvm-cov][NFC] Add missing character to fix docs build...
2021-11-26 Siva Chandra... [libc] Make string entrypoints mutualy exclusive.
2021-11-26 Kazu Hirata[Target] Use range-based for loops (NFC)
2021-11-26 Arjun P[MLIR] Simplex::pivot: also update the redundant rows...
next