platform/upstream/llvm.git
2016-09-29 Davide Italiano[LTO] Add a FIXME, we shouldn't expose getComdat().
2016-09-29 Davide Italiano[LTO] Expose getComdatSymbolTable() to linkers.
2016-09-29 Sean CallananIntroduced a null check to avoid a crash in a test...
2016-09-29 Richard SmithMark P0127R3 as done, and replace its __has_feature...
2016-09-28 Richard SmithP0127R2: Support type deduction for types of non-type...
2016-09-28 Evgeny StupachenkoWisely choose sext or zext when widening IV.
2016-09-28 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-28 Enrico GranataFix an issue where libc++ changed the type information...
2016-09-28 Justin Lebar[CUDA] Disallow variable-length arrays in CUDA device...
2016-09-28 Justin Lebar[CUDA] Disallow exceptions in device code.
2016-09-28 Gor Nishanov[Coroutines] Add proper mangling for operator co_await...
2016-09-28 Shoaib Meenai[libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows
2016-09-28 Quentin Colombet[RegisterBankInfo] Uniquely generate OperandsMapping.
2016-09-28 Quentin Colombet[RegisterBankInfo] Rework the APIs of ValueMapping.
2016-09-28 Richard SmithFix bug where template argument deduction of a non...
2016-09-28 Eric FiselierMark libc++ internal globals with _LIBCPP_SAFE_STATIC.
2016-09-28 Mike Aizatsky[sancov] introducing symbolized coverage files (.symcov)
2016-09-28 Adrian PrantlRemove dead code from LiveDebugVariables.cpp (NFC)
2016-09-28 Mike Aizatsky[sancov] a simple .symcov coverage report server
2016-09-28 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-28 Eric FiselierImprove 'last_write_time(...)' accuracy and detect...
2016-09-28 Rui UeyamaWarn on empty archive files.
2016-09-28 Greg ClaytonAdd the ability for the task port to change when a...
2016-09-28 Richard Smithcxx_status: use HTML5 details/summary elements to hide...
2016-09-28 Dehao ChenRefactor the ProfileSummaryInfo to use doInitialization...
2016-09-28 Richard SmithAdd a couple more tentative names for upcoming SD-6...
2016-09-28 Todd Fialause assertEquals in TestSBTypeClassMembers
2016-09-28 Richard SmithP0095R3: Implement the latest published revision of...
2016-09-28 Krzysztof ParzyszekIfConversion: Add implicit uses for redefined regs...
2016-09-28 Matthias Gehre[clang-tidy] fix false-positive for cppcoreguidelines...
2016-09-28 Konstantin... [AMDGPU] Promote uniform i16 ops to i32 ops for targets...
2016-09-28 Richard SmithP0096R2: Implement more recent revision of SD-6 (C...
2016-09-28 Richard SmithLong-overdue update to cxx_status: C++14 is no longer...
2016-09-28 Sanjay Patel[InstCombine] update to use FileCheck
2016-09-28 Richard SmithRe-commit r282556, reverted in r282564, with a fix...
2016-09-28 Dehao ChenFix the bug introduced in r282616.
2016-09-28 Vitaly BukaAdd build script for symbolizer which can be linked...
2016-09-28 Dehao ChenFix the bug when -compile-twice is specified, the PSI...
2016-09-28 Etienne Bergeron[compiler-rt] Fix interception of multiple defined...
2016-09-28 Simon Pilgrim[X86][AVX] Add test showing that VBROADCAST loads don...
2016-09-28 Artur PilipenkoDon't look through addrspacecast in GetPointerBaseWithC...
2016-09-28 Adrian PrantlTeach LiveDebugValues about lexical scopes.
2016-09-28 Artem Belevich[CUDA] Added support for CUDA-8
2016-09-28 Artem Belevich[CUDA] added __nvvm_atom_{sys|cta}_* builtins.
2016-09-28 Adrian PrantlRewrite loops to use range-based for. (NFC)
2016-09-28 Artem Belevich[NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instr...
2016-09-28 Sanjoy Das[SCEV] Use a SmallPtrSet as a temporary union predicate...
2016-09-28 Todd Fialazorg Xcode python test suite target arch update
2016-09-28 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2016-09-28 Rafael EspindolaSort headers. NFC.
2016-09-28 Dylan McKay[AVR] Rename the builtin calling convention names
2016-09-28 Marina Yatsina[x86] Accept 'retn' as an alias to 'ret[lqw]'\'ret...
2016-09-28 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-09-28 Ed Mastelibunwind: Add OpenBSD case for _Unwind_Ptr typedef
2016-09-28 Dylan McKay[AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp
2016-09-28 Dylan McKay[AVR] Add AVRMCTargetDesc.cpp
2016-09-28 Petr Hosek[ELF] Support -z max-page-size option
2016-09-28 George Rimar[ELF] - Created new "Invalid" subfolder for testcases.
2016-09-28 Dylan McKay[AVR] Update the signature of createAVRAsmBackend
2016-09-28 Dylan McKay[AVR] Enable the assembly parser
2016-09-28 Sanjay Patel[InstSimplify] allow or-of-icmps folds with vector...
2016-09-28 Sanjay Patel[InstSimplify] add vector splat tests for or-of-icmps
2016-09-28 Sanjay Patel[InstSimplify] allow and-of-icmps folds with vector...
2016-09-28 Ed SchoutenAlso use the proper register numbers on CloudABI.
2016-09-28 Dylan McKay[AVR] Merge most recent changes to AVRInstrInfo.td
2016-09-28 Dylan McKay[AVR] Update the data layout
2016-09-28 Dylan McKay[AVR] Handle AVR relocations when handling ELF files
2016-09-28 Dylan McKay[AVR] Allow llvm-objdump to handle AVR ELF files
2016-09-28 Dylan McKay[AVR] Add assembly parser
2016-09-28 Eric LiuTrying to buildbot failures caused by r282577.
2016-09-28 Dmitry Vyukov[ASAN] Pass previous stack information through __saniti...
2016-09-28 Elad Cohen[X86] Remove the mm_malloc.h include guard hack from...
2016-09-28 Guy Blank[X86][FastISel] Use a COPY from K register to a GPR...
2016-09-28 Simon PilgrimStrip trailing whitespace
2016-09-28 Aleksei SidorinASTMerge: explicitly specify arch for GCCAsmStmt test...
2016-09-28 Eric LiuMerge conflicting replacements when they are order...
2016-09-28 Aleksei SidorinASTMerge: specify arch for GCCAsmStmt test explicitly...
2016-09-28 Asiri Rathnayake[libunwind] Add support for a single-threaded libunwind...
2016-09-28 Daniel Marjamaki[StaticAnalyzer] Fix false positives for vardecls that...
2016-09-28 Manuel KlimekFix warnings in clang-completion-mode.el.
2016-09-28 Aleksei Sidorin[ASTImporter] Implement some expression-related AST...
2016-09-28 Strahinja Petrovic[lsan] [aarch64] Fix calculating TLS area
2016-09-28 Jonas Paulsson[SystemZ] Implementation of getUnrollingPreferences().
2016-09-28 Martin Storsjo[Headers] Replace stray indentation with tabs with...
2016-09-28 Eugene Leviant[ELF] Ignore sections flagged with SHF_EXCLUDE
2016-09-28 Michael Kuperstein[DAG] Remove isVectorClearMaskLegal() check from vector...
2016-09-28 Jason MolendaReverting r282565.
2016-09-28 Jason MolendaRefactor the x86 UnwindAssembly class into a separate...
2016-09-28 Richard SmithRevert r282556. This change made several bots unhappy.
2016-09-28 Davide Italiano[LTO] Mark member function as const to fix compiler...
2016-09-28 Kostya Serebryany[libFuzzer] speedup TracePC::FinalizeTrace
2016-09-28 Adam Nemet[LAA] Rename emitAnalysis to recordAnalys. NFC
2016-09-28 Petr Hosek[ELF] Use MaxPageSize for aligning PT_LOAD
2016-09-27 Adam Nemet[Inliner] Port all opt remarks to new streaming API
2016-09-27 Adam NemetPass -S to opt in this test to avoid printing binary...
2016-09-27 Matthias BraunPut new warning in a diagnostic group.
2016-09-27 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-09-27 Richard TrieuRevert r282547 and add test to show correct behavior.
2016-09-27 Alex Lorenz[Coverage] The coverage region for switch covers the...
2016-09-27 Kevin EnderbyNext set of additional error checks for invalid Mach...
next