platform/upstream/llvm.git
2019-10-07 Yi-Hong Lyu[NFC][CGP] Tests for making ICMP_EQ use CR result of...
2019-10-07 Richard Smith[c++20] Check for a class-specific operator delete...
2019-10-07 Richard SmithFix behavior of __builtin_bit_cast when the From and...
2019-10-07 Nico Webergn build: no-op style tweak in sync script
2019-10-06 DeForest Richards[Docs] Removes Subsystem Documentation page
2019-10-06 Simon Pilgrim[X86][AVX] Access a scalar float/double as a free extra...
2019-10-06 Simon PilgrimFix signed/unsigned warning. NFCI
2019-10-06 Amy Kwan[NFC][PowerPC] Reorganize CRNotPat multiclass patterns...
2019-10-06 Simon Pilgrim[X86][SSE] Remove resolveTargetShuffleInputs and use...
2019-10-06 Simon Pilgrim[X86][SSE] Don't merge known undef/zero elements into...
2019-10-06 Richard SmithImplements CWG 1601 in [over.ics.rank/4.2]
2019-10-06 Craig Topper[X86] Add custom type legalization for v16i64->v16i8...
2019-10-06 Craig Topper[LegalizeTypes][X86] When splitting a vselect for type...
2019-10-06 Richard Smith[Sema] Avoids an assertion failure when an invalid...
2019-10-06 Nico Webergn build: make windows build less broken
2019-10-06 Whitney Tsang[LOOPGUARD] Remove asserts in getLoopGuardBranch
2019-10-06 DeForest Richards[Docs] Removes Programming Documentation page
2019-10-06 Simon Pilgrim[X86][SSE] resolveTargetShuffleInputs - call getTargetS...
2019-10-06 DeForest Richards[Docs] Adds new Getting Started/Tutorials page
2019-10-06 Sanjay PatelRevert [DAGCombine] Match more patterns for half word...
2019-10-06 Xiangling Liao[NFC] Replace 'isDarwin' with 'IsDarwin'
2019-10-06 Sanjay Patel[InstCombine] fold fneg disguised as select+fmul (PR43497)
2019-10-06 Amaury Sechet[DAGCombine] Match more patterns for half word bswap
2019-10-06 Simon Pilgrim[X86][AVX] combineExtractSubvector - merge duplicate...
2019-10-06 Sanjay Patel[InstCombine] add fast-math-flags for better test cover...
2019-10-06 Sanjay Patel[InstCombine] don't assume 'inbounds' for bitcast point...
2019-10-06 Simon Pilgrim[X86][SSE] matchVectorShuffleAsBlend - use Zeroable...
2019-10-06 David Zarzycki[X86] Enable AVX512BW for memcmp()
2019-10-06 Paul Hoad[clang-format][docs] Fix the Google C++ and Chromium...
2019-10-06 Matt ArsenaultAMDGPU/GlobalISel: Fall back on weird G_EXTRACT offsets
2019-10-06 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect mul24 intrinsics
2019-10-06 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect DS GWS intrinsics
2019-10-06 Matt ArsenaultAMDGPU/GlobalISel: Lower G_ATOMIC_CMPXCHG_WITH_SUCCESS
2019-10-06 Matt ArsenaultGlobalISel: Partially implement lower for G_EXTRACT
2019-10-06 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for sendmsg intrinsics
2019-10-05 Craig Topper[FastISel] Copy the inline assembly dialect to the...
2019-10-05 Simon Pilgrim[X86][AVX] Push sign extensions of comparison bool...
2019-10-05 Sanjay Patel[SLP] avoid reduction transform on patterns that the...
2019-10-05 Simon Pilgrim[X86] lowerShuffleAsLanePermuteAndRepeatedMask - variab...
2019-10-05 Simon PilgrimTry to fix sphinx indentation error
2019-10-05 David Bolvansky[SelectionDAG] Add tests for LKK algorithm
2019-10-05 Simon PilgrimRewriteObjC - silence static analyzer getAs<> null...
2019-10-05 David Bolvansky[Diagnostics] Highlight expr's source range for -Wbool...
2019-10-05 Simon PilgrimSemaTemplate - silence static analyzer getAs<> null...
2019-10-05 Simon PilgrimTreeTransform - silence static analyzer getAs<> null...
2019-10-05 Simon PilgrimRemove redundant !HasDependentValue check. NFCI.
2019-10-05 Simon PilgrimSemaStmt - silence static analyzer getAs<> null derefer...
2019-10-05 Simon PilgrimBranchFolding - IsBetterFallthrough - assert non-null...
2019-10-05 Paul Hoad[clang-format] SpacesInSquareBrackets should affect...
2019-10-05 James Molloy[UnitTests] Try and pacify gcc-5
2019-10-05 Sylvestre LedruDo not install lit-cpuid
2019-10-05 David Bolvansky[NFCI] Slightly improve warning message
2019-10-05 David Bolvansky[Diagnostics] Use Expr::isKnownToHaveBooleanValue(...
2019-10-05 Mehdi AminiExpose ProvidePositionalOption as a public API
2019-10-05 Philip ReamesFix a *nasty* miscompile in experimental unordered...
2019-10-04 Philip Reames[Test] Add a test case fo a missed oppurtunity in impli...
2019-10-04 Ana Pazos[RISCV] Added missing ImmLeaf predicates
2019-10-04 Aditya KumarAdd a unittest to verify for assumption cache
2019-10-04 Jonas Devlieghere[MachO] Reduce indentation further in ParseSymtab ...
2019-10-04 Alex Langford[libc++] Guard cxx_experimental settings behind LIBCXX_...
2019-10-04 Louis Dionne[libc++] Localize common build flags into a single...
2019-10-04 Aditya KumarInvalidate assumption cache before outlining.
2019-10-04 Jon Chesterfield[libomptarget][nfc] Update remaining uint32 to use...
2019-10-04 Reid KlecknerRevert [CodeGen] Do the Simple Early Return in block...
2019-10-04 Jonas Devlieghere[test] Run TestLaunchWithShellExpand with /bin/sh on...
2019-10-04 Jonas Devlieghere[MachO] Move nlist parsing into helper function (NFC)
2019-10-04 Roman Lebedev[InstCombine] Fold 'icmp eq/ne (?trunc (lshr/ashr ...
2019-10-04 Roman Lebedev[InstCombine] Right-shift shift amount reassociation...
2019-10-04 Roman Lebedev[NFC][InstCombine] Autogenerate shift.ll test
2019-10-04 Roman Lebedev[NFC][InstCombine] Autogenerate icmp-shr-lt-gt.ll test
2019-10-04 Roman Lebedev[NFC][InstCombine] Tests for bit test via highest sign...
2019-10-04 Roman Lebedev[NFC][InstCombine] Tests for right-shift shift amount...
2019-10-04 Sterling AugustineAdd an off-by-default option to enable testing for...
2019-10-04 Davide Italiano[debugserver] Don't link against Cocoa, it's not needed.
2019-10-04 Julian Lettner[lit] Use better name for "test in parallel" concept
2019-10-04 Jon ChesterfieldUse named constant to indicate all lanes, to handle...
2019-10-04 Yuanfang Chen[clang] fix a typo from r372531
2019-10-04 Jessica Paquette[MachineOutliner] Disable outlining from noreturn functions
2019-10-04 Jason MolendaExpand on the qfProcessInfo documentation, add examples...
2019-10-04 Sanjay Patel[InstCombine] add tests for fneg disguised as fmul...
2019-10-04 Jan Kratochvil[lldb] [testsuite] Mark TestSBCommandReturnObject as...
2019-10-04 Michal Gorny[clang-tools-extra] [cmake] Link against libclang-cpp...
2019-10-04 Michal Gorny[clang] [cmake] Use add_clang_tool() to install all...
2019-10-04 Huihui Zhang[NFC] Add { } to silence compiler warning [-Wmissing...
2019-10-04 Jonas Devlieghere[Host] Return status directly from RunShellCommand
2019-10-04 Eli Friedman[ScheduleDAG] When a node is cloned, add an edge betwee...
2019-10-04 Martin Storsjo[LLD] [COFF] Always demangle the __imp_ prefix to __dec...
2019-10-04 Martin Storsjo[test] Remove another two unnecessary uses of REQUIRES...
2019-10-04 Martin Storsjo[JITLink] Silence GCC warnings. NFC.
2019-10-04 Jonas Devlieghere[MachO] Add early returns to save some indentation.
2019-10-04 Jonas Devlieghere[MachO] Reformat before making changes to this file...
2019-10-04 Jonas Devlieghere[Host] Don't discard return value from RunShellCommand
2019-10-04 Jan Kratochvil[lldb] Fix crash on SBCommandReturnObject & assignment
2019-10-04 Erik Pilkington[Sema] Split out -Wformat-type-confusion from -Wformat...
2019-10-04 Louis Dionne[libc++] Make the modules-related flags PUBLIC instead...
2019-10-04 Reid KlecknerAdd missing null pointer check in -ftime-trace code
2019-10-04 Louis Dionne[libc++abi] Link against libSystem on Apple platforms
2019-10-04 Jordan Rose[CMake] Clang: Don't use object libraries with Xcode
2019-10-04 Antonio AfonsoComponentize lldb/scripts to use with LLVM_DISTRIBUTION...
2019-10-04 Louis Dionne[libc++] Move more CMake flags to per-target definitions
next