platform/upstream/llvm.git
2016-12-15 Sanjoy DasAdd missing -mtriple to MIR test case
2016-12-15 Eric FiselierAdd more test cases for PR31384
2016-12-15 Yaxun LiuAttempt to fix llvm-readobj crash on ppc64 due to r289674
2016-12-15 Saleem AbdulrasoolCodeGen: fix runtime function dll storage
2016-12-15 Daniel JasperFix go bindings after r289702 (hopefully, don't really...
2016-12-15 Eric FiselierAdd test case for PR31384
2016-12-15 Eric FiselierRevert r289727 due to PR31384
2016-12-15 Kostya Serebryany[libFuzzer] enable the failure-resistant merge by defau...
2016-12-15 Dylan McKay[AVR] Whitelist the avrlit config environment variables
2016-12-15 Hal FinkelRevert part of r289765 that is not necessary
2016-12-15 Eric FiselierXFAIL test for more apple-clang versions
2016-12-15 Hal FinkelTrying to fix NDEBUG build after r289764
2016-12-15 Hal FinkelFix argument attribute queries with bundle operands
2016-12-15 Sanjoy Das[MachineBlockPlacement] Don't make blocks "uneditable"
2016-12-15 Mehdi AminiRevert "Fix printf specifier handling: invalid specifie...
2016-12-15 Mehdi AminiFix printf specifier handling: invalid specifier should...
2016-12-15 Mehdi AminiFix os_log formating with arbitrary precision and field...
2016-12-15 Peter CollingbourneCOFF: Open and map input files asynchronously on Windows.
2016-12-15 Craig Topper[AVX-512][InstCombine] Add masked scalar FMA intrinsics...
2016-12-15 Rui UeyamaRename functions as per post commit review for r289072.
2016-12-15 Hal FinkelFix iterator-invalidation issue
2016-12-15 Hal FinkelRemove the AssumptionCache
2016-12-15 Hal FinkelMake processing @llvm.assume more efficient by using...
2016-12-15 Richard Smith[c++1z] Permit constant evaluation of a call through...
2016-12-15 Richard SmithMove checks for creation of objects of abstract class...
2016-12-15 Hal FinkelInclude SmallSet.h in BackendUtil.cpp
2016-12-15 Eli FriedmanAdd testcases for some shuffle bugs.
2016-12-15 Nico WeberFix test/tools/lto/hide-linkonce-odr.ll after r289719
2016-12-15 Marcos PividoriFix simple cmake error when COMPILER_RT_SUPPORTED_ARCH...
2016-12-15 Sean SilvaRename this variable.
2016-12-15 Justin Lebar[NVPTX] Remove dead #defines from NVPTXUtilities.h.
2016-12-15 Jim InghamFix incorrectly named variables.
2016-12-15 Peter CollingbourneCOFF: We no longer require lib.exe to test DLL exports.
2016-12-15 Joerg SonnenbergerUse PIC relocation mode by default for PowerPC64 ELF
2016-12-15 Joerg SonnenbergerUse PIC relocation model as default for PowerPC64 ELF.
2016-12-14 Justin Lebar[AMDGPU] Fix runtime-metadata.ll test so it doesn't...
2016-12-14 Eric FiselierWork around bug in initialization of std::array base...
2016-12-14 Justin Lebar[NVPTX] Remove dead code.
2016-12-14 Jonathan PeytonFollow up to r289732: Update comments in source files...
2016-12-14 Sanjay Patel[DAG] allow more select folding for targets that have...
2016-12-14 Davide Italiano[gold] Add datalayout to two tests where it was missing.
2016-12-14 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize and Include...
2016-12-14 Eric FiselierFix PR31378 - std::list::remove should not require...
2016-12-14 Stephan T.... [libcxx] [test] Fix MSVC x64 truncation warnings with...
2016-12-14 Sean SilvaRename InputSection.cpp:getSymVA to getRelocTargetVA.
2016-12-14 Jonathan PeytonChange source files from .c to .cpp
2016-12-14 Greg ClaytonAdd the ability to get attribute values as Optional<T>
2016-12-14 Justin LebarWhitespace cleanup in test/CodeGen/NVPTX/annotations.ll.
2016-12-14 Justin Lebar[NVPTX] Support .maxnreg annotation.
2016-12-14 Justin Lebar[NVPTX] Remove string constants from NVPTXBaseInfo.h.
2016-12-14 Eric Fiselier[libcxx] Fix tuple construction/assignment from types...
2016-12-14 Peter CollingbourneLibDriver: Reject inputs that are not COFF objects...
2016-12-14 Dehao ChenOnly sets profile summary when it was not preset.
2016-12-14 Dehao ChenFix the bug in r289714 (NFC).
2016-12-14 Jan SjodinRevert revision 289721.
2016-12-14 Davide Italiano[LTO] Catch up with llvm. Modules without DL are now...
2016-12-14 Jan SjodinDummy commit.
2016-12-14 Davide Italiano[LTO] Add the missing datalayout in a test.
2016-12-14 Davide Italiano[LTO] Reject modules without datalayout.
2016-12-14 Filipe Cabecinhas[asan] Don't skip instrumentation of masked load/store...
2016-12-14 Filipe Cabecinhas[asan] Hook ClInstrumentWrites and ClInstrumentReads...
2016-12-14 Eric FiselierXFAIL test on apple-clang-7.0
2016-12-14 Dehao ChenCreate SampleProfileLoader pass in llvm instead of...
2016-12-14 Dehao ChenCreate SampleProfileLoader pass in llvm instead of...
2016-12-14 Nico WeberRevert 289252 (and follow-up 289285), it caused PR31374
2016-12-14 Nico WeberUpdate MSVC compat docs about debug info
2016-12-14 Sean CallananAdopt PrettyStackTrace in LLDB
2016-12-14 Eric Fiselier[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_ad...
2016-12-14 Eric FiselierRecommit r286884: P0503R0, adopted in Issaquah, rewords...
2016-12-14 Michal GornyRemove unnecessary llvm/Config/config.h includes
2016-12-14 Eli Friedman[ARM] Split 128-bit vectors in BUILD_VECTOR lowering
2016-12-14 Nico Weberfix gcc warning about a superfluous ;
2016-12-14 Robert Lougher[InstCombine] Folding of a compare with RHS const shoul...
2016-12-14 Eli Friedman[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consis...
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-12-14 Yaxun LiuFix build failure due to r289674 on certain systems
2016-12-14 Robert Lougher[InstCombine] Folding of a binop with RHS const should...
2016-12-14 Richard SmithRemove unused variable found by GCC warning.
2016-12-14 David BlaikieDebugInfo: Improve type safety and simplify some subpro...
2016-12-14 Geoff Berry[GVNHoist] Move GVNHoist to function simplification...
2016-12-14 Jim InghamTest num locations >= 1 not == 1.
2016-12-14 Andrew Kaylor[WinEH] Avoid holding references to BlockColor (DenseMa...
2016-12-14 Robert Lougher[InstCombine] When folding casts through a phi node...
2016-12-14 Tim NorthoverAArch64: add architecture version feature to Clang...
2016-12-14 Sean CallananInclude <cstdarg> in PrettyStackTrace.cpp, fixing the...
2016-12-14 Kostya Serebryany[sanitizer] intercept bstring functions, patch by Kuang...
2016-12-14 Sean CallananPrepare PrettyStackTrace for LLDB adoption
2016-12-14 Robert Lougher[InstCombine] Folding loads through a phi node should...
2016-12-14 David Gross[DebugInfo] Restore test case for long double constants.
2016-12-14 Devin Coughlin[Driver] Add tests for enabled static analyzer checkers.
2016-12-14 Robert Lougher[InstCombine] When folding GEP through a phi node merge...
2016-12-14 Eric ChristopherThis change does two things:
2016-12-14 Dmitry Vyukovtsan: allow Java VM iterate over allocated objects
2016-12-14 Robert Lougher[InstCombine] Merge debug locations when folding throug...
2016-12-14 Kostya Serebryany[libFuzzer] disable msan for one more hook that reads...
2016-12-14 Robert Lougher[InstCombine] Merge debug locations when folding throug...
2016-12-14 Reid KlecknerImprove our handling of tag decls in function prototypes
2016-12-14 Dehao Chenrevert r289669 which breaks bots
2016-12-14 Dehao Chenrevert r289670 which breaks bot.
next