platform/upstream/llvm.git
2016-11-26 Tobias Grosser[ScopDetectionDiagnostic] Remove leftover RejectReasonK...
2016-11-26 Tobias Grosser[ScopDectionDiagnostic] Use scoped enums instead three...
2016-11-26 Tom StellardAMDGPU/SI: Use float as the operand type for amdgcn...
2016-11-26 Craig Topper[X86][XOP] Add a reversed reg/reg form for VPROT instru...
2016-11-26 Craig Topper[X86] Add SSE, AVX, and AVX2 version of MOVDQU to the...
2016-11-26 Kuba Mracek[asan] Support handle_sigill on Darwin
2016-11-26 Dylan McKayUn-XFAIL an AVR CodeGen test
2016-11-26 Kuba Mracek[asan] Add a "dump_registers" flag to print out CPU...
2016-11-25 Craig Topper[AVX-512] Put the AVX-512 sections of the load folding...
2016-11-25 David MajnemerReplace some callers of setTailCall with setTailCallKind
2016-11-25 Sanjay Patel[SimplifyCFG] auto-generate better checks; NFC
2016-11-25 Sanjay Patel[SimplifyCFG] auto-generate better checks; NFC
2016-11-25 Rui UeyamaFix buildbots.
2016-11-25 Rui UeyamaFix typo.
2016-11-25 Rui UeyamaDo not print out ARGV0 in white because it's unreadable...
2016-11-25 Rui UeyamaSupport -color-diagnostics={auto,always,never}.
2016-11-25 Rui UeyamaWe shouldn't call parallle_for_each if -no-thread is...
2016-11-25 Joerg SonnenbergerTypo.
2016-11-25 Rui UeyamaParallelize uncompress() and splitIntoPieces().
2016-11-25 Rui UeyamaMove typedefs inside a class definition.
2016-11-25 Rui UeyamaRemove a parameter from ScriptParser.
2016-11-25 Rui UeyamaMove getLocation from Relocations.cpp to InputSection...
2016-11-25 Marek OlsakAMDGPU/SI: Add back reverted SGPR spilling code, but...
2016-11-25 Simon PilgrimUse SDValue helpers instead of explicitly going via...
2016-11-25 Simon PilgrimUse SDValue helper instead of explicitly going via...
2016-11-25 Craig Topper[AVX-512] Add support for changing VSHUFF64x2 to VSHUFF...
2016-11-25 Eugene Leviant[ELF] Add explicit template instantiations for toString
2016-11-25 Craig Topper[AVX-512] Add VPERMT2* and VPERMI2* instructions to...
2016-11-25 Marek OlsakRevert "AMDGPU: Implement SGPR spilling with scalar...
2016-11-25 Marek OlsakRevert "AMDGPU: Fix MMO when splitting spill"
2016-11-25 Marek OlsakRevert "AMDGPU: Fix adding extra implicit def of register"
2016-11-25 Marek OlsakRevert "AMDGPU: Fix not setting kill flag on temp reg...
2016-11-25 Marek OlsakRevert "AMDGPU: Make m0 unallocatable"
2016-11-25 Marek OlsakRevert "AMDGPU: Remove m0 spilling code"
2016-11-25 Marek OlsakRevert "AMDGPU: Preserve m0 value when spilling"
2016-11-25 Eric LiuDo not do raw name replacement when FromDecl is a class...
2016-11-25 Simon Pilgrim[X86][SSE] Added knownbits through bitcast test
2016-11-25 Pavel LabathFix builds Windows and OSX builds after Connection...
2016-11-25 Joerg SonnenbergerDocument the arguments form of commands.
2016-11-25 Abhilash Bhandari[Loop Unswitch] Patch to selective unswitch only the...
2016-11-25 Eric LiuConsider nested namespaces in the canonical namespace...
2016-11-25 Pavel LabathFix darwin build broken by r287920
2016-11-25 Pavel LabathIntroduce Chrono to the Connection class. NFCI.
2016-11-25 Pavel LabathFix FreeBSD build error in r287920
2016-11-25 Pavel LabathIntroduce chrono to the Communication class
2016-11-25 Simon Pilgrim[X86][SSE] Added v16i8 shuffle test case from PR31151
2016-11-25 Simon Dardis[mips] Correct jal expansion for local symbols in ...
2016-11-25 Johan EngelenUse Clang for D language support.
2016-11-25 Pavel LabathMerge Linux and FreeBSD arm64 register contexts
2016-11-25 Eugene Leviant[ELF] Refactor getDynRel to print error location
2016-11-25 Eugene Leviant[ELF] EhOutputSection improvements
2016-11-25 George Rimar[ELF] - Add support for access to most of synthetic...
2016-11-25 Dean Michael... Revert "[XRay][compiler-rt] XRay Buffer Queue"
2016-11-25 Dean Michael... [XRay][compiler-rt] XRay Buffer Queue
2016-11-25 Craig Topper[X86] Invert an 'if' and early out to fix a weird inden...
2016-11-25 Craig Topper[X86] Size a SmallVector to the worst case mask size...
2016-11-24 Kuba MracekAdd "compiler-rt", "libcxx" and "libcxxabi" to svn...
2016-11-24 Craig Topper[DAGCombine] Teach DAG combine that if both inputs...
2016-11-24 Craig Topper[X86] Modify two tests that passed undef to both sides...
2016-11-24 Kuba Mracek[tsan] Add support for GCD dispatch_suspend and dispatc...
2016-11-24 Rui UeyamaUse toString() to report incompatible files.
2016-11-24 Rui UeyamaInclude a hint how to see all errors if error is truncated.
2016-11-24 Rui UeyamaDefine toString(const SymbolBody &) and remove maybeDem...
2016-11-24 Serge RogatchTest commit access.
2016-11-24 Craig Topper[AVX-512] Add tests demonstrating failure to generated...
2016-11-24 Pavel LabathAdd a couple of tests for the Listener class
2016-11-24 Rafael EspindolaUse a more explicit type for the sizeof.
2016-11-24 Benjamin Kramer[CodeGen] Pass objects that are expensive to copy by...
2016-11-24 Pavel LabathFix TestMiExec.test_lldbmi_exec_next_instruction
2016-11-24 Benjamin Kramer[Format] Avoid copying std::sets and simplify code...
2016-11-24 Abhilash BhandariTest Commit, removing a blank line in CREDITS.TXT
2016-11-24 Benjamin Kramer[Sema] Pass APSInts by const ref, avoiding copies.
2016-11-24 Simon PilgrimFix unused variable warning
2016-11-24 Benjamin Kramer[X86] Don't round trip a unique_ptr through a raw point...
2016-11-24 Pavel LabathEnable MiExecTestCase-test_lldbmi_exec_next_instruction
2016-11-24 Simon Pilgrim[X86][SSE] Improve UINT_TO_FP v2i32 -> v2f64
2016-11-24 Pavel LabathEnable TestMultithreaded-sb_api_listener_event_process_...
2016-11-24 Pavel LabathEnable TestBitfields on linux with clang
2016-11-24 Pavel LabathEnable TestRegisterVariables for some configurations
2016-11-24 Simon Pilgrim[X86][AVX512] Add support for v2i64 fptosi/fptoui/sitof...
2016-11-24 Pavel LabathEnable WatchpointPythonCommandTestCase-test_continue_in...
2016-11-24 Pavel LabathUse more chrono in AdbClient
2016-11-24 Pavel LabathUse chrono in AdbClient
2016-11-24 Simon Pilgrim[X86][AVX512DQVL] Add awareness of vcvtqq2ps and vcvtuq...
2016-11-24 Simon Pilgrim[X86][AVX512DQVL] Add support for v2i64 -> v2f32 SINT_T...
2016-11-24 Simon Pilgrim[X86][AVX512DQVL] Add v2i64 -> v2f32 + zero codegen...
2016-11-24 Nikolai Bozhenov[x86] Fixing PR28755 by precomputing the address used...
2016-11-24 Nikolai Bozhenov[x86] Minor refactoring of X86TargetLowering::EmitInstr...
2016-11-24 Nikolai Bozhenov[x86] Rewrite getAddressFromInstr helper function
2016-11-24 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-24 Dylan McKay[AVR] Mark the 'select-must-add-unconditional-jump...
2016-11-24 Simon Pilgrim[X86] Generalize CVTTPD2DQ/CVTTPD2UDQ and CVTDQ2PD...
2016-11-24 Peter Smith[ELF] Add terminating sentinel .ARM.exidx table entry
2016-11-24 Roger Ferrer... Reverting wrong diff
2016-11-24 Pavel LabathAttempt to fix freebsd build after r287864
2016-11-24 Roger Ferrer... Protect tests for std::uninitialized_{copy,fill} under...
2016-11-24 Roger Ferrer... Protect std::string tests under libcpp-no-exceptions
2016-11-24 Pavel LabathIntroduce chrono to more gdb-remote functions
2016-11-24 Haojian Wu[clang-move] Enable dump all declarations in old header.
2016-11-24 Adrian KuegelRemove \x13 (^S) character that was likely added by...
next