OSDN Git Service

android-x86/external-llvm.git
2017-09-25 Justin LebarRevert "[NVPTX] added match.{any,all}.sync instructions...
2017-09-25 Konstantin... [X86] [ASM INTEL SYNTAX] fix for incorrect assembler...
2017-09-25 Craig Topper[SelectionDAG] Teach simplifyDemandedBits to handle...
2017-09-25 Alexey Bataev[SLP] Add a test for PR32086, NFC.
2017-09-25 Krzysztof Parzyszek[Hexagon] Better determination of register classes...
2017-09-25 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-25 Krzysztof Parzyszek[Hexagon] Make getHexagonSubRegIndex take reference...
2017-09-25 Craig Topper[AVX-512] Replace large number of explicit patterns...
2017-09-25 Hongbin Zheng[SimplifyIndvar] Minor change to refine r314125, NFC
2017-09-25 Arnold SchwaighoferARM: One more fix for swifterror CSR set
2017-09-25 Hongbin Zheng[SimplifyIndvar] Replace the srem used by IV if we...
2017-09-25 Benjamin Kramer[ARM] Fix -Wdangling-else warning.
2017-09-25 Arnold SchwaighoferARM: Use the proper swifterror CSR list on platforms...
2017-09-25 Sanjay Patelrevert r314117 because there are bogus clang tests...
2017-09-25 Sanjay Patel[InstCombine] remove extract-of-select vector transform
2017-09-25 Michael LiaoRemove trailing whitespaces.
2017-09-25 Reid Kleckner[DebugInfo] Sort the SDDbgValue list before assuming...
2017-09-25 Reid KlecknerUse {} instead of make_pair and an iterator for the...
2017-09-25 Michael Zuckerman[X86][LLVM]Expanding Supports lowerInterleavedStore...
2017-09-25 Nemanja Ivanovic[PowerPC] Eliminate compares - add i64 sext/zext handli...
2017-09-25 Chad Rosier[AArch64] Add basic support for Qualcomm's Saphira...
2017-09-25 Michael ZuckermanAdding missing feature to goldmont.
2017-09-25 Alexey Bataev[SLP] Support for horizontal min/max reduction.
2017-09-25 Clement Courbet[CodeGenPrepare][NFC] Rename TargetTransformInfo::expan...
2017-09-24 Craig Topper[X86] Make IFMA instructions during isel so we can...
2017-09-24 Craig Topper[X86] Add tests to show missed opportunities to fold...
2017-09-24 Craig Topper[X86] Add IFMA instructions to the load folding tables...
2017-09-24 Simon PilgrimFix signed/unsigned warning
2017-09-24 Simon Pilgrim[X86][SSE] Add more tests for shuffle combining with...
2017-09-24 Simon Pilgrim[X86][SSE] Add support for extending bool vectors bitca...
2017-09-24 Nemanja Ivanovic[PowerPC] Eliminate compares - add i64 sext/zext handli...
2017-09-24 Craig Topper[AVX-512] Add pattern for selecting masked version...
2017-09-24 Craig Topper[X86] Make sure we still mark the full register as...
2017-09-24 Dylan McKay[AVR] Implement getCmpLibcallReturnType().
2017-09-24 Davide Italiano[Verifier] Stop accepting broken DIGlobalVariable(s).
2017-09-23 Simon Pilgrim[X86] Regenerate i64 to v2f32 bitcast test
2017-09-23 Sanjay Patel[x86] reduce 64-bit mask constant to 32-bits by right...
2017-09-23 Sanjay Patel[x86] add an add+shift test for follow-up suggestion...
2017-09-23 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-09-23 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-09-23 Craig Topper[X86] Move the getInsertVINSERTImmediate and getExtract...
2017-09-23 Craig Topper[X86] Remove is the isVINSERT*Index/isVEXTRACT*Index...
2017-09-23 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-09-23 Reid KlecknerCommit missing fixes for tool_file_rename
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-22 Eugene Zelenko[CodeGen] Fix build bots which uses old Clang broken...
2017-09-22 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-default...
2017-09-22 Konstantin... [X86] [MC] fixed non optimal encoding of instruction...
2017-09-22 Reid KlecknerFix uninteneded fallthrough detected by GCC warning
2017-09-22 Craig Topper[InstCombine] Teach foldICmpUsingKnownBits to simplify...
2017-09-22 Craig Topper[InstCombine] Add test cases for known bits simplificat...
2017-09-22 Craig Topper[InstCombine] Remove a FIXME from a test that was fixed...
2017-09-22 Ilya BiryukovFixed broken links in docs.
2017-09-22 Sanjay Patel[x86] remove over-specified platform from test config
2017-09-22 Stefan Pintilie[PowerPC] Mark P9 scheduling model complete
2017-09-22 Craig Topper[InstCombine] Add constant splat handling to one of...
2017-09-22 Sanjay Patel[x86] shiftRightAlgebraic -> shiftRightArithmetic; NFC
2017-09-22 Sanjay Patel[x86] swap order of srl (and X, C1), C2 when it saves...
2017-09-22 Craig Topper[InstCombine] Move the call to isSignBitCheck into...
2017-09-22 Craig Topper[InstCombine] Simplify check for RHS being a splat...
2017-09-22 Craig Topper[InstCombine] Make cases for ICMP_UGT/ICMP_ULT use...
2017-09-22 Rafael EspindolaMove code to a helper function. NFC.
2017-09-22 Rafael Espindolallvm-ar: align the first archive member consistently.
2017-09-22 Tim Shen[XRay] support conditional return on PPC.
2017-09-22 Krzysztof Parzyszek[TableGen] Replace InfoByHwMode::getAsString with write...
2017-09-22 Guozhi Wei[TargetTransformInfo] Handle intrinsic call in getInstr...
2017-09-22 Rafael Espindolallvm-ar: Don't add an unnecessary alignment in gnu...
2017-09-22 Balaram Makam [Falkor] Add falkor CPU to host detection
2017-09-22 Simon PilgrimRemove trailing whitespace. NFCI.
2017-09-22 Pranav BhandarkarCheck vector elements for equivalence in the HexagonVec...
2017-09-22 Krzysztof ParzyszekRevert "[TableGen] Replace InfoByHwMode::getAsString...
2017-09-22 Krzysztof Parzyszek[TableGen] Replace InfoByHwMode::getAsString with write...
2017-09-22 Daniel Neilson[SCEV] Generalize folding of trunc(x)+n*trunc(y) into...
2017-09-22 Sanjay Patel[x86] remove unnecessary OS specifier from test
2017-09-22 Sanjay Patel[x86] auto-generate complete checks; NFC
2017-09-22 Sanjay Patel[x86] update test to use FileCheck; NFC
2017-09-22 Simon Pilgrim[TableGen] Return StringRef from ValueTypeByHwMode...
2017-09-22 Alexander Ivchenko[X86] Combining CMOVs with [ANY,SIGN,ZERO]_EXTEND for...
2017-09-22 Artur PilipenkoRework loop predication pass
2017-09-22 Nemanja IvanovicRemove the default clause from a fully-covering switch
2017-09-22 Andre Vieira[ARM] Fix assembly and disassembly for VMRS/VMSR
2017-09-22 Nemanja IvanovicRecommit r310809 with a fix for the spill problem
2017-09-22 Simon Pilgrim[ARM] Add missing selection patterns for vnmla
2017-09-22 Jonas Devlieghere[dwarfdump] Fix ambiguous call to make_unique
2017-09-22 Alexander Richardson[obj2yaml] Don't crash for input files without symbol...
2017-09-22 Jonas Devlieghere[dwarfdump] Add support for redirecting output to a...
2017-09-22 Alexander Richardson[mips] clang-format MipsTargetMachine.cpp
2017-09-22 Dylan McKay[AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
2017-09-22 Jatin Bhateja[X86] Updating the test case for FMF propagation.
2017-09-22 Yonghong Songbpf: initial 32-bit ALU encoding support in assembler
2017-09-22 Yonghong Songbpf: add 32bit register set
2017-09-22 Yonghong Songbpf: refactor inst patterns with better inheritance
2017-09-22 Yonghong Songbpf: refactor inst patterns with more mnemonics
2017-09-22 Saleem AbdulrasoolAArch64: support SwiftCC properly on AAPCS64
2017-09-22 Sanjoy DasRename markAsErased to erase, as pointed out in a previ...
2017-09-22 NAKAMURA TakumiHexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE...
2017-09-22 NAKAMURA TakumiReformat.
2017-09-21 Richard TrieuFix unused variable warning.
2017-09-21 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-bool-litera...
2017-09-21 Adrian PrantlFix a bug in a historic bitcode testcase.
next