platform/upstream/llvm.git
2021-03-23 Nemanja Ivanovic[PowerPC][NFC] Use valid type for offset in altivec.h
2021-03-23 Jamie SchmeiserA new option -print-on-crash that prints the IR as...
2021-03-23 serge-sans... Introduce a generic operator to apply complex operation...
2021-03-23 Yvan Roux[llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping...
2021-03-23 Valentin Clement[openacc][openmp] Reduce number of generated file and...
2021-03-23 Matt ArsenaultGlobalISel: Lower funnel shifts
2021-03-23 Stefan Gränitz[Orc] Allow OrcGenericABI variant of LazyCallThroughManager
2021-03-23 Zakk Chen[RISCV][NFC] Fix RVV intrinsic tests.
2021-03-23 LLVM GN Syncbot[gn build] Port 274907c0a4d6
2021-03-23 Raphael Isemann[ASTImporter] Split out Objective-C related unit tests
2021-03-23 Sanjay Patel[SLP] allow matching integer min/max intrinsics as...
2021-03-23 Luke Drummond[NFC] clang-format llvm/lib/Transforms/Utils/CloneFunct...
2021-03-23 Luke Drummond[NFC] Minor refactor
2021-03-23 Luke Drummond[NFCI] cleanup CloneFunctionInto
2021-03-23 Benjamin Kramer[AArch64] Fix unused variable warning
2021-03-23 Fraser Cormack[LangRef] Fix typos in the vector-type memory layout...
2021-03-23 Nashe Mncube[llvm-opt] Bug fix within combining FP vectors
2021-03-23 Martin Storsjö[lldb] Silence GCC warnings about format not being...
2021-03-23 Florian Hahn[AnnotationRemarks] Use subprogram location for summary...
2021-03-23 Kadir Cetinkaya[clang] Fix a crash when CTAD fails
2021-03-23 David Green[ARM] Additional Upper bound unrolling test. NFC
2021-03-23 Florian Hahn[AnnotationRemarks] Add test for annotation remarks...
2021-03-23 Victor Campos[ARM] Handle debug instrs in ARM Low Overhead Loop...
2021-03-23 OCHyams[dexter] Fix DexLimitSteps when breakpoint can't be...
2021-03-23 Frederik Gossen[MLIR] Canonicalize `shape.assuming` op to yield only...
2021-03-23 David Sherwood[LoopVectorize][NFC] Refactor code to use IRBuilder...
2021-03-23 Frederik Gossen[MLIR][Shape] Canonicalize duplicate operands in `shape...
2021-03-23 Jay Foad[AMDGPU] Use non-compressed exports in a test. NFC.
2021-03-23 Abhina Sreeskantharajan[NFC] Formatting changes
2021-03-23 Stefan GränitzTemporarily revert "[lli] Make -jit-kind=orc the defaul...
2021-03-23 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-23 Frederik Gossen[MLIR] Add callback builder for `shape.assuming` op
2021-03-23 David Sherwood[IR][SVE] Add new llvm.experimental.stepvector intrinsic
2021-03-23 Vladislav Vinogradov[CMAKE] Fix cross-compilation build
2021-03-23 Sven van Haastregt[OpenCL] Remove mixed signedness atomic_fetch_ from...
2021-03-23 Fraser Cormack[RISCV] Optimize all-constant mask BUILD_VECTORs
2021-03-23 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-23 Christian Sigg[mlir] Remove deprecated methods from mlir::OpState
2021-03-23 Florian Hahn[VPlan] Include name when printing after 93a9d2de8f4f.
2021-03-23 Stefan Gränitz[lli] Fix ppc64le-clang-lnt-test bot: Keep test-call...
2021-03-23 Simon Pilgrim[X86][AVX] Narrow VPBROADCASTQ->VPBROADCASTD if we...
2021-03-23 Stefan Gränitz[lli] Make -jit-kind=orc the default JIT engine
2021-03-23 Roman Lebedev[lit] Reliable progress indicator and ETA
2021-03-23 Balázs Kéri[clang][ASTImporter] Import "CapturedVLAType" in FieldDecl.
2021-03-23 Juneyoung LeeReland "[InstCombine] Add simplification of two logical...
2021-03-23 Fangrui Song[SanitizerCoverage] Use External on Windows
2021-03-23 Serguei Katkov[RS4GC] Fix hang on infinite loop
2021-03-23 Serge Pavlov[TableGen] Tiny enhancement
2021-03-23 Pushpinder... [GlobalISel][AMDGPU] Lower G_UMULO/G_SMULO
2021-03-23 Max Kazantsev[NFC] Fix typo longre -> longer
2021-03-23 Serge Pavlov[TableGen] Allow BitsInit to init integer in pseudo...
2021-03-23 Vitaly Buka[lsan][lsan] Use --std=c++14 to fix Windows test
2021-03-23 Rahman Lavaee[llvm-readelf, propeller] Add fallthrough bit to basic...
2021-03-23 Tony[AMDGPU] Reserve ELF code
2021-03-23 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-23 Craig Topper[RISCV] Add scheduler classes to Zfh instructions.
2021-03-23 Craig Topper[RISCV] Remove unused SchedWrites WriteFConv32/WriteFCo...
2021-03-23 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-23 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-23 Carl Ritson[AMDGPU] Only unbundle memory accesses in SIMemoryLegalizer
2021-03-23 Craig Topper[RISCV] Rename Zb* extension tests to use lower case...
2021-03-23 Philip Reames[test] precommit another test for point-in-time deref...
2021-03-23 Richard SmithImprove module dumping for debugging.
2021-03-23 Philip Reames[tests] Expand tests for point-in-time dereferenceability
2021-03-23 Vitaly BukaRevert "[sanitizer] Support dynamic premapped R/W range...
2021-03-23 Zakk ChenRevert "[RISCV][NFC] Fix RVV intrinsic tests."
2021-03-23 Philip ReamesMinor format tweak to deref analysis printer
2021-03-23 Jonas Devlieghere[dsymutil] Fix spurious warnings for missing symbols...
2021-03-23 Philip Reames[deref] Split a test to show both global and pointwise...
2021-03-23 Zakk Chen[RISCV][NFC] Fix RVV intrinsic tests.
2021-03-23 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-23 River Riddle[mlir][OpAsmFormat] Add support for an "else" group...
2021-03-23 Sean Silva[mlir] Tune error message for assertion.
2021-03-23 Gulfem Savrun... Revert "[Passes] Add relative lookup table converter...
2021-03-23 Chris LattnerRename FrozenRewritePatternList -> FrozenRewritePattern...
2021-03-23 Mehdi AminiAdd a mechanism for Dialects to customize printing...
2021-03-23 Amara Emerson[darwin][driver] Pass through -global-isel LLVM flags...
2021-03-23 Chris LattnerTidy up some docs.
2021-03-23 Chris Lattner[PatternMatch] Big mechanical rename OwningRewritePatte...
2021-03-23 Juneyoung LeeReland "[SimplifyCFG] Update FoldBranchToCommonDest...
2021-03-23 Mehdi AminiRevert "Revert "Revert "Revert "Revert "[lld-macho...
2021-03-22 Vy NguyenRevert "Revert "Revert "Revert "[lld-macho] Implement...
2021-03-22 Chris Lattner[PatternRewriter] Rename OwningRewritePatternList ...
2021-03-22 Gulfem Savrun... [doc] Fix typo in rel lookup table converter pass
2021-03-22 Stephen Kelly[AST] Add introspection support for Decls
2021-03-22 Arthur O'Dwyer[libc++] Include <__config> first in all standard headers.
2021-03-22 Nico Weber[gn build] fix typo in 78a65cd945d
2021-03-22 Reid Kleckner[COFF] Only consider associated EH sections during ICF
2021-03-22 Martin Storsjö[libcxx] [test] Fix fs.op.proximate for windows
2021-03-22 Gulfem Savrun... [Passes] Add relative lookup table converter pass
2021-03-22 Richard Smith[docs] Clarify which part of the "refers to" rule for...
2021-03-22 Richard SmithAttempt to further improve the documentation for the...
2021-03-22 Reid Kleckner[PDB] Add missing test for b552adf8b388a4
2021-03-22 Peter Steinfeld[flang] Disallow erroneous procedure declarations
2021-03-22 Roman Lebedev[NFC][SROA] Add some more tests for speculation around...
2021-03-22 Roman Lebedev[NFC][InstCombine] Autogenerate some checklines being...
2021-03-22 Roman Lebedev[NFC][IR] Type: add getWithNewType() method
2021-03-22 Sanjay PatelRevert "[SimplifyCFG] use profile metadata to refine...
2021-03-22 Matt Morehouse[sanitizer] Support dynamic premapped R/W range in...
2021-03-22 Martin Storsjö[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124...
next