platform/upstream/llvm.git
2016-10-12 Nitesh Jain[LLDB][MIPS] fix Floating point register read/write...
2016-10-12 Eric FiselierRemove usages of _LIBCPP_CONSTEXPR under test/std
2016-10-12 Nitesh Jain[LLDB][MIPS] Fix qProcessInfo to return correct pointer...
2016-10-12 Simon Pilgrim[InstCombine] Fix constexpr issue in select combining
2016-10-12 Eric FiselierRemove usages of _ALIGNAS_TYPE
2016-10-12 Alex Lorenz[Support][CommandLine] Display subcommands in help...
2016-10-12 Eric Fiseliersupport --param=std=gnu++XX
2016-10-12 Eric FiselierFix more C++11 constexpr issues in the tests
2016-10-12 Alex Lorenz[Sema] Handle transparent_union attributes in C mode...
2016-10-12 Eric FiselierFix nasty_containers.hpp for other stdlibs
2016-10-12 Eric FiselierFix use of C++14 constexpr in C++11
2016-10-12 George Rimar[Support/ELF] - Sort PT_OPENBSD_* added previously...
2016-10-12 Eric FiselierRemove use of _VSTD::__invoke in the not_fn tests
2016-10-12 Diana PicusAdd AArch64 unit tests
2016-10-12 Hans WennborgLTO: Don't follow lazy references when seeing new defin...
2016-10-12 Eric FiselierProvide a fallback __cxa_thread_atexit() implementation...
2016-10-12 Chandler Carruth[LCG] Cleanup various places where comments said `SCC...
2016-10-12 Marek Kurdej[clang-tidy-vs] Fix ClangTidy extension name in the...
2016-10-12 Haojian WuRevert "[ClangTidy] Add UsingInserter and NamespaceAliaser"
2016-10-12 Eugene LeviantDon't crash if reloc targets discarded section
2016-10-12 Eric FiselierProtect special members of NullBase archetype to avoid...
2016-10-12 Chandler Carruth[LCG] Add the necessary functionality to the LazyCallGr...
2016-10-12 Haojian Wu[ClangTidy] Add UsingInserter and NamespaceAliaser
2016-10-12 Eric FiselierImplement N4606 optional
2016-10-12 Daniel JasperRevert "[libFuzzer] refactoring to speed things up...
2016-10-12 Eric FiselierRevert Add <optional>. Will recommit with better commit...
2016-10-12 Eric FiselierAdd <optional> header.
2016-10-12 Eric FiselierFix two more tests that hang when testing against libstdc++
2016-10-12 Eric FiselierPrevent the test suite from hanging when run against...
2016-10-12 Quentin Colombet[AArch64][InstructionSelector] Fix unintended test...
2016-10-12 Quentin Colombet[AArch64][InstrustionSelector] Teach the selector about...
2016-10-12 Quentin Colombet[AArch64][InstructionSelector] Refactor the handling...
2016-10-12 Quentin Colombet[AArch64][InstructionSelector] Fix typos in the related...
2016-10-12 Quentin Colombet[AArch64][MachineLegalizer] Mark more bitcasts as legal.
2016-10-12 Jason MolendaAdd an arm64 unit test where the function saves x20...
2016-10-12 Brian Gesiak[lit] Run unit tests as part of lit test suite
2016-10-12 Sebastian PopMemory-SSA cleanup of clobbers interface, NFC
2016-10-12 Jason MolendaAdd a simple frameless function test case to the arm64...
2016-10-12 Sebastian PopGVN-hoist: fix store past load dependence analysis...
2016-10-12 Artem BelevichAdded REQUIRED triples to the test that fails on some...
2016-10-12 Justin Lebar[CUDA] Make touching a kernel from a __host__ __device_...
2016-10-12 Eric FiselierFix libc++abi test config after recent libc++ changes
2016-10-12 Tim Shen[PPCMIPeephole] Fix splat elimination
2016-10-12 Eric FiselierAdd mork workarounds for running the test suite against...
2016-10-12 Jim InghamThis test now passes.
2016-10-12 Eric FiselierMake it easier to run the libc++ test suite against...
2016-10-11 Jim InghamThis was skipped due to a clang PR that has been fixed.
2016-10-11 Jim InghamAdded a radar on our end for this test's failure.
2016-10-11 Reid KlecknerFix _recalloc redefinition link error in ASan RTL
2016-10-11 Reid KlecknerFix the stage2 MSVC 2013 build with less constexpr...
2016-10-11 Michael Kuperstein[DAG] Fix crash in build_vector -> vector_shuffle combine
2016-10-11 Tim NorthoverGlobalISel: support same-size casts on AArch64.
2016-10-11 Eric FiselierFix LWG2683 - filesystem::copy() should always clear...
2016-10-11 Mike EdwardsRevert - When optimizing for size, enable loop rerollin...
2016-10-11 Vedant Kumar[Profile] Update testcase for r283948 (NFC)
2016-10-11 Vedant Kumar[profile] Add test for dead_strip+live_support function...
2016-10-11 Vedant Kumar[InstrProf] Add support for dead_strip+live_support...
2016-10-11 Kostya Serebryany[libFuzzer] refactoring to speed things up, NFC
2016-10-11 Marshall ClowRemove extraneous 'const' in the implementation of...
2016-10-11 Eric FiselierFix std::pair on FreeBSD
2016-10-11 Manman RenModule: for ObjectiveC, be consistent when checking...
2016-10-11 Reid KlecknerRe-land "[Thumb] Save/restore high registers in Thumb1...
2016-10-11 Eric FiselierFix incorrect exception handling behavior in the uninit...
2016-10-11 Jim InghamAdd the radar number on our end.
2016-10-11 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-10-11 Reid KlecknerRevert "[Thumb] Save/restore high registers in Thumb1...
2016-10-11 Tim NorthoverGlobalISel: support selection of extend operations.
2016-10-11 Tim NorthoverMIRParser: allow types on registers with a RegBank.
2016-10-11 Jordan RoseRe-apply "Disallow ArrayRef assignment from temporaries."
2016-10-11 Kyle ButtCodegen: Tail-duplicate during placement.
2016-10-11 Arnold SchwaighoferSwift Calling Convention: Parameters are allowed after the
2016-10-11 Arnold SchwaighoferPass the end of a component to SwiftAggLowering's enume...
2016-10-11 Rui UeyamaFix a test to pacify llvm-clang-lld-x86_64-scei-ps4...
2016-10-11 Sanjay Patel[x86] add tests for negate bool
2016-10-11 Jim InghamThis test now passes.
2016-10-11 Reid KlecknerAvoid braced initialization for default member initiali...
2016-10-11 Arnold SchwaighoferSilence -Wunused-but-set-variable warning
2016-10-11 Rui UeyamaRe-submit r283825: Add section header stream to PDB.
2016-10-11 Rui UeyamaRe-submit r283823: Define DbiStreamBuilder::addDbgStrea...
2016-10-11 Kostya Serebryany[sanitizer-coverage] use private linkage for coverage...
2016-10-11 Jim InghamAdded a bugreport tracking the failure to get float...
2016-10-11 Rui UeyamaFix build error on LP64 platforms.
2016-10-11 Zachary Turner[raw_ostream] Raise some helper functions out of raw_os...
2016-10-11 Mehdi AminiRevert "Change Builtins name to be stored as StringRef...
2016-10-11 Konstantin... [AMDGPU] Refactor waitcnt encoding
2016-10-11 Dehao ChenAllow Switch instruction to have extractProfTotalWeight...
2016-10-11 Bruno Cardoso... [Driver] Use -fsyntax-only in test/Driver/show-option...
2016-10-11 Reid KlecknerAvoid unnecessary constexpr to appease MSVC 2013
2016-10-11 Bruno Cardoso... [Driver] Fix test from r283913 to unbreak bots
2016-10-11 Mehdi AminiFix "static initialization order fiasco" for the XCore...
2016-10-11 Bruno Cardoso... Reapply [Driver][Diagnostics] Make 'show option names...
2016-10-11 Zachary Turner[Support] Fix undefined behavior in RandomNumberGenerator.
2016-10-11 Konstantin... [AMDGPU] Fix test that was broken by rL283893
2016-10-11 Rui UeyamaMake variable name consistent with other -z options.
2016-10-11 NAKAMURA TakumiARMMachineFunctionInfo.cpp: Add an initializer of ARMFu...
2016-10-11 NAKAMURA TakumiReformat.
2016-10-11 Justin Lebar[CUDA] Re-land support for <complex> (r283683 and r283680).
2016-10-11 Reid KlecknerFix the build with MSVC 2013 after r283856
2016-10-11 Sanjay Patel[DAG] add fold for masked negated sign-extended bool
2016-10-11 Sean CallananClarified the explanation of expr --top-level.
next