OSDN Git Service

android-x86/external-llvm.git
2018-12-24 Craig Topper[X86] Remove the ANDN check from EmitTest.
2018-12-23 Fangrui Song[llvm-exegesis] Clustering: don't enqueue a point multi...
2018-12-23 Sanjay Patel[DAGCombiner] limit shuffle to extend transform (PR40146)
2018-12-23 Sanjay Patel[x86] add test for vector shuffle --> extend transform...
2018-12-23 Sanjay Patel[DAGCombiner] allow hoisting vector bitwise logic ahead...
2018-12-23 Sanjay Patel[x86] add tests for vector extend + logic ops; NFC
2018-12-23 Nico Weber[gn build] Add build files for clang/tools/{arcmt-test...
2018-12-23 Nico Weber[gn build] Add build files for clang/tools/{clang-refac...
2018-12-23 Nico Weber[gn build] Add build files for clang/tools/{clang-diff...
2018-12-23 Simon Atanasyan[ORC] Rename register in the OrcMips64 resolver code...
2018-12-23 Simon Atanasyan[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
2018-12-23 Simon Atanasyan[ORC] Remove redundant instruction from MIPS resolver...
2018-12-23 George Burgess IV[MemCpyOpt] Use LocationSize instead of ints; NFC
2018-12-23 Craig Topper[X86] Return false from hasAndNotCompare if the compari...
2018-12-23 George Burgess IV[MemoryLocation] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[Loads] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[Lint] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[AAEval] Use LocationSize instead of ints; NFC
2018-12-23 Craig Topper[X86] Fix an old FIXME about folding the zero constant...
2018-12-23 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-22 David BlaikieDebugInfo: Accurately propagate the section used by...
2018-12-22 David Blaikiellvm-dwarfdump: Dump the section name/number for addr...
2018-12-22 George Burgess IV[Analysis] More LocationSize cleanup; NFC
2018-12-22 George Burgess IV[Analysis] s/uint64_t/LocationSize; NFC
2018-12-22 Sanjay Patel[DAGCombiner] allow narrowing of add followed by truncate
2018-12-22 Sanjay Patel[x86] add load fold patterns for movddup with vzext_load
2018-12-22 Roman LebedevNFC][CodeGen][X86][AArch64] Tests for bit extract ...
2018-12-22 Roman Lebedev[NFC][CodeGen][X86][AArch64] Bit extract: add nounwind...
2018-12-22 Roman Lebedev[NFC][CodeGen][X86][AArch64] Tests for bit extract...
2018-12-22 David Blaikiellvm-dwarfdump: Remove extraneous space between '(...
2018-12-22 David Blaikiellvm-dwarfdump: Print the section name/number for addr_...
2018-12-22 David BlaikieDebugInfo: Refactor named section dumping into a reusab...
2018-12-22 Nico Weber[gn build] Embed __TEXT __info_plist section into clang...
2018-12-22 Nico Weber[gn build] Add build files for clang, clang-offload...
2018-12-22 Tom StellardFix mingw build failures caused by r349839
2018-12-22 Nico Weber[gn build] Add build files for llvm-cat, llvm-lto,...
2018-12-22 Nico Weber[gn build] Add build file for clang/lib/FrontendTool
2018-12-22 Nico Weber[gn build] Add build file for clang/lib/ARCMigrate
2018-12-22 Nico Weber[gn build] Add build files for clang/lib/{ASTMatchers...
2018-12-22 David BlaikieDebugInfo: Remove extra attribute lookup
2018-12-22 Craig Topper[X86] FixupLEAs, reduce number of calls to getOperand...
2018-12-22 Justin Lebar[NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitial...
2018-12-22 David BlaikielibDebugInfo: Refactor error handling in range list...
2018-12-21 Reid Kleckner[MC] Enable .file support on COFF and diagnose it on...
2018-12-21 Mircea TrofinSilence warning in assert introduced in rL349973.
2018-12-21 Mircea Trofin[llvm] API for encoding/decoding DWARF discriminators.
2018-12-21 David BlaikieReapply: DebugInfo: Assume an absence of ranges or...
2018-12-21 Vedant Kumar[IR] Add Instruction::isLifetimeStartOrEnd, NFC
2018-12-21 Armando Montanez[TextAPI][elfabi] Fix failing tests from D56020
2018-12-21 Craig Topper[X86] Add isel patterns to match BMI/TBMI instructions...
2018-12-21 Sanjay Patel[DAGCombiner] simplify code leading to scalarizeExtract...
2018-12-21 Craig Topper[X86] Don't allow optimizeCompareInstr to replace a...
2018-12-21 Changpeng FangAMDGPU: Don't peel of the offset if the resulting base...
2018-12-21 Armando Montanez[TextAPI][elfabi] Fix YAML support for weak symbols
2018-12-21 Reid Kleckner[BasicAA] Fix AA bug on dynamic allocas and stackrestore
2018-12-21 Anna Thomas[RuntimeUnrolling] NFC: Add TODO and comments in connec...
2018-12-21 Sanjay Patel[x86] add movddup specialization for build vector lower...
2018-12-21 Florian Hahn[ARM] Set Defs = [CPSR] for COPY_STRUCT_BYVAL, as it...
2018-12-21 Simon Pilgrim[SelectionDAG] Remove KnownBits output paramater version.
2018-12-21 Sanjay Patel[x86] remove excess check lines; NFC
2018-12-21 Sanjay Patel[x86] move misplaced tests; NFC
2018-12-21 Jessica Paquette[GlobalISel][AArch64] Add support for widening G_FCEIL
2018-12-21 Sanjay Patel[x86] add tests for possible horizontal op transform...
2018-12-21 Tom StellardReleaseNotes: Document removal of add_llvm_loadable_mod...
2018-12-21 Sanjay Patel[x86] move test for movddup; NFC
2018-12-21 Louis Dionne[pstl] Initial integration with LLVM's CMake
2018-12-21 Evandro Menezes[AArch64] Refactor Exynos predicate (NFC)
2018-12-21 Simon Pilgrim[XCore] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[Sparc] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[AMDGPU] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[WebAssembly] Always use the version of computeKnownBit...
2018-12-21 Simon Pilgrim[ARM] Always use the version of computeKnownBits that...
2018-12-21 Simon Pilgrim[AArch64] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[SelectionDAG] Always use the version of computeKnownBi...
2018-12-21 Simon Pilgrim[SystemZ] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[Lanai] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[PPC] Always use the version of computeKnownBits that...
2018-12-21 Simon Pilgrim[X86] Always use the version of computeKnownBits that...
2018-12-21 Luke Cheeseman[AArch64] Adding missing REQUIRES in aarch64 dwarf...
2018-12-21 Pavel Labath[ADT] IntervalMap: add overlaps(a, b) method
2018-12-21 Fedor Sergeev[NewPM] -print-module-scope -print-after now prints...
2018-12-21 Luke Cheeseman[Dwarf/AArch64] Return address signing B key dwarf...
2018-12-21 Simon Pilgrim[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_...
2018-12-21 Thomas Lively[WebAssembly] Fix invalid machine instrs in -O0, verify...
2018-12-21 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.wqm.vote
2018-12-21 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some fp ops
2018-12-21 Matt ArsenaultGlobalISel: Correct example PartialMapping table
2018-12-21 Matt ArsenaultAMDGPU/GlobalISel: Redo legality for build_vector
2018-12-21 Reid Kleckner[memcpyopt] Add debug logs when forwarding memcpy src...
2018-12-21 Eli Friedman[LoopUnroll] Don't verify domtree by default with ...
2018-12-21 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-21 Craig Topper[X86] Refactor hasNoCarryFlagUses and hasNoSignFlagUses...
2018-12-21 Craig Topper[X86] Add memory forms of some SETCC instructions to...
2018-12-20 Eli Friedman[ARM] Complete the Thumb1 shift+and->shift+shift transf...
2018-12-20 Chen Zheng[InstCombine] [NFC] testcases for canonicalize MUL...
2018-12-20 Tom StellardFix Windows build failures caused by r349839
2018-12-20 Tom Stellardcmake: Remove add_llvm_loadable_module()
2018-12-20 Nico Weber[gn check] Unbreak check-lld if llvm_install_binutils_s...
2018-12-20 Nico Weber[gn build] Add build file for clang/lib/CodeGen and...
2018-12-20 Nico Weber[gn build] Add build files for clang/lib/{Frontend...
next