platform/upstream/llvm.git
2018-06-26 Sean Fertile[PPC64] Thread-local storage general-dynamic to initial...
2018-06-26 Matt ArsenaultAMDGPU: Add pass to lower kernel arguments to loads
2018-06-26 Matt ArsenaultConstantFold: Don't fold global address vs. null for...
2018-06-26 Vedant KumarUse a variable to appease a no-asserts bot, NFC
2018-06-26 Vedant Kumar[Debugify] Don't treat missing dbg.values as an error...
2018-06-26 Tim Shen[ConstantRange] Add support of mul in makeGuaranteedNoW...
2018-06-26 Matt ArsenaultLoopUnroll: Allow analyzing intrinsic call costs
2018-06-26 Vlad TsyrklevichCFI: Print DSO names for failed cross-DSO icalls
2018-06-26 Vedant Kumar[Local] Add a convenient insertReplacementDbgValues...
2018-06-26 Vedant Kumar[Local] Sink salvageDI's early exit into helper functio...
2018-06-26 Brendon Cahoon[Hexagon] Add a "generic" cpu
2018-06-26 Matt Morehouse[libFuzzer] Do not turn unittest warnings into errors.
2018-06-26 Matt Morehouse[libFuzzer] Mark several tests UNSUPPORTED for aarch64.
2018-06-26 Volodymyr Sapsai[Sema] Fix infinite typo correction loop.
2018-06-26 Simon Pilgrim[DAGCombiner] Don't accept -1 sdiv divisors in sdiv...
2018-06-26 Peter CollingbourneCompile CodeGenModule.cpp with /bigobj.
2018-06-26 Fangrui SongMove `REQUIRES:` line to the top
2018-06-26 Aaron Enye Shi[HIP] Remove hip/hc.amdgcn.bc from HIP Toolchains
2018-06-26 Sanjay Patel[InstSimplify] fold shifts by sext bool
2018-06-26 Alexey Bataev[OPENMP, NVPTX] Reduce the number of the globalized...
2018-06-26 Sanjay Patel[InstSimplify] add tests for shifts by sext bool; NFC
2018-06-26 Aaron Enye Shi[Test] Initial test commit access
2018-06-26 Simon Pilgrim[X86][SSE] Add another sdiv by (nonuniform) minus one...
2018-06-26 Francis Visoiu... Revert "[CMake][Darwin] Match cxx-headers -> cxx_header...
2018-06-26 Fangrui Song[ELF] Assign RF_EXEC rank even if --no-rosegment or...
2018-06-26 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-06-26 Fangrui Song[ELF] Move `# REQUIRES:` line to the top
2018-06-26 Marc-Andre... [clangd] Simplify matches in FindSymbols tests
2018-06-26 Sanjay Patel[InstCombine] simplify code for urem fold; NFCI
2018-06-26 Sanjay Patel[InstCombine] fold urem with sext bool divisor
2018-06-26 Simon Pilgrim[SLPVectorizer] Recognise non uniform power of 2 constants
2018-06-26 Kostya Kortchinsky[Driver] Do not add -lpthread & -lrt with -static-libsa...
2018-06-26 Sanjay Patel[InstCombine] add tests for urem with sext bool divisor...
2018-06-26 Teresa Johnson[ThinLTO] Add testing of summary index parsing to a...
2018-06-26 Simon Pilgrim[DAGCombiner] Pull out VT bitwidth in visitSDIV. NFCI.
2018-06-26 Sanjay Patel[InstSimplify] fold srem with sext bool divisor
2018-06-26 James HendersonFix doc title underlining.
2018-06-26 Simon PilgrimAvoid spurious 'comma operator within array index expre...
2018-06-26 James Henderson[FileCheck] Add CHECK-EMPTY directive for checking...
2018-06-26 Pavel LabathRepresent invalid UUIDs as UUIDs with length zero
2018-06-26 Krzysztof ParzyszekSilence "unused variable" warning in LiveIntervals...
2018-06-26 Sanjay Patel[InstSimplify] add tests for srem with sext bool diviso...
2018-06-26 Nico WeberFix LLVM_ENABLE_THREADS=0 builds after r335440.
2018-06-26 Krzysztof ParzyszekAccount for undef values from predecessors in extendSeg...
2018-06-26 Michael Kruse[ZoneAlgo] Use getDefToTarget in makeValInst. NFC.
2018-06-26 Simon Pilgrim[TargetLowering] isVectorClearMaskLegal - use ArrayRef...
2018-06-26 Than McIntosh[X86,ARM] Retain split-stack prolog check for sibling...
2018-06-26 Simon PilgrimFix spelling mistakes in comments. NFCI.
2018-06-26 Teresa Johnson[ThinLTO] Parse module summary index from assembly
2018-06-26 Gabor Marton[ASTImporter] Use InjectedClassNameType at import of...
2018-06-26 Tatyana KrasnukhaChange AddressClass type from 'enum' to 'enum class'.
2018-06-26 Eric Liu[clangd] Use default clang-format styles.
2018-06-26 Sanjay Patel[InstCombine] fold udiv with sext bool divisor
2018-06-26 Tim NorthoverARM: add binary file git swallowed.
2018-06-26 Krasimir Georgiev[clang-format] Enable text proto formatting in common...
2018-06-26 Tim NorthoverARM: correctly decode VFP instructions following unpred...
2018-06-26 Tim NorthoverARM: diagnose unpredictable IT instructions
2018-06-26 Andrea Di Biagio[llvm-mca] Removed wrong NDEBUG guards introduced by...
2018-06-26 Clement Courbet[llvm-exegesis][NFC] Fix windows warning in rL335465.
2018-06-26 Simon Pilgrim[X86] Just use ArrayRef instead of SmallVectorImpl...
2018-06-26 Andrea Di Biagio[llvm-mca] Remove unused header files and correctly...
2018-06-26 Florian Hahn[IPSCCP] Change dead blocks to unreachable after visiti...
2018-06-26 Simon PilgrimFix MSVC "signed/unsigned mismatch" warning. NFCI.
2018-06-26 Bernard Ogden[AArch64] Tighten up directives tests
2018-06-26 Bernard Ogden[AArch64] Clean up LSE directive tests
2018-06-26 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-06-26 George Rimar[ELF] - Change the way of sorting local symbols.
2018-06-26 Clement Courbet[llvm-exegesis] Get the BenchmarkRunner from the Exeges...
2018-06-26 Andrei Elovikov[NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused...
2018-06-26 Bjorn PetterssonImprove ConvertDebugDeclareToDebugValue
2018-06-26 Gil Rapaport[InstCombine] (A + 1) + (B ^ -1) --> A - B
2018-06-26 Craig Topper[X86] Don't use getScalarShiftAmountTy to get the immed...
2018-06-26 Vedant KumarFix an ambiguous overload issue pointed out by MSVC
2018-06-26 Dan Gohman[WebAssembly] Fix lowering of varargs functions with...
2018-06-26 Craig Topper[X86] Use XOR for SUB (C, X) during isel if will help...
2018-06-26 Dan Gohman[WebAssembly] Fix a typo in a comment.
2018-06-26 Peter CollingbourneMark mfcall.cpp as UNSUPPORTED: win32.
2018-06-26 Vedant Kumar[ubsan] Relax nullability-return for blocks with deduce...
2018-06-26 Vedant KumarModernize a function, NFC.
2018-06-26 Teresa Johnson[ThinLTO] Add string saver onto index for value names
2018-06-26 Peter CollingbourneImplement CFI for indirect calls via a member function...
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Teresa Johnson[ThinLTO] Add per-module indexes to combined index...
2018-06-26 Craig TopperRevert r335562 and 335563 "[X86] Redefine avx512 packed...
2018-06-26 Lang Hames[ORC] Add a symbolAliases function to the Core APIs.
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Craig Topperfoo
2018-06-26 Fangrui Song[gdb] Escape unprintable bytes in SmallString and StringRef
2018-06-26 Teresa Johnson[ThinLTO] Compute GUID directly from GV when building...
2018-06-25 Artem Dergachev[analyzer] Track null and undef values through expressi...
2018-06-25 Eric ChristopherAdd a warning if someone attempts to add extra section...
2018-06-25 Tim Shen[APInt] Add helpers for rounding u/sdivs.
2018-06-25 Jason MolendaA little cleanup in ObjectFileMachO::GetSDKVersion.
2018-06-25 Artem Dergachev[analyzer] Fix invalidation on C++ const methods with...
2018-06-25 Fangrui Song[gdb] Add pretty printer for Expected
2018-06-25 Chandler Carruth[PM/LoopUnswitch] Teach the new unswitch to handle...
2018-06-25 Alexander PolyakovFix windows build for r335541.
2018-06-25 Craig Topper[X86] Update fpclass intrinsic tests to chain their...
2018-06-25 Jessica Paquette[MachineOutliner] NFC - simplify -moutline/-mno-outline...
next