platform/upstream/llvm.git
2021-11-29 Zequan Wu[LLDB][NativePDB] fix find-functions.cpp failure on...
2021-11-29 Benjamin Kramer[mlir] Handle an edge case when folding reshapes with...
2021-11-29 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-29 Mehrnoosh Heidarpour[InstCombine] Fold (~A | B) ^ A --> ~(A & B)
2021-11-29 Nikita Popov[SCEV] Remove incorrect assert
2021-11-29 Matt Morehouse[HWASan] Disable LTO test on aarch64.
2021-11-29 Valentin Clement[fir] Get rid of the global option in FIRBuilder
2021-11-29 Roman Lebedev[X86][Costmodel] `getInterleavedMemoryOpCostAVX512...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fpext (fneg ...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fpext (fmul x...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fneg (fmul, x...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fmul x, y), z...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fpext...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fpext (fmul x...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fmul x, y), z...
2021-11-29 Jay Foad[AMDGPU] Fix list indentation in docs
2021-11-29 Jay Foad[AMDGPU] Fix "must generated" typo in docs
2021-11-29 Omer Aviram[X86] Add vector test coverage for or with no common...
2021-11-29 Stephan Herhut[mlir][memref] Fix bug in verification of memref.collap...
2021-11-29 Erich KeaneReapply 'Implement target_clones multiversioning'
2021-11-29 mydeveloperday[clang-format] regressed default behavior for operator...
2021-11-29 David Sherwood[CodeGen][AArch64] Bail out in performConcatVectorsComb...
2021-11-29 Erich KeaneDon't consider 'LinkageSpec' when calculating DeclConte...
2021-11-29 Roman Lebedev[NFC][X86][LV][Costmodel] Add most basic test for maske...
2021-11-29 Zhuo Zhangfix typos in comments
2021-11-29 Bjorn PetterssonUse a deterministic order when updating the DominatorTree
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.
next