platform/upstream/llvm.git
2016-09-29 Eric ChristopherRemove an unnecessary duplicate initialization of TLOF...
2016-09-29 Eric ChristopherRemove the default constructor and count variable from...
2016-09-29 Eric ChristopherUpdate comment about initializing TLOF with a pointer...
2016-09-29 Eric ChristopherTidy spelling and grammar.
2016-09-29 Lei Liu[AArch64] Fix test case ELF/aarch64-tls-le.s
2016-09-29 Rui UeyamaAttempt to fix Windows buildbots.
2016-09-29 Matthias BraunMachineFunction: Add missing newline in debug print()
2016-09-29 Rui UeyamaRemove unused #includes.
2016-09-29 Matt ArsenaultAMDGPU: Partially fix control flow at -O0
2016-09-29 Matthias BraunScheduleDAGInstrs: There is no need to set OrigNode...
2016-09-29 Peter CollingbourneLTO: Fix use-after-scope error.
2016-09-29 Rui UeyamaAdd comments.
2016-09-29 Rafael EspindolaRead addend from the correct location.
2016-09-29 Davide Italiano[LTO] Fully qualify make_unique to make MSVC happy.
2016-09-29 Lei LiuAArch64: Set shift bit of TLSLE HI12 add instruction
2016-09-29 Eric FiselierPartially revert overflow checking in last_write_time
2016-09-29 Jason MolendaRe-commit the changes from r282565 that I had to back...
2016-09-29 Rui UeyamaUse InputFile::Symbol instead of auto for consistency.
2016-09-29 Sean CallananFixed TestObjCStructArgument/i386; expressions can...
2016-09-29 Davide Italiano[ELF/LTO] Switch to the new resolution-based API.
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.
next