platform/upstream/llvm.git
2020-08-09 Georgii Rymar[llvm-readelf/obj] - Refine the implementation of print...
2020-08-09 Georgii Rymar[llvm-readobj] - Remove 3 excessive test cases.
2020-08-09 Craig Topper[X86][GlobalISel] Remove unneeded code for handling...
2020-08-09 Uday Bondhugula[MLIR][NFC] Fix misleading diagnostic error + clang...
2020-08-09 Craig Topper[DAGCombiner] Teach SimplifySetCC SETUGE X, SINTMIN...
2020-08-09 Craig Topper[X86] Autogenerate complete checks. NFC
2020-08-09 Vitaly BukaRevert "[NFC][StackSafety] Add index test"
2020-08-09 Vitaly Buka[NFC][StackSafety] Add index test
2020-08-09 Vitaly Buka[NFC][StackSafety] noinline in alias tests
2020-08-09 Fangrui Song[ELF] --wrap: don't leave the original symbol as SHN_UN...
2020-08-09 weihe[llvm-profdata] Implement llvm-profdata overlap for...
2020-08-09 Petr HosekRevert "[CMake] Simplify CMake handling for zlib"
2020-08-08 Petr Hosek[CMake] Simplify CMake handling for zlib
2020-08-08 Brad SmithBackout a test that is dependent on an uncommited diff...
2020-08-08 Thomas Lively[WebAssembly] Fix FastISel address calculation bug
2020-08-08 Brad Smithfix typo
2020-08-08 Brad SmithHook up OpenBSD 64-bit PowerPC support
2020-08-08 Vincent Zhao[MLIR] Consider AffineIfOp when getting the index set...
2020-08-08 Craig Topper[X86] Remove a DCI.isBeforeLegalize() call from combine...
2020-08-08 Roman Lebedev[Reduce] Rewrite function body delta pass again
2020-08-08 Dávid Bolvanský[libcxx-fuzzing] Fixed bug found by -Wstring-concatenation
2020-08-08 Craig Topper[X86] Support matching VPTERNLOG when the root node...
2020-08-08 Craig Topper[X86] Add VPTERNLOG test cases where the root node...
2020-08-08 Dávid Bolvanský[AArch64RegisterInfo] Supress new warning
2020-08-08 Craig Topper[X86] Remove isSafeToClobberEFLAGS helper and just...
2020-08-08 Muhammad Omair... [LLDB] Fix timeout value on expect_gdbremote_sequence
2020-08-08 Craig TopperRecommit "[X86] Increase the number of instructions...
2020-08-08 Craig TopperRevert "[X86] Increase the number of instructions searc...
2020-08-08 Dávid Bolvanský[FileCheckTest] Supress new warning
2020-08-08 Simon Pilgrim[X86][SSE] combineTargetShuffle - use scaleShuffleMask...
2020-08-08 Craig Topper[X86] Increase the number of instructions searched...
2020-08-08 Simon Pilgrim[InstCombine] Use CreateVectorSplat(ElementCount) varia...
2020-08-08 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-08-08 Brad SmithChange the default target CPU for OpenBSD/i386 to i586
2020-08-08 Dávid Bolvanský[Clang] Fixed buildboit failure; bot defaults to older...
2020-08-08 Dávid Bolvanský[Clang] Avoid whitespace in fixit note
2020-08-08 Dávid Bolvanský[Diagnostics] Diagnose missing comma in string array...
2020-08-08 Roman Lebedev[SimplifyCFG] Fix invoke->call fold w/ multiple invokes...
2020-08-08 Roman Lebedev[NFC][SimplifyCFG] Rewrite isCleanupBlockEmpty() to...
2020-08-08 Roman Lebedev[NFC][SimplifyCFG] Add a test showing invoke->call...
2020-08-08 Roman Lebedev[NFC][SimplifyCFG] Count the number of invokes turned...
2020-08-08 Fangrui Song[ELF] --wrap: set isUsedInRegularObj of __wrap_ if...
2020-08-08 Sanjay Patel[DAGCombiner] reassociate reciprocal sqrt expression...
2020-08-08 Sanjay Patel[x86] add tests for another reciprocal sqrt pattern...
2020-08-08 Benjamin Kramerlib/CodeGen doesn't depend on lib/Passes.
2020-08-08 Rainer Orth[test][DebugInfo] Adapt two tests for Sun assembler...
2020-08-08 Siva Chandra... [libc][NFC] Disable a loader test as ld.gold fails...
2020-08-08 Siva Chandra... [libc][NFC] Add library of floating point test matchers.
2020-08-08 Feng LiuAdd the inline interface to the shape dialect
2020-08-08 Juneyoung Lee[InstCombine] Optimize select(freeze(icmp eq/ne x,...
2020-08-08 Siva Chandra... [libc] Setup TLS in x86_64 loader.
2020-08-08 Juneyoung Lee[InstCombine] Add tests for select(freeze(icmp x, y...
2020-08-08 Craig Topper[X86] Limit the scope of the min/max canonicalization...
2020-08-08 Mehdi AminiRemove unused static helper getMemRefTypeFromTensorType...
2020-08-08 Mehdi AminiRemove unused class member (NFC)
2020-08-08 Mehdi AminiRevert "[mlir] Add a utility class, ThreadLocalCache...
2020-08-08 Fangrui Song[ELF] Support .cfi_signal_frame
2020-08-08 Vincent Zhao[MLIR] Add tiling validity check to loop tiling pass
2020-08-08 Richard SmithPR47025, PR47043: Diagnose unexpanded parameter packs...
2020-08-08 Keno Fischer[X86] Don't produce bad x86andp nodes for i1 vectors
2020-08-07 LLVM GN Syncbot[gn build] Port f5b5ccf2a68
2020-08-07 Yuanfang ChenReland "Revert "[NewPM][CodeGen] Introduce machine...
2020-08-07 peter klausler[flang] Handle DATA initialization of EQUIVALENCE'd...
2020-08-07 Matt ArsenaultAMDGPU: Avoid explicitly listing all the memory nodes
2020-08-07 Vitaly Buka[NFC][StackSafety] Fix statistics
2020-08-07 Teresa Johnson[sanitizer] Fix comment (NFC)
2020-08-07 Mauricio SifontesCreate Reduction Tree Pass
2020-08-07 Nick DesaulniersRevert "[Clang] implement -fno-eliminate-unused-debug...
2020-08-07 Nick DesaulniersRevert "fix windows build for D80242"
2020-08-07 cchen[OpenMP 5.0] Fix PR-45212: Shouldn't error out while...
2020-08-07 Sean Silva[mlir] Centralize handling of memref element types.
2020-08-07 Jonas Devlieghere[lldb] Assert the process has exited before we gets...
2020-08-07 Arthur Eubanks[NewPM] Print 'Skipping pass' as pass instrumentation
2020-08-07 Nick Desaulniersfix windows build for D80242
2020-08-07 Mircea Trofin[NFC][MLInliner] Refactor logging implementation
2020-08-07 Jim InghamAdd a setting to force stepping to always run all threads.
2020-08-07 Sameer Arora[llvm-libtool-darwin] Add support for -D and -U options
2020-08-07 Sameer Arora[llvm-libtool-darwin] Add support for -filelist option
2020-08-07 Adrian PrantlFactor out reference-counting code from PlatformApple*
2020-08-07 Nick Desaulniers[Clang] implement -fno-eliminate-unused-debug-types
2020-08-07 Sameer Arora[llvm-libtool-darwin] Add constant CPU_SUBTYPE_ARM64_V8
2020-08-07 Vitaly BukaRevert "[StackSafety] Skip ambiguous lifetime analysis"
2020-08-07 Vitaly Buka[StackSafety,NFC] Add Stats counters
2020-08-07 Kiran Chandramohan[OpenMP,MLIR] Translation of parallel operation: num_th...
2020-08-07 Artem Belevich[OpenMP] Split OpenMP/target_map_codegen test [NFC]
2020-08-07 Sameer AroraAdd symlinks for `libtool` and `install_name_tool`
2020-08-07 River Riddle[flang] Update FirOpsDialect constructor to pass its...
2020-08-07 River Riddle[mlir][Type] Remove usages of Type::getKind
2020-08-07 River Riddle[mlir][Attribute] Remove usages of Attribute::getKind
2020-08-07 River Riddle[mlir] Remove the need to define `kindof` on attribute...
2020-08-07 River Riddle[mlir][Types] Remove the subclass data from Type
2020-08-07 River Riddle[mlir] Add a utility class, ThreadLocalCache, for stori...
2020-08-07 River Riddle[mlir] Refactor StorageUniquer to require registration...
2020-08-07 Fangrui Song[ELF]: --icf: don't fold sections referencing sections...
2020-08-07 Matt ArsenaultGlobalISel: Handle zext(sext x) in artifact combiner
2020-08-07 Adrian Prantllldbutil: add a retry mechanism for the ios simulator
2020-08-07 Sameer Arora[FileCheck] Add docs for --allow-empty
2020-08-07 peter klausler[flang] Support DATA statement initialization of numeri...
2020-08-07 cgyurgyik[libc] Add strcpsn and strpbrk implementation.
2020-08-07 peter klausler[flang] Descriptor-based I/O data item transfers
next