platform/upstream/llvm.git
2020-02-29 Mehdi AminiEnsure that multi-threading is disabled when enabling...
2020-02-29 Fangrui Song[MC] Add MCStreamer::emitInt{8,16,32,64}
2020-02-29 Aaron PuchertRemove unused parameter from CXXRecordDecl::forallBases...
2020-02-29 Sanjay Patel[PassManager] add tests for vector pass enabling; NFC
2020-02-29 Stefan Gränitz[ExecutionEngine] Add JITSymbolFlags::fromSummary(Globa...
2020-02-29 Stefanos BaziotisFirst test commit - empty
2020-02-29 Georgii Rymar[llvm-readobj] - Report warnings instead of errors...
2020-02-29 Benjamin KramerArrayRef'ize restoreCalleeSavedRegisters. NFCI.
2020-02-29 Siva Chandra... [libc] Add ability to generate enum types/values to...
2020-02-29 Shengchen Kan[X86] Move the function getOrCreateBoundaryAlignFragment
2020-02-29 Shengchen Kan[X86] Disable the NOP padding for branches when bundle...
2020-02-29 Fangrui Song[ELF][PPC32] Fix canonical PLTs when the order does...
2020-02-29 Fangrui Song[ELF] Delete two unneeded `referenced = true` after...
2020-02-29 Greg ClaytonRevert "Fix GSYM tests to run the yaml files and fix...
2020-02-29 Michael Liao[cmake] Fix LLVM_USE_SPLIT_DWARF
2020-02-29 Vedant KumarDisable instrprof-merging.cpp on powerpc64 (D69471...
2020-02-29 Vedant KumarAdd cast to appease clang-armv7-linux-build-cache ...
2020-02-29 Vedant KumarReland: [Coverage] Revise format to reduce binary size
2020-02-29 Vedant KumarRevert "[Coverage] Revise format to reduce binary size"
2020-02-29 Vedant Kumar[compiler-rt/test] Relax a test so we can debug it...
2020-02-29 Vedant Kumar[Coverage] Revise format to reduce binary size
2020-02-29 Reid KlecknerTry to fix WindowsManifest CMake logic on Windows
2020-02-29 Greg ClaytonFix GSYM tests to run the yaml files and fix test failu...
2020-02-29 Craig Topper[X86] Remove isel patterns from broadcast of loadi32.
2020-02-29 Vedant Kumar[compiler-rt/test] Use FileCheck -allow-empty instead...
2020-02-28 Francis Visoiu... [LTO][Legacy] Add explicit dependency on BinaryFormat
2020-02-28 Matt Morehouse[DFSan] Add __dfsan_cmp_callback.
2020-02-28 Erik Pilkington[Sema] Fix an assert when objc_externally_retained...
2020-02-28 Matt Morehouse[DFSan] Add __dfsan_mem_transfer_callback.
2020-02-28 Volodymyr Sapsai[modules] Allow frameworks to have only a private modul...
2020-02-28 Jay Foad[AMDGPU] Fix scheduling model for V_MULLIT_F32
2020-02-28 Craig Topper[X86] Canonicalize (bitcast (vbroadcast_load)) so that...
2020-02-28 Craig Topper[X86] Remove stale FIXME form test. NFC.
2020-02-28 Craig Topper[X86] Cleanup a comment around bitcasting X86ISD::VBROA...
2020-02-28 Michael Spencer[llvm][Support][modulemap] Exclude WindowsSupport.h...
2020-02-28 Vedant Kumar[ubsan] Add support for -fsanitize=nullability-* suppre...
2020-02-28 Vedant Kumar[entry values] ARM: Add a describeLoadedValue override...
2020-02-28 Matt Morehouse[DFSan] Add __dfsan_load_callback.
2020-02-28 Reid Kleckner[ADT] Allow K to be incomplete during DenseMap<K*,...
2020-02-28 Jordan Rupprecht[NFC] Fix minor python issues.
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Move from using target_link_libraries...
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Remove redundant library dependencies"
2020-02-28 Jay Foad[AMDGPU] Remove dubious logic in bidirectional list...
2020-02-28 Alexey Lapshin[LLD] Report errors occurred while parsing debug info...
2020-02-28 Francis Visoiu... [LTO][Legacy] Add new API to query Mach-O CPU (sub...
2020-02-28 Tim Shen[MLIR] Add vector support for fpexp and fptrunc.
2020-02-28 Tim Shen[MLIR] Add llvm.mlir.cast op for semantic preserving...
2020-02-28 Tim Shen[MLIR] Add LLVMConversionTarget as a customization...
2020-02-28 Krzysztof Parzyszek[Hexagon] Map dcfetch intrinsic to Y2_dcfetchbo, not...
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Move from add_dependencies() to DEPENDS"
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Add support for libMLIR.so"
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Fixes for BUILD_SHARED_LIBS=on"
2020-02-28 cchen[OpenMP5.0] Allow pointer arithmetic in motion/map...
2020-02-28 Stephen Neuendorffer[MLIR] Fixes for BUILD_SHARED_LIBS=on
2020-02-28 Valentin Churavy[MLIR] Add support for libMLIR.so
2020-02-28 Stephen Neuendorffer[MLIR] Move from add_dependencies() to DEPENDS
2020-02-28 Stephen Neuendorffer[MLIR] Remove redundant library dependencies
2020-02-28 Stephen Neuendorffer[MLIR] Move from using target_link_libraries to LINK_LI...
2020-02-28 Stephen Neuendorffer[MLIR] Refactor library initialization of JitRunner.
2020-02-28 Stephen Neuendorffer[MLIR] Refactor library handling for conversions.
2020-02-28 Stephen Neuendorffer[MLIR] Refactor handling of dialect libraries
2020-02-28 Jacques Pienaar[mlir] Fix typo
2020-02-28 Benjamin KramerAdd a pass that specializes parallel loops for easier...
2020-02-28 Yitzhak Mandelbaum[AST Matchers] Fix bug in 'optionally' matcher wherein...
2020-02-28 David Green[DAGCombine] Fix alias analysis for unaligned accesses
2020-02-28 Austin Kerbow[VectorCombine] Fix assert on compare extract index
2020-02-28 Eric Fiselier[libc++] update GCC cherry-pick to build 4.8.5
2020-02-28 Valery N Dmitriev[SLP][NFC] Assert that tree entry operands completed...
2020-02-28 Alexey Bataev[SLP]Update test checks, NFC.
2020-02-28 Craig Topper[X86] Recognize CVTPH2PS from STRICT_FP_EXTEND
2020-02-28 Sam Clegg[lld][WebAssembly] Handle mixed strong and weak undefin...
2020-02-28 Hiroshi YamauchiDevirtualize a call on alloca without waiting for post...
2020-02-28 Hiroshi Yamauchi[CallPromotionUtils] Add missing promotion legality...
2020-02-28 Valery N Dmitriev[SLP][NFC] Delete some unreachable code.
2020-02-28 Christopher... Revert "[NFC][ARM] Update test"
2020-02-28 aartbik[mlir] [VectorOps] Add vector.broadcast to EDSC
2020-02-28 Simon Pilgrim[AVX512] Add strict-fp cvtph2ps constrained tests
2020-02-28 Simon Pilgrim[F16C] Add strict-fp constrained tests
2020-02-28 Jacques Pienaar[mlir] Add reifyReturnShape to shaped type OpInterface
2020-02-28 Teresa Johnson[Inliner] Inlining should honor nobuiltin attributes
2020-02-28 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2020-02-28 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - fix SCALAR_TO_V...
2020-02-28 Pierre-vh[Transform][MemCpyOpt] Add missing DebugLoc to %tmpbitcast
2020-02-28 Krzysztof ParzyszekReland 7691790dfd1011d08f5468f63952d7690755aad4 with...
2020-02-28 David Green[ARM] MVE VMLAS
2020-02-28 David Green[ARM] Additional MVE VMLA tests. NFC
2020-02-28 Karasev NikitaSkip TemplateSpecializedType in modernize-pass-by-value.
2020-02-28 Simon Pilgrim[cmake][msvc] Don't disable C4345 any more.
2020-02-28 Jay Foad[Utils] Make some scripts directly executable
2020-02-28 Jay Foad[AMDGPU] Mark the scheduling model as complete
2020-02-28 Jay Foad[AMDGPU] Update a comment missed in 74e2974ac6a
2020-02-28 Alexey LapshinFix buildbots after c074f5234d29439116f0e0be6033ea9331e...
2020-02-28 Nathan James[clang-tidy] Added virtual isLanguageVersionSupported...
2020-02-28 Jonathan Coe[clang-format] Improve C# handling of spaces in square...
2020-02-28 Simon Cook[RISCV] Compress instructions based on function features
2020-02-28 LLVM GN Syncbot[gn build] Port 6af859dcca2
2020-02-28 Peter Smith[ELF][LLD][ARM] Add missing REQUIRES: arm to tests
2020-02-28 Jeremy Morse[DebugInfo] Re-implement LexicalScopes dominance method...
2020-02-28 Juneyoung LeeLet EarlyCSE fold equivalent freeze instructions
2020-02-28 Peter Smith[LLD][ELF][ARM] Implement Thumb pc-relative relocations...
next