OSDN Git Service

android-x86/external-llvm.git
2017-12-07 Alex Bradbury[RISCV][NFC] Use TargetRegisterClass::hasSubClassEq...
2017-12-07 Nikolai Bozhenov[Nios2] final infrastructure to provide compilation...
2017-12-07 Andrew V. TischenkoAdd proper BTVER2 sched support for MOV instr.
2017-12-07 Jonas Devlieghere[dsymutil] Add -verify option to run DWARF verifier...
2017-12-07 Igor Laevsky[FuzzMutate] Allow only sized pointers for the GEP...
2017-12-07 Alex Bradbury[RISCV] Add missed tests for RV64D MC layer support
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV64D instruc...
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV64F instruc...
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV64A instruc...
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV64M instruc...
2017-12-07 Pavel Labath[Testing/Support] Make matchers work with Expected<T&>
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV64I instruc...
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV32D instruc...
2017-12-07 Francis Visoiu... [CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-12-07 Alex Bradbury[RISCV] MC layer support for the standard RV32F instruc...
2017-12-07 Alex Bradbury[TableGen] Give the option of tolerating duplicate...
2017-12-07 Gadi Haber[X86][FMA][FMA4]: Adding full coverage of MC encoding...
2017-12-07 Gadi Haber[X86][X87]: Adding full coverage of MC encoding for...
2017-12-07 Igor Laevsky[InstSimplify] Add tests for the rL319894
2017-12-07 Craig Topper[SelectionDAG] In SplitVecOp_EXTRACT_VECTOR_ELT, simpli...
2017-12-07 Craig Topper[SelectionDAG] Use TLI.getVectorIdxTy to determine...
2017-12-07 Mikael HolmenSkip DBG instr in OptimizePHIs when looking for dead...
2017-12-07 Leslie Zhai[AVR] Override ParseDirective
2017-12-07 Sam CleggRevert "[WebAssembly] Import the linear memory and...
2017-12-07 Sam Clegg[WebAssembly] section kind can be code
2017-12-07 Evgeniy StepanovUpdate BitCodeFormat.
2017-12-07 Davide Italiano[DebugInfo] Explicitly pass a triple to this test.
2017-12-07 Davide Italiano[MC/Dwarf] Use the older DWARF linetables format on...
2017-12-07 Alina Sbirlea[ModRefInfo] Replace remaining bit-wise operations...
2017-12-07 Dan Gohman[WebAssembly] Don't try to emit size information for...
2017-12-07 Vedant Kumar[Coverage] Scan ahead for the most-recent completed...
2017-12-06 Dan Gohman[WebAssembly] Import the linear memory and function...
2017-12-06 Matt Morehouse[CMake] Use PRIVATE when linking LLVM fuzzers.
2017-12-06 Alina Sbirlea[ModRefInfo] Use ModRefInfo wrappers in FunctionModRefB...
2017-12-06 Florian Hahn[AArch64] Add patterns to replace fsub fmul with fma...
2017-12-06 Adam Nemet[LV] Interleaved access vectorization: fix computing...
2017-12-06 Krzysztof Parzyszek[Hexagon] Recognize vdealb, vdealh, vshuffb and vshuffh...
2017-12-06 Krzysztof Parzyszek[Hexagon] Handle perfect shuffles on single vectors
2017-12-06 Sanjay Patel[InstCombine] canonicalize constant-minus-boolean to...
2017-12-06 Matthew Simpson[PGO] Make indirect call promotion a utility
2017-12-06 Dan Gohman[WebAssembly] Commit a file I accidentally omitted...
2017-12-06 Dan Gohman[WebAssembly] Remove WASM_STACK_POINTER.
2017-12-06 Florian Hahn[MachineCombiner] Add up latencies of all instructions...
2017-12-06 Alina Sbirlea[ModRefInfo] Do not use ModRefInfo result in if conditi...
2017-12-06 Florian Hahn[InlineFunction] Only replace call if there are VarArgs...
2017-12-06 Sanjay Patel[LoopUtils] simplify createTargetReduction(); NFCI
2017-12-06 Simon Pilgrim[X86][AVX512] Tag mask reg op instruction scheduler...
2017-12-06 Tim Shen[Hexagon] Suppress more warnings on unused variables...
2017-12-06 Alina Sbirlea[ModRefInfo] Use createModRefInfo wrapper to create...
2017-12-06 Tim Shen[Hexagon] Suppress warnings on unused variables defind...
2017-12-06 Rui Ueyama[COFF] Ignore semicolons in module definition identifiers
2017-12-06 Sanjay Patel[LoopUtils] fix variable name to match FMF vocabulary...
2017-12-06 Zachary TurnerUpdate obj2yaml and yaml2obj for .debug$H section.
2017-12-06 Davide Italiano[Target] dumpr() is defined only in debug builds.
2017-12-06 Simon Pilgrim[X86][SSE] Regenerate vpmovm2*/vpmov*2m avx512 schedule...
2017-12-06 Simon Pilgrim[X86][AVX512] Tag scalar insert/extract instruction...
2017-12-06 Craig Topper[X86] Simplify the TTI code for getInterleavedMemoryOpC...
2017-12-06 Shoaib Meenai[cmake] Remove unnecessary header include in atomics...
2017-12-06 Simon Pilgrim[X86][AVX2] Tag MASKMOV instruction scheduler classes
2017-12-06 Craig Topper[X86] Regenerate test for r319778
2017-12-06 Simon Pilgrim[X86][AVX512] Tag aligned/unaligned move instruction...
2017-12-06 Simon Pilgrim[X86][AVX] Regenerate vpmovm2*/vpmov*2m avx512 schedule...
2017-12-06 Craig Topper[X86] Attempt to fix a ubsan failure in the autoupgrade...
2017-12-06 Zvi RackoverInstructionSimplify: 'extractelement' with an undef...
2017-12-06 Artem Belevich[NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching...
2017-12-06 Zvi RackoverAMDGPU Tests: Change a case to be run with -O0
2017-12-06 Jonas Paulsson[SystemZ] Add IntrWriteMem flag to int_s390_tabort...
2017-12-06 Adam Nemet[opt-viewer] Suppress noisy Swift remarks
2017-12-06 Krzysztof Parzyszek[Hexagon] Generate HVX code for vector construction...
2017-12-06 Simon Pilgrim[X86][AVX512] Tag BROADCAST instruction scheduler classes
2017-12-06 Nirav Dave[ARM][AArch64][DAG] Reenable post-legalize store merge
2017-12-06 Don Hinton[cmake] Move CMAKE_(C|CXX)_COMPILER variables before...
2017-12-06 Simon Pilgrim[X86][AVX512] Regenerate vpmovm2*/vpmov*2m avx512 sched...
2017-12-06 Igor Laevsky[InstSimplify] Fold insertelement into undef if index...
2017-12-06 Jonas Paulsson[SystemZ] Bugfix in expandRxSBG()
2017-12-06 Benjamin Kramer[X86] Avoid unused variable warning in Release builds...
2017-12-06 Simon Pilgrim[X86][AVX512] Drop default NoItinerary arguments that...
2017-12-06 Max Kazantsev[SCEV][NFC] Check NoWrap flags before lexicographical...
2017-12-06 Simon Dardis[mips] Fix definition of 'bc' instruction
2017-12-06 Simon Pilgrim[X86][AVX512] Tag Mask<->Vector instructions scheduler...
2017-12-06 Francis Visoiu... [CodeGen] Fix formatting error from r319885
2017-12-06 Francis Visoiu... [CodeGen] Better handling of detached MachineOperands
2017-12-06 Simon Pilgrim[X86][AVX512] Cleanup scalar move scheduler classes
2017-12-06 Mikael Holmen[[Machine]Dominators] Improved printout when verifyDomT...
2017-12-06 Max Kazantsev[SCEV][NFC] Share value cache between SCEVs in GroupByC...
2017-12-06 Craig Topper[X86] Split 512-bit vector extends from types other...
2017-12-06 Hans WennborgRevert r319482 and r319483 "[memcpyopt] Teach memcpyopt...
2017-12-06 Derek Schuff[WebAssembly] Only emit stack pointer delcaration in...
2017-12-06 Vlad TsyrklevichRevert "[DAGCombine] Move AND nodes to multiple load...
2017-12-06 Derek Schuff[WebAssembly] Fix test breakage from r319810
2017-12-06 Zachary TurnerRegex out the local hash comparison test.
2017-12-06 Zachary TurnerFix error in llvm-pdbutil.
2017-12-06 Craig Topper[X86] Update to getSetCCResultType to be more robust...
2017-12-05 Zachary TurnerTeach llvm-pdbutil to dump types from object files.
2017-12-05 Zachary TurnerFix -Wmissing-braces error.
2017-12-05 Zachary Turner[CodeView] Add support for content hashing CodeView...
2017-12-05 Craig Topper[SelectionDAG] Don't promote the condition operand...
2017-12-05 Craig Topper[SelectionDAG] Don't promote mask operand when widening...
2017-12-05 Craig Topper[SelectionDAG] Don't promote mask when splitting mstore.
2017-12-05 Craig Topper[SelectionDAG] Don't promote mask operands of MGATHER...
next