platform/upstream/llvm.git
2018-02-11 Craig Topper[X86] Don't make 512-bit vectors legal when preferred...
2018-02-11 Craig Topper[X86] Remove setOperationAction lines for promoting...
2018-02-11 Craig Topper[SelectionDAG] Remove TargetLowering::getConstTrueVal...
2018-02-11 Craig Topper[X86] Remove some redundant qualifications from the...
2018-02-11 Galina KistanovaFixed extra ‘;’ warning
2018-02-10 Simon Pilgrim[X86][SSE] Add SMIN/SMAX combine test
2018-02-10 Craig Topper[X86] Change the signature of the AVX512 packed fp...
2018-02-10 Craig Topper[X86] Change signatures of avx512 packed fp compare...
2018-02-10 Simon Pilgrim[X86][SSE] Add UMIN/UMAX combine test
2018-02-10 Simon Pilgrim[InstCombine] Add constant vector support for ~(C ...
2018-02-10 Aaron SmithFix test clang-diff-json.cpp
2018-02-10 Simon Pilgrim[X86][SSE] Increase PMULLD costs to better match hardware
2018-02-10 Craig Topper[X86] Custom legalize (v2i32 (setcc (v2f32))) so that...
2018-02-10 Alexander RichardsonUse RelType instead of uint32_t in DynamicReloc. NFC
2018-02-10 Craig Topper[X86] Extend inputs with elements smaller than i32...
2018-02-10 Craig Topper[X86] Remove some check-prefixes from avx512-cvt.ll...
2018-02-10 Simon PilgrimAdd vector add/sub/mul/div by scalar tests (PR27085)
2018-02-10 Sanjay Patel[x86] preserve test intent by removing undef
2018-02-10 Sanjay Patel[x86] preserve test intent by removing undef
2018-02-10 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-02-10 Sanjay Patel[ARM] preserve test intent by removing undef
2018-02-10 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-02-10 Simon Pilgrim[X86][SSE] Regenerate old sitofp v2i32 test
2018-02-10 Kamil RytarowskiCorrect a typo in tsan_pthread_setname_np in the FreeBS...
2018-02-10 Kamil RytarowskiMark the textdomain.cc test as unsupported on BSDs
2018-02-10 Gabor HorvathMake a build bot happy.
2018-02-10 Gabor Horvath[Templight] Template Instantiation Observer
2018-02-10 Dean Michael... [XRay] Rename Buffer.Buffer to Buffer.Data
2018-02-10 Craig Topper[X86] Custom legalize (v2i1 (fp_to_uint/fp_to_sint...
2018-02-10 Craig Topper[X86] Legalize zero extends from vXi1 to vXi16/vXi32...
2018-02-10 Craig Topper[X86] Teach combineExtSetcc to handle ZERO_EXTEND by...
2018-02-10 Fangrui Song[utils] Refactor utils/update_{,llc_}test_checks.py...
2018-02-10 Artem Dergachev[analyzer] NFC: Assert that our fix for noreturn destru...
2018-02-10 Artem Dergachev[analyzer] Fix a merge error in -analyzer-config tests.
2018-02-10 Artem Dergachev[analyzer] NFC: Use CFG construction contexts instead...
2018-02-10 Eric FiselierUse multi-key tree search for {map, set}::{count, equal...
2018-02-10 Artem Dergachev[CFG] Provide construction contexts when constructors...
2018-02-10 Nirav Dave[DAG] Make early exit hasPredecessorHelper return true...
2018-02-10 Artem Dergachev[CFG] Add construction context for constructor initiali...
2018-02-10 Jason MolendaLooks like this fails when built i386 on linux bots...
2018-02-10 Artem Dergachev[CFG] Add construction context for simple variable...
2018-02-10 George Karpenkov[analyzer] Serialize statistics to plist when serialize...
2018-02-10 Jason MolendaAdd test case for x86_64 architecture recognition in the
2018-02-10 Craig Topper[X86] Teach combineInsertSubvector how to combine some...
2018-02-10 Artem Dergachev[analyzer] Add missing pre-post-statement callbacks...
2018-02-10 Artem Dergachev[analyzer] Add support for __builtin_constant_p.
2018-02-10 George KarpenkovMake LLVM timer reprintable: that is, make more than...
2018-02-10 David BlaikieREQUIRES: shell a couple of tests that require the...
2018-02-10 Mircea Trofin[LV] Fix analyzeInterleaving when -pass-remarks enabled
2018-02-09 George Karpenkov[analyzer] Introduce statistics for the total number...
2018-02-09 Daniel Neilson[Hexagon] Update uses of deprecated IRBuilder CreateMem...
2018-02-09 Alexander Shaposhnikov[llvm-objcopy] Make modifications in-place if output...
2018-02-09 Craig Topper[X86] Teach lower1BitVectorShuffle to recognize shuffle...
2018-02-09 Daniel Neilson[ARMFastISel] Replace deprecated calls to MemoryIntrins...
2018-02-09 George Karpenkov[NFC] Extract method to SourceManager for traversing...
2018-02-09 Justin BognerCMake: Allow specifying arbitrary CCACHE parameters
2018-02-09 Dan Gohman[WebAssembly] Add mechanisms for specifying an explicit...
2018-02-09 Dan Gohman[WebAssembly] Add an LLVM_FALLTHROUGH to address a...
2018-02-09 Matt Davis[CodeGen] Use the zero initializer instead of storing...
2018-02-09 Adrian PrantlMake LLDB's clang module cache path customizable
2018-02-09 Daniel Neilson[AMDGPUPromoteAlloca] Replace deprecated memory intrins...
2018-02-09 Daniel Neilson[AArch64FastISel] Replace deprecated calls to MemoryInt...
2018-02-09 Francis Visoiu... [X86][MC] Fix assembling rip-relative addressing +...
2018-02-09 Matt Davis[CodeGen] Add lifetime markers to the list of meta...
2018-02-09 Sam Clegg[WebAssebmly] Report undefined symbols correctly in...
2018-02-09 Francis Visoiu... [CodeGen] Print predecessors as MIR comments in -debug...
2018-02-09 Davide Italiano[lldb-mi] This test now passes consistently, unXFAIL it.
2018-02-09 Kevin Enderbyllvm-objdump when printing the Objective-C meta data...
2018-02-09 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-02-09 Akira HatanakaRemove "CHECK: entry" in test case.
2018-02-09 Vedant Kumar[Utils] Salvage debug info from dead 'or' instructions
2018-02-09 Krzysztof Parzyszek[Hexagon] Add code to select QTRUE and QFALSE
2018-02-09 George Karpenkov[analyzer] [tests] Fixing an error after non-atomic...
2018-02-09 Adrian PrantlIntroduce an API for LLDB to compute the default module...
2018-02-09 Matt ArsenaultDeclare PostDominatorTree as a class
2018-02-09 George Karpenkov[analyzer] [tests] [NFC] Remove a fragile tightly-coupl...
2018-02-09 Artem Belevich[tablegen] Fixed few !foreach evaluation issues.
2018-02-09 Steven Wu[ThinLTO] Teach ThinLTO about auto hide symbols
2018-02-09 Rui UeyamaMake a lambda a static function to make the ICF main...
2018-02-09 Rui UeyamaDo not print out removed ICF sections for -verbose.
2018-02-09 Sanjay Patel[x86] remove duplicate undef tests; NFC
2018-02-09 Simon Pilgrim[InstCombine] Add vector xor tests
2018-02-09 Rui UeyamaMake --export-dynamic-symbol to pull out object files...
2018-02-09 Matt ArsenaultAMDGPU: Remove tied operand from si_else
2018-02-09 Rafael EspindolaEmit smaller exception tables for non-SJLJ mode.
2018-02-09 Rafael EspindolaUse assembler expressions to lay out the EH LSDA.
2018-02-09 Matt ArsenaultAMDGPU: Update for datalayout change
2018-02-09 Matt ArsenaultReapply "AMDGPU: Add 32-bit constant address space"
2018-02-09 Matt ArsenaultAMDGPU: Fix layering issue
2018-02-09 Evandro Menezes[AArch64] Refactor stand alone methods (NFC)
2018-02-09 Rafael EspindolaRefactor how we decide which sections to sort.
2018-02-09 Davide Italiano[Testsuite] Remove leak tests, it's not useful anymore.
2018-02-09 Haojian Wu[clang-move] Don't dump macro symbols.
2018-02-09 Francois Ferrandclang-format: keep ObjC colon alignment with short...
2018-02-09 David BlaikiePre-emptively fix test case for windows path separators
2018-02-09 Ed MasteAdd IMPLEMENTATION NOTES describing lld's .a handling...
2018-02-09 David BlaikieRemove some unnecessary REQUIRES: shell from a couple...
2018-02-09 Krzysztof Parzyszek[Hexagon] Express calling conventions via .td file...
2018-02-09 Ilya Biryukov[clangd] Fix crash in tests in debug mode.
2018-02-09 Sam McCall[clangd] Collect definitions when indexing.
next