platform/upstream/llvm.git
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
2019-10-04 Craig Topper[X86] Remove isel patterns for mask vpcmpgt/vpcmpeq...
2019-10-04 Craig Topper[X86] Add DAG combine to form saturating VTRUNCUS/VTRUN...
2019-10-04 Siva ChandraAdd few docs and implementation of strcpy and strcat.
2019-10-04 James Molloy[Automaton] Fix invalid iterator reference
2019-10-04 James Molloy[ModuloSchedule] Do not remap terminators
2019-10-04 Kevin P. Neal[FPEnv] Strict FP tests should use the requisite functi...
2019-10-04 Walter Erquinigo[process info] Remove assert in DoGetGroupName
2019-10-04 Mikhail Maltsev[utils] Fix incompatibility of bisect[-skip-count]...
2019-10-04 Walter Erquinigo[lldb-server/android] Show more processes and package...
2019-10-04 Alexey Bataev[OPENMP50]Suppport for multiple vendors in the same...
2019-10-04 Thomas Preud... [NFC] [FileCheck] Reapply fix init of objects in unit...
2019-10-04 Kostya Kortchinsky[scudo][standalone] Make malloc_info return a minimal XML
2019-10-04 Simon PilgrimSemaDeclAttr - silence static analyzer getAs<> null...
2019-10-04 Simon PilgrimCGBlocks - silence static analyzer getAs<> null derefer...
2019-10-04 Paul Hoad[clang-format] C++11 braced lists should respect the...
2019-10-04 Paul Hoad[clang-format] [PR43531] clang-format damages "alternat...
2019-10-04 Sam McCallFurther improve -Wbool-operation bitwise negation message
2019-10-04 Haojian Wu[clang-rename] Fix a crash when renaming a class withou...
2019-10-04 Paul Hoad[clang-format] [PR42417] clang-format inserts a space...
2019-10-04 Dmitry Preobrazhensky[AMDGPU][MC][GFX10][WS32] Corrected decoding of dst...
2019-10-04 Simon Tatham[clang] Prevent false positives in arm-mfpu-none codege...
2019-10-04 David Bolvansky[NFCI] Improve the -Wbool-operation's warning message
2019-10-04 Simon PilgrimFix uninitialized variable warnings in directory_entry...
2019-10-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-04 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Enabled decoding of 'null' operand
2019-10-04 Haojian Wu[clangd] update the package-lock.json.
2019-10-04 Tim NorthoverARM-Darwin: keep the frame register reserved even if...
2019-10-04 Owen Reynolds[llvm-ar][test] Clarified comment
2019-10-04 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Corrected definition of FLAT GLOBAL...
2019-10-04 Simon Atanasyan[llvm-readobj] Remove redundant semicolon. NFC
2019-10-04 Michal Gorny[lldb] [cmake] Support linking against clang-cpp dylib
2019-10-04 Simon Atanasyan[llvm-readobj][mips] Inline `printMipsPLTGOT` method
2019-10-04 Simon Atanasyan[llvm-readobj][mips] Implement GNU-style printing of...
2019-10-04 Simon Atanasyan[llvm-readobj] Replace arch-specific ObjDumper methods...
2019-10-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-04 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-10-04 Owen ReynoldsRevert [test] Remove locale dependency for mri-utf8...
2019-10-04 Jeremy Morse[DebugInfo] LiveDebugValues: move DBG_VALUE creation...
next