platform/upstream/llvm.git
2018-02-12 Gerolf Hoflehner[MC] Issue error message when data region is not terminated
2018-02-12 Max Kazantsev[NFC] Fix typos
2018-02-12 Max Kazantsev[SCEV] Make getPostIncExpr guaranteed to return AddRec
2018-02-12 Craig Topper[X86] Don't look for TEST instruction shrinking opportu...
2018-02-12 Craig Topper[X86] Remove check for X86ISD::AND with no flag users...
2018-02-12 Craig Topper[X86] Change some compare patterns to use loadi8/loadi1...
2018-02-12 Craig Topper[X86] Autogenerate complete checks. NFC
2018-02-12 Craig Topper[X86] Add KADD X86ISD opcode instead of reusing ISD...
2018-02-12 Craig Topper[X86] Allow zextload/extload i1->i8 to be folded into...
2018-02-12 Charles SaternosFollow on to rL324854 (Added tests)
2018-02-11 Craig Topper[X86] Remove MASK_BINOP intrinsic type. NFC
2018-02-11 Craig Topper[X86] Remove dead code from getMaskNode that looked...
2018-02-11 Craig Topper[X86] Remove LowerBoolVSETCC_AVX512, we get this with...
2018-02-11 Dimitry AndricAdd default C++ ABI libname and include paths for FreeBSD
2018-02-11 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-11 Eric FiselierFix libcxx MSVC C++17 redefinition of 'align_val_t'
2018-02-11 Eric FiselierMark two issues as complete
2018-02-11 Marshall ClowFix a typo in the synopsis comment. NFC. Thanks to...
2018-02-11 Brock Wyma[CodeView] Allow variable names to be as long as the...
2018-02-11 Kuba MracekRevert r324847, there's bot failures.
2018-02-11 Kuba Mracek[sanitizer] Implement NanoTime() on Darwin
2018-02-11 Kuba Mracek[compiler-rt] Replace forkpty with posix_spawn
2018-02-11 Craig Topper[X86] Update some required-vector-width.ll test cases...
2018-02-11 Simon Pilgrim[X86][SSE] Use SplitBinaryOpsAndApply to recognise...
2018-02-11 Sanjay Patel[InstCombine] X / (X * Y) -> 1 / Y if the multiplicatio...
2018-02-11 Craig Topper[X86] Use min/max for vector ult/ugt compares if avoids...
2018-02-11 Simon Pilgrim[X86][SSE] Moved SplitBinaryOpsAndApply earlier so...
2018-02-11 Sanjay Patel[InstCombine] add tests for div-mul folds; NFC
2018-02-11 Sanjay Patel[TargetLowering] try to create -1 constant operand...
2018-02-11 Simon Pilgrim[X86] Add PR33747 test case
2018-02-11 Simon Pilgrim[X86][SSE] Enable SMIN/SMAX/UMIN/UMAX custom lowering...
2018-02-11 Lama Sabafix test/CodeGen/X86/fixup-sfb.ll test failure after...
2018-02-11 Lama Saba[X86] Reduce Store Forward Block issues in HW
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.
next