platform/upstream/llvm.git
2019-09-13 Eric FiselierFix various test failures with GCC
2019-09-13 Sanjay Patel[SLP] add test for vectorization of constant expression...
2019-09-13 Manoj GuptaReland r371785: Add -Wpoison-system-directories warning
2019-09-13 Roman Lebedev[NFC][InstSimplify] Add some more tests for D67498...
2019-09-13 Erich KeaneFix build error in 371875
2019-09-13 Erich Keane[NFCI]Create CommonAttributeInfo Type as base type...
2019-09-13 Eric FiselierFix failing negative compilation test for some versions...
2019-09-13 Alexander TimofeevRevert for: [AMDGPU]: PHI Elimination hooks added for...
2019-09-13 Dan LiewFix bug in `darwin_test_archs()` when the cache variabl...
2019-09-13 Dan Liew[CMake] Separate the detection Darwin platforms archite...
2019-09-13 Francis Visoiu... [Remarks][NFC] Forward declare ParsedStringTable
2019-09-13 Francis Visoiu... [Remarks][NFC] Use StringLiteral for magic numbers
2019-09-13 Jessica Paquette[AArch64][GlobalISel] Add support for sibcalling callee...
2019-09-13 Eric FiselierRecommit r370502: Make `vector` unconditionally move...
2019-09-13 George Rimar[lldb] - Update unit tests after lib/ObjectYAML change.
2019-09-13 George Rimar[yaml2obj/ObjectYAML] - Cleanup the error reporting...
2019-09-13 Marshall ClowOnly initialize the streams cout/wcout/cerr/wcerr etc...
2019-09-13 Eric FiselierFix build in C++20
2019-09-13 James Henderson[docs][llvm-readelf][llvm-readobj] Improve --stack...
2019-09-13 Craig Topper[X86] Use incDecVectorConstant to simplify the min...
2019-09-13 Nico WeberFix a few spellos in docs.
2019-09-13 David Goldman[Sema][Typo Correction] Fix potential infite loop on...
2019-09-13 Nico Webergn build: pacify "gn format" after 371102
2019-09-13 Jinsong Ji[PowerPC][NFC] Move codegen tests to PowerPC from MIR...
2019-09-13 Benjamin Kramer[ADT] Remove a workaround for old versions of clang
2019-09-13 James Henderson[docs][llvm-objcopy][llvm-strip] Improve --strip-unneed...
2019-09-13 Nico Weberclang-format: Add support for formatting (some) lambdas...
2019-09-13 Luke CheesemanFix depfile name construction
2019-09-13 Nico Weberlld-link: Add a flag /lldignoreenv that makes lld-link...
2019-09-13 Nico Webergn build: (manually) merge r371834, take 2
2019-09-13 Nico WeberRevert "gn build: (manually) merge r371834"
2019-09-13 Nico Webergn build: (manually) merge r371834
2019-09-13 Nico Webergn build: Merge r371822
2019-09-13 Nico Webergn build: (manually) merge r371787
2019-09-13 Benjamin Kramer[ADT] Make DenseMap use allocate_buffer
2019-09-13 James Henderson[llvm-size] Fix spelling errors (Berkely -> Berkeley)
2019-09-13 Benjamin Kramer[Orc] Roll back ThreadPool to std::function
2019-09-13 Benjamin Kramer[Orc] Address the remaining move-capture FIXMEs
2019-09-13 Raphael Isemann[lldb][NFC] Remove ArgEntry::ref member
2019-09-13 Simon Pilgrim[X86] negateFMAOpcode - extend to support FMADDSUB...
2019-09-13 Gabor Marton[ASTImporter] Add development internals docs
2019-09-13 David Green[ARM] Add earlyclobber for cross beat MVE instructions
2019-09-13 Raphael Isemann[lldb][NFC] Simplify Args::ReplaceArgumentAtIndex
2019-09-13 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-13 Sjoerd Meijer[AArch64] More @llvm.fma.f16 tests
2019-09-13 Sylvestre LedruFix a perl warning: Scalar value @ArgParts[0] better...
2019-09-13 Guillaume Chatelet[Alignment] Introduce llvm::Align to MCSection
2019-09-13 George Rimar[lib/ObjectYAML] - Change interface to return `bool...
2019-09-13 Sam Tebbs[ARM] Add support for MVE vmaxv and vminv
2019-09-13 George Rimar[llvm-objdump] Fix llvm-objdump --all-headers output...
2019-09-13 Rainer Orth[Polly] Fix lib/Transform/ScheduleOptimizer.cpp compila...
2019-09-13 Dmitri GribenkoRevert "Fix test failures after r371640"
2019-09-13 Raphael Isemann[lldb][NFC] Make ArgEntry::quote private and provide...
2019-09-13 Pierre Gousseau[compiler-rt] Add ubsan interface header.
2019-09-13 Balazs Keri[Clang][ASTImporter] Added visibility check for Functio...
2019-09-13 Florian Hahn[BasicBlockUtils] Add optional BBName argument, in...
2019-09-13 Sjoerd Meijer[AArch64] MachineCombiner FMA matching. NFC.
2019-09-13 Richard SmithFor PR17164: split -fno-lax-vector-conversion into...
2019-09-13 Richard SmithFix interaction between r371813 and r371814.
2019-09-13 Craig Topper[TargetRegisterInfo] Remove SVT argument from getCommon...
2019-09-13 Richard SmithRemove reliance on lax vector conversions from altivec...
2019-09-13 Jonas DevlieghereRevert "For PR17164: split -fno-lax-vector-conversion...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Fix assert on multi-return side...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize s32->s16 G_SITOFP/G_UITOFP
2019-09-13 Shiva Chen[RISCV] Support stack offset exceed 32-bit for RV64
2019-09-13 Shiva ChenRevert "[RISCV] Support stack offset exceed 32-bit...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for amdgcn.else
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Select 16-bit VALU bit ops
2019-09-13 Shiva Chen[RISCV] Support stack offset exceed 32-bit for RV64
2019-09-13 Richard SmithFor PR17164: split -fno-lax-vector-conversion into...
2019-09-13 Fangrui Song[ELF] Delete a redundant assignment to SectionBase...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FFLOOR
2019-09-13 Tim ShenTemporarily revert r371640 "LiveIntervals: Split live...
2019-09-13 Michael Kruse[ScopBuilder] Skip getting leader when merging statemen...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FMAD
2019-09-13 Manoj GuptaRevert r371785.
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Select G_CTPOP
2019-09-13 Matt ArsenaultDAG/GlobalISel: Correct type profile of bitcount ops
2019-09-13 Alex Langford[Target] Move InferiorCall to Process
2019-09-13 Jason MolendaThe setUp/tearDown methods I added mssed up the test...
2019-09-12 Jan Korous[libclang] Fix UninstallAbortingLLVMFatalErrorHandler...
2019-09-12 Matt ArsenaultAMDGPU: Add immarg to llvm.amdgcn.init.exec.from.input
2019-09-12 Matt ArsenaultLiveIntervals: Remove assertion
2019-09-12 Matt ArsenaultAMDGPU: Inline constant when materalizing FI with add...
2019-09-12 Philip Reames[Test] Restructure check lines to show differences...
2019-09-12 Philip ReamesRename nonvolatile_load/store to simple_load/store...
2019-09-12 Jessica Paquette[AArch64][GlobalISel] Support tail calling with swiftse...
2019-09-12 Jan Korous[libclang] Expose abort()-ing LLVM fatal error handler
2019-09-12 Philip Reames[SDAG] Update generic code to conservatively check...
2019-09-12 Manoj GuptaAdd -Wpoison-system-directories warning
2019-09-12 Jonas Devlieghere[NFC] Sort source files in Utility/CMakeLists.txt
2019-09-12 Greg Clayton[NFC] Fix file header filename to be Range.h
2019-09-12 DeForest Richards[Docs] Adds page for reference docs
2019-09-12 Artem Dergachev[analyzer] Fix the 'analyzer-enabled-checkers.c' test...
2019-09-12 Jessica Paquette[AArch64][GlobalISel] Support sibling calls with outgoi...
2019-09-12 Craig Topper[PowerPC] Remove the SPE4RC register class and instead...
2019-09-12 Amy Huang[COFF] Fix to not add archive name to buffer identifier...
2019-09-12 Philip ReamesRemove a duplicate test
2019-09-12 Philip Reames[SCEV] Add smin support to getRangeRef
2019-09-12 Craig Topper[DAGCombiner][X86] Pass the CmpOpVT to reduceSelectOfFP...
next