platform/upstream/llvm.git
2017-05-12 George Rimar[ELF] - Apply clang-format. NFC.
2017-05-12 Francis RicciDisable two failing darwin lsan tests
2017-05-12 Tom StellardAMDGPU/GlobalISel: Mark 32-bit integer constants as...
2017-05-12 Alex Lorenz[index] Index template specialization arguments for...
2017-05-12 Reid Kleckner[asan/win] Re-enable Win64 asan tests on Win8+
2017-05-12 Craig Topper[APInt] Use MathExtras.h BitsToFloat/Double and Float...
2017-05-12 Adrian PrantlSimplify DINamespace caching in CGDebugInfo
2017-05-12 James Y Knight[SPARC] Support 'f' and 'e' inline asm constraints.
2017-05-12 Francis RicciDisable two failing darwin lsan tests
2017-05-12 James Y Knight[SPARC] Support 'f' and 'e' inline asm constraints.
2017-05-12 Sanjay Patel[x86] add tests for potential vector narrowing optimiza...
2017-05-12 Davide Italiano[LoopUnroll] Fix a test. REQUIRE should be REQUIRES.
2017-05-12 Davide Italiano[NewGVN] Improve debug output a bit. NFCI.
2017-05-12 Simon Pilgrim[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper...
2017-05-12 Davide Italiano[NewGVN] Format an assertion and fix a typo. NFCI.
2017-05-12 Davide Italiano[NewGVN] Don't incorrectly reset the memory leader.
2017-05-12 Francis RicciEnable lsan test suite on Darwin x86_64 builds
2017-05-12 Rafael EspindolaOptimize orphan placement in a general way.
2017-05-12 Philip Pfaffe[Polly][NewPM] Port ScopDetection to the new PassManager
2017-05-12 Aaron BallmanEnabling the /bigobj flag for SemaDeclAttr.cpp.
2017-05-12 Francis RicciAdd dyld to sanitizer procmaps on darwin
2017-05-12 Francis RicciAccount for stack redzone when computing sp on darwin
2017-05-12 Simon Pilgrim[DAGCombine] Use SelectionDAG::getZExtOrTrunc helper...
2017-05-12 Simon PilgrimUse SDValue::getOperand() helper. NFCI.
2017-05-12 Krzysztof Parzyszek[Hexagon] Make sure to pass empty struct arguments...
2017-05-12 Simon PilgrimUse SDValue::getOperand() helper. NFCI.
2017-05-12 Martin Probstclang-format: [JS] support non-null assertions after...
2017-05-12 Siddharth Bhat[NFC] [Fortran Support] Run -instnamer on testcases
2017-05-12 Siddharth Bhat[FIX] Fix regression caused by c29f4ed, testcase matche...
2017-05-12 Alexander Kornienko[clang-tidy] Add a test for PR33020
2017-05-12 Alexander KornienkoFix an assertion failure (PR33020).
2017-05-12 Philip Pfaffe[Polly][CMake] Fix variable name in target exports
2017-05-12 Alexander Potapenko[msan] Remove a failing test from MemorySanitizer.ICmpR...
2017-05-12 Siddharth Bhat[NFC] [Fortran Support] Cleanup Fortran Array pattern...
2017-05-12 Leslie Zhai[AVR] Migrate to new StructType::get owing to Supress...
2017-05-12 George Rimar[ELF] - Stop support of DF_STATIC_TLS flag.
2017-05-12 Serguei Katkov[BPI] Ignore remainder while distributing the remaining...
2017-05-12 Craig Topper[APInt] Fix a case where udivrem might delete and creat...
2017-05-12 George Rimar[ELF] - Don't allow R_X86_64_TPOFF32 dynamic relocation...
2017-05-12 Gabor Horvath[analyzer] Add modelling of __builtin_assume
2017-05-12 Gabor Horvath[analyzer] Avoid an allocation in Std C function modelling
2017-05-12 George Rimar[Support/Compiler.h] - Use gnu::fallthrough for LLVM_FA...
2017-05-12 Jonas PaulssonHandle a COPY with undef source operand in LowerCopy()
2017-05-12 Mikael Holmen[IfConversion] Keep the CFG updated incrementally in...
2017-05-12 Zachary TurnerUpdate StructuredData::String to return StringRefs.
2017-05-12 Zachary TurnerFix Linux Buildbot.
2017-05-12 Dean Michael... [XRay][compiler-rt] Only run custom event logging in...
2017-05-12 Zachary TurnerRename Error -> Status.
2017-05-12 Eric FiselierFix C++03 test failures caused by static_assert emulation
2017-05-12 Eric FiselierCleanup test issues reported by STL @ Microsoft.
2017-05-12 Eric FiselierRemove non-standard basic_string_view::clear() member.
2017-05-12 Hongbin Zheng[Polly] Remove unused header
2017-05-12 Chandler Carruth[PM/Unswitch] Teach the new simple loop unswitch to...
2017-05-12 Hongbin Zheng[Polly] Generate more 'canonical' induction variable
2017-05-12 Eric FiselierMove POSIX specific test under test/libcxx subdirectory
2017-05-12 Eric FiselierMove tests for libc++ configurations into libcxx/ test...
2017-05-12 Craig Topper[APInt] Add a utility method to change the bit width...
2017-05-12 Eric FiselierFix or move tests with non-standard assumptions
2017-05-12 Dean Michael... [XRay][compiler-rt] Remove unused variable after refact...
2017-05-12 Dean Michael... [XRay][compiler-rt] Fix misspeling of XRaySledEntry
2017-05-12 Eric FiselierGuard usage of libc++ regex internals inside test.
2017-05-12 David BlaikieDWARF: Avoid cross-CU references under Fission
2017-05-12 Dean Michael... [XRay][compiler-rt] Runtime changes to support custom...
2017-05-12 Dean Michael... [XRay][lib] Support and temporarily skip over CustomEve...
2017-05-12 Alexander Shaposhnikov[tooling] RefactoringCallbacks code cleanup
2017-05-12 Reid KlecknerFix uninitialized bool read causing x86_64-mno-sse...
2017-05-12 Reid Kleckner[git-llvm] Fix svn:eol-style issue for one-file patches
2017-05-11 Peter CollingbourneCallGraph: Remove almost-unused field 'Root'.
2017-05-11 Dehao ChenChange sample profile writer to make it deterministic.
2017-05-11 Sean Callananxfail TestClassTemplateParameterPack on gcc to mollify...
2017-05-11 Rafael EspindolaDetemplate compareSections. NFC.
2017-05-11 Rafael EspindolaDetemplate compareSectionsNonScript. NFC.
2017-05-11 Rafael EspindolaDetemplate isRelroSection. NFC.
2017-05-11 Rafael EspindolaDetemplate SymbolBody::getGotVA. NFC.
2017-05-11 Rafael EspindolaDetemplate the got.
2017-05-11 Teresa JohnsonRestrict call metadata based hotness detection to Sampl...
2017-05-11 Rafael EspindolaReduce templating. NFC.
2017-05-11 Richard SmithRemove unnecessary mapping from SourceLocation to Module.
2017-05-11 Eric FiselierFix XFAIL to reflect recent fixes in GCC
2017-05-11 Adrian PrantlModule Debug Info: Emit namespaced C++ forward decls...
2017-05-11 Michael Kruse[DeLICM] Use input access heuristic for mapped PHI...
2017-05-11 Michael Kruse[DeLICM] Lookup input accesses.
2017-05-11 Michael Kruse[VirtualInstruction] Do a lookup instead of a linear...
2017-05-11 Michael Kruse[ScopInfo] Keep scalar acceess dictionaries up-to-data...
2017-05-11 Reid KlecknerIssue diagnostics when returning FP values on x86_64...
2017-05-11 Guozhi Wei[PPC] Change the register constraint of the first sourc...
2017-05-11 Sean Callanan[DWARF parser] Produce correct template parameter packs
2017-05-11 Rafael EspindolaReduce template usage. NFC.
2017-05-11 Aditya Nandakumar[GISel]: Remove unused lambda captures. NFC
2017-05-11 Kostya Kortchinsky[scudo] Use our own combined allocator
2017-05-11 Easwaran RamanDecrease inlinecold-threshold to 45
2017-05-11 Rafael EspindolaReduce template usage. NFC.
2017-05-11 Reid KlecknerDe-virtualize TerminatorInst successor accessors
2017-05-11 Rafael EspindolaReduce template usage. NFC.
2017-05-11 Richard SmithXFAIL this test for Hexagon.
2017-05-11 Martell Malone[Libcxxabi]: Support using compiler-rt for MinGW64
2017-05-11 Reid KlecknerDe-virtualize GlobalValue
2017-05-11 Chad Rosier[AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD.
2017-05-11 Davide Italiano[AMDGPU] Placate unused variable warning in release...
2017-05-11 Vadzim Dambrouski[MSP430] Generate EABI-compliant libcalls
next