platform/upstream/llvm.git
2020-06-05 Yaxun (Sam... Attempt to fix hip-include-path.hip
2020-06-05 Saleem Abdulrasoollld: use modern library search ordering
2020-06-05 Alexandre Ganea[llvm-pdbutil] Add missing --id-stats to dump the IPI...
2020-06-05 Matt ArsenaultGlobalISel: Add helper for constructing load from offset
2020-06-05 Adrian PrantlTeach GetXcodeSDK to look in the Xcode that contains...
2020-06-05 Adrian PrantlMove GetXcode*Directory into HostInfo (NFC)
2020-06-05 Matt ArsenaultGlobalISel: Make known bits/alignment API more consistent
2020-06-05 Matt ArsenaultGlobalISel: Add G_EXTRACT/G_INSERT offset to legalize...
2020-06-05 Dan GohmanRevert "[WebAssembly] Improve clang diagnostics for...
2020-06-05 Jay FoadCorrectly report modified status for AMDGPUUnifyDiverge...
2020-06-05 Fangrui SongFix -Wunused-variable after D80515
2020-06-05 Nico Weber[gn build] (manually) merge 5eedf07ab999d
2020-06-05 Yaxun (Sam... Attempt to fix hip-include-path.hip
2020-06-05 Matt ArsenaultAMDGPU: Fix incorrect selection of buffer atomic fadd
2020-06-05 Matt ArsenaultAMDGPU: Fix missing immarg on buffer.atomic.fadd intrinsic
2020-06-05 Craig Topper[X86] Teach combineVectorShiftImm to constant fold...
2020-06-05 Dan Gohman[WebAssembly] Improve clang diagnostics for wasm attributes
2020-06-05 Evgenii Stepanov[hwasan] Disable malloc-fill by default.
2020-06-05 Marco Elver[KernelAddressSanitizer] Make globals constructors...
2020-06-05 Nikita Popov[LiveDebugValues] Fix output stream (NFC)
2020-06-05 Nikita Popov[LiveDebugValues] Remove PendingInLocs (NFC)
2020-06-05 Matt ArsenaultAMDGPU/GlobalISel: Fix some broken YAML in MIR test
2020-06-05 Matt ArsenaultGlobalISel: Infer nofpexcept flag during selection...
2020-06-05 Alex Lorenz[apple clang] disable in-process CC1 to preserve crashl...
2020-06-05 Sameer Arora[llvm-objcopy] Reorder --dump-section for MachO
2020-06-05 Nicolas Vasilache[mlir][test][CPU] Reduce the size of mlir-cpu-runner...
2020-06-05 Sameer Arora[llvm-objcopy] Reorder --dump-section before --remove...
2020-06-05 Louis Dionne[libc++] Avoid passing -xc++ in Lit feature detection
2020-06-05 David Green[ARM] VQMOVN demand bits analysis
2020-06-05 Sameer Arora[llvm-ar] Update error messages and tests as per latest...
2020-06-05 Sameer Arora[llvm-ar] Add more tests for errors in opening archives
2020-06-05 Nicolas Vasilache[mlir][Vector] Add folding of memref_cast into vector_t...
2020-06-05 LLVM GN Syncbot[gn build] Port 11d06b9511b
2020-06-05 Yaxun (Sam... Fix lit tests hip-include-path.hip and hip-host-cpu...
2020-06-05 Sander de SmalenReland D80640: [CodeGen][SVE] Calculate correct type...
2020-06-05 Louis Dionne[libc++abi] Properly fix XFAILs for exception alignment
2020-06-05 Nicolas Vasilache[mlir][Linalg] NFC - Cleanup debug, address post-commit...
2020-06-05 Jacques Pienaar[mlir] Add verify method to adaptor
2020-06-05 Louis Dionne[CMake] Do not append -lm to CMAKE_REQUIRED_LIBRARIES...
2020-06-05 Yaxun (Sam... [HIP] Add default header and include path
2020-06-05 Simon PilgrimScalarEvolutionNormalization.h - reduce ScalarEvolution...
2020-06-05 Simon PilgrimTypeMetadataUtils.h - reduce Instructions.h include...
2020-06-05 Sanjay Patel[x86] form reduction intrinsics from vectorizers instea...
2020-06-05 Sanjay Patel[PhaseOrdering] add tests for reductions; NFC (PR43953)
2020-06-05 Nico Weber[gn build] (manually) port a6fcf5ca033
2020-06-05 Arthur EubanksAdd ASan metadata globals to @llvm.compiler.used under...
2020-06-05 Arthur EubanksMark lambda in use-after-scope-capture.cpp as noinline
2020-06-05 Simon Pilgrim[X86][SSE] Simplify MOVMSK patterns based on comparison
2020-06-05 Xun LiFix the roundtrip test under llvm-profdata
2020-06-05 Pete Steinfeld[flang] Fix crash on erroneous expressions
2020-06-05 Fangrui Song[ELF] Handle -u before input files
2020-06-05 Zinovy NisFix crash on misc-redundant-expression
2020-06-05 Jonas Devlieghere[dsymutil] Don't emit N_AST symbol entries in the Mach...
2020-06-05 Nicolas Vasilache[mlir][SCF] Add single iteration scf.for promotion...
2020-06-05 Julian Lettner[lit] Improve naming of test result categories
2020-06-05 Sander de SmalenRevert "[CodeGen][SVE] Calculate correct type legalizat...
2020-06-05 Haojian Wu[AST] Record SourceLocation for TypoExpr.
2020-06-05 Kazushi (Jam... [VE] Support logical operation instructions in MC layer
2020-06-05 Wen-Heng (Jack... [mlir][gpu] Introduce mlir-rocm-runner.
2020-06-05 Sander de Smalen[CodeGen][SVE] Calculate correct type legalization...
2020-06-05 serge-sans... [SCCP] Report changes after removing stores to constant...
2020-06-05 serge-sans... Correctly report modified status for DivRemPairs
2020-06-05 serge-sans... Correctly report modified status for DSE
2020-06-05 serge-sans... Correctly report modified status for TailRecursionElimi...
2020-06-05 serge-sans... Correctly report modified status for ObjCARCContract
2020-06-05 serge-sans... Correctly report modified status for ObjCARCOpt
2020-06-05 Kadir Cetinkaya[llvm][AArch64] Fix unused variable
2020-06-05 Louis Dionne[libc++] Translate locale detection to the DSL
2020-06-05 Max KazantsevReturn "[InstCombine] Simplify compare of Phi with...
2020-06-05 serge-sans... Correctly report modified status for LoopSimplify
2020-06-05 serge-sans... Fix return status of AddressSanitizer pass
2020-06-05 Kazushi (Jam... [VE] Support branch instructions in MC layer
2020-06-05 Simon PilgrimSyncDependenceAnalysis.h - remove orphan method declara...
2020-06-05 Simon PilgrimTargetLibraryInfo.h - reduce Triple.h include to forwar...
2020-06-05 Simon PilgrimScopedNoAliasAA.h - remove unnecessary InstrTypes.h...
2020-06-05 Ties Stuij[clang][BFloat] Add create/set/get/dup intrinsics
2020-06-05 Guillaume Chatelet[Alignment][NFC] Migrate CallingConv tablegen code
2020-06-05 madhur13490Fix a typo in AMDGPU docs
2020-06-05 Louis Dionne[libc++] Link against libatomic when it is found
2020-06-05 Ties Stuij[clang][BFloat] add NEON emitter for bfloat
2020-06-05 HazemAbdelhafez[MLIR][SPIRV] Support flat, location, and noperspective...
2020-06-05 Denis AntrushinFix build breakage caused by 66a1b83bf93ec46f6d7a06c47d...
2020-06-05 Nicolas Vasilache[mlir][Vector] Move temporary alloc to top of the funct...
2020-06-05 Dineshkumar... [MsgPack] Added a convenience operator
2020-06-05 Joachim ProtzeRemove mention of counter from Archer readme
2020-06-05 Ties Stuij[ARM] Add poly64_t on AArch32.
2020-06-05 Denis Antrushin[TargetLowering][NFC] More efficient emitPatchpoint().
2020-06-05 Tom Weaver[Dexter] Add DexLimitSteps command and ConditionalContr...
2020-06-05 Stefan Pintilie[PowerPC] Remove extra nop after notoc call
2020-06-05 Nicolas Vasilache[mlir][Linalg] Add missing CMake dependency on SCFTrans...
2020-06-05 Kerry McLaughlin[CodeGen][SVE] Legalisation of extends with scalable...
2020-06-05 Kadir CetinkayaRevert "[InstCombine] Simplify compare of Phi with...
2020-06-05 Kadir Cetinkaya[clang][test] Put output into temp directory
2020-06-05 Stefan Pintilie[PowerPC][NFC] Add more PC Relative tests
2020-06-05 Nicolas Vasilache[mlir][Linalg] Add a hoistRedundantVectorTransfers...
2020-06-05 Xing GUO[ObjectYAML][test] Reuse the chack tag "DWARF-HEADER...
2020-06-05 Kadir Cetinkaya[lldb] Handle new BFloat16 type
2020-06-05 Max Kazantsev[InstCombine] Simplify compare of Phi with constant...
2020-06-05 Kadir Cetinkaya[mlir] Make PassManager.h self-contained
2020-06-05 Jan Kratochvil[lldb] Fix UBSan regression in GetSLEB128
next