platform/upstream/llvm.git
2016-11-26 Craig Topper[X86] Simplify control flow. NFCI
2016-11-26 Tobias Grosser[ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensi...
2016-11-26 Craig Topper[X86] Add a hasOneUse check to selectScalarSSELoad...
2016-11-26 Sanjay Patel[InstCombine] add test to show missing vector optimizat...
2016-11-26 Marshall ClowImplement the 'detection idiom' from LFTS v2
2016-11-26 Sanjay Patel[InstCombine] don't drop metadata in FoldOpIntoSelect()
2016-11-26 Rui UeyamaChange return types of split{Non,}Strings.
2016-11-26 Rui UeyamaMake getColorDiagnostics return a boolean value instead...
2016-11-26 Rui UeyamaSplit MergeOutputSection::finalize.
2016-11-26 Sanjay Pateladd optional param to copy metadata when creating selec...
2016-11-26 Craig Topper[AVX-512] Add unmasked EVEX vpmovzx/sx instructions...
2016-11-26 Craig Topper[AVX-512] Add masked 128/256-bit integer add/sub instru...
2016-11-26 Tobias Grosser[ScopDetect] Expand statistics of the detected scops
2016-11-26 Craig Topper[AVX-512] Add masked 512-bit integer add/sub instructio...
2016-11-26 Craig Topper[AVX-512] Teach LowerFormalArguments to use the extende...
2016-11-26 Craig Topper[AVX-512] Add VLX versions of VDIVPD/PS and VMULPD...
2016-11-26 Rafael EspindolaCreate sections with just assignments as STT_NOBITS.
2016-11-26 Tobias Grosser[ScopDetectionDiagnostic] Collect statistics for each...
2016-11-26 Davide Italiano[ELF] Be compliant with LLVM and rename Lto into LTO...
2016-11-26 Alexander Shaposhnikov[lldb] Fix typos in file headers
2016-11-26 Tobias Grosser[ScopDetectionDiagnostic] IrreducibleRegion is a subcla...
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
next