OSDN Git Service

android-x86/external-llvm.git
2017-02-28 Amaury SechetAdd test case for usubo combine. NFC.
2017-02-28 Matthias BraunAdd MIR-level outlining pass
2017-02-28 Amaury SechetAdd test case for computing known bits of substraction...
2017-02-28 Michael Kuperstein[CGP] Split some critical edges coming out of indirect...
2017-02-28 Zachary Turner[PDB] Make streams carry their own endianness.
2017-02-27 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize and Include...
2017-02-27 Michael Kuperstein[SLP] Load sorting should not try to sort things that...
2017-02-27 Dan Gohman[MC] Implement the COFF directives in MCNullStreamer.
2017-02-27 Matt ArsenaultAMDGPU: Basic folds for fmed3 intrinsic
2017-02-27 Zachary TurnerRemove some code accidentally left in.
2017-02-27 Petr Hosek[AddressSanitizer] Put shadow at 0 for Fuchsia
2017-02-27 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-02-27 Dan Gohman[MC] Factor out non-COFF handling of COFF-specific...
2017-02-27 Dan Gohman[WebAssembly] Add some comments and tidy up whitespace.
2017-02-27 Matt ArsenaultAMDGPU: Use v_med3_{f16|i16|u16}
2017-02-27 Dan Gohman[WebAssembly] Split CFG-sorting into its own pass....
2017-02-27 Hans WennborgRevert r296366 "[InlineFunction] add nonnull assumption...
2017-02-27 Zachary TurnerAdd missing namespace qualifier.
2017-02-27 Matt ArsenaultAMDGPU: Support v2i16/v2f16 packed operations
2017-02-27 Arnold SchwaighoferISel: We need to notify FastIS of the IMPLICIT_DEF...
2017-02-27 Zachary Turner[PDB] Partial resubmit of r296215, which improved PDB...
2017-02-27 Matt ArsenaultRevert "DAG: Check if extract_vector_elt is legal or...
2017-02-27 Xin TongEmpty line. NFCI
2017-02-27 Rong Xu[PGO] Fix a bug in reading text format value profile.
2017-02-27 Sanjay Patel[ARM] don't transform an add(ext Cond), C to select...
2017-02-27 Lang Hames[Support][Error] Add a 'cantFail' utility function...
2017-02-27 Matt ArsenaultAMDGPU: Add some of the new gfx9 VOP3 instructions
2017-02-27 Simon Pilgrim[X86][SSE] Attempt to extract vector elements through...
2017-02-27 Matt ArsenaultAMDGPU: Support inlineasm for packed instructions
2017-02-27 Alexey Bataev[SLP] Use different flags in tests for reduction ops...
2017-02-27 Matt ArsenaultAMDGPU: Don't fold immediate if clamp/omod are set
2017-02-27 Matt ArsenaultAMDGPU: Fold omod into instructions
2017-02-27 Taewook Oh[TailDuplicator] Maintain DebugLoc for branch instructions
2017-02-27 Matt ArsenaultAMDGPU: Add f16 to shader calling conventions
2017-02-27 Alexey Bataev[SLP] Modify test to check IR flags propagation for...
2017-02-27 Matt ArsenaultAMDGPU: Add VOP3P instruction format
2017-02-27 Amaury SechetRefactor xaluo.ll and xmulo.ll tests. NFC
2017-02-27 Sanjay Patel[InlineFunction] add nonnull assumptions based on argum...
2017-02-27 Krzysztof Parzyszek[Hexagon] Defs and clobbers can overlap
2017-02-27 Xin TongFix a bug when unswitching on partial LIV for SwitchInst
2017-02-27 Rong XuFix comments. NFC.
2017-02-27 Steven WuFix LLVM module build
2017-02-27 Craig Topper[X86] Use APInt instead of SmallBitVector tracking...
2017-02-27 Craig Topper[X86] Use APInt instead of SmallBitVector for tracking...
2017-02-27 Craig Topper[X86] Fix SmallVector sizes in constant pool shuffle...
2017-02-27 Craig Topper[X86] Use APInt instead of SmallBitVector for tracking...
2017-02-27 Amaury SechetRemove an empty line in icmp-illegal.ll . NFC
2017-02-27 Alexey Bataev[SLP] A test for a fix of PR32038.
2017-02-27 Artur PilipenkoLoop predication expand both sides of the widened condition
2017-02-27 Sjoerd MeijerAArch64InstPrinter: rewrite of printSysAlias
2017-02-27 John Brawn[ARM] LSL #0 is an alias of MOV
2017-02-27 Artur Pilipenko[DAGCombine] Fix for a load combine bug with non-zero...
2017-02-27 Artur Pilipenko[DAGCombine] NFC. MatchLoadCombine extract MemoryByteOf...
2017-02-27 Artur Pilipenko[DAGCombine] NFC. MatchLoadCombine remember the first...
2017-02-27 Sjoerd MeijerAArch64AsmParser: don't try to parse “[1]” for non...
2017-02-27 Konstantin... [AMDGPU] Runtime metadata fixes:
2017-02-27 Brian Cainllvm-mc-fuzzer: add support for assembly
2017-02-27 Craig Topper[APInt] Use UINT64_MAX instead of ~integerPart(0). NFC
2017-02-27 Craig Topper[X86] Check for less than 0 rather than explicit compar...
2017-02-27 Amaury SechetDo full codegen for various tests. NFC
2017-02-26 Craig Topper[APInt] Use UINT64_MAX instead of ~uint64_t(0ULL). NFC
2017-02-26 Craig Topper[APInt] Use UINT64_MAX instead of ~0ULL. NFC
2017-02-26 Craig Topper[APInt] Remove unnecessary early out from getLowBitsSet...
2017-02-26 Xin TongUpdate comments. NFCI
2017-02-26 Daniel JasperRevert "[CGP] Split some critical edges coming out...
2017-02-26 Davide Italiano[LoopDeletion] Modernize and simplify a bit. NFCI.
2017-02-26 Craig Topper[X86] Fix execution domain for cmpss/sd instructions.
2017-02-26 Craig Topper[AVX-512] Fix execution domain for scalar commutable...
2017-02-26 Craig Topper[AVX-512] Fix execution domain for vmovhpd/lpd/hps...
2017-02-26 Craig Topper[AVX-512] Fix the execution domain for AVX-512 integer...
2017-02-26 Craig Topper[AVX-512] Disable the redundant patterns in the VPBROAD...
2017-02-26 Craig Topper[AVX-512] Fix execution domain for VPMADD52 instructions.
2017-02-26 Craig Topper[AVX-512] Use update_llc_test_checks.py to regenerate...
2017-02-26 Craig Topper[AVX-512] Fix the execution domain for VSCALEF instruct...
2017-02-26 Craig Topper[AVX-512] Fix execution domain of scalar VRANGE/REDUCE...
2017-02-26 Craig Topper[X86] Fix the execution domain for scalar SQRT intrinsi...
2017-02-26 Craig Topper[X86] Add an additional CHECK prefix to a test. Some...
2017-02-26 Xin Tong[SCCP] Remove manual folding of terminator instructions.
2017-02-26 David L. Jones[X86] Clean up test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
2017-02-26 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-02-26 Eric Christophervec perm can go down either pipeline on P8.
2017-02-25 Sanjoy DasFix signed-unsigned comparison warning
2017-02-25 Sanjoy Das[ValueTracking] Don't do an unchecked shift in ComputeN...
2017-02-25 Simon Pilgrim[APInt] Add APInt::extractBits() method to extract...
2017-02-25 Craig Topper[AVX-512] Fix the execution domain for scalar FMA instr...
2017-02-25 Craig Topper[AVX-512] Fix the execution domain on some instructions.
2017-02-25 Craig Topper[AVX-512] Add an additional test case to show the execu...
2017-02-25 Craig Topper[AVX-512] Use update_llc_test_checks.py to regenerate...
2017-02-25 Nirav Davereenable accidentally disabled test NFC.
2017-02-25 Craig Topper[AVX-512] Remove unnecessary masked versions of VCVTSS2...
2017-02-25 Craig Topper[ExecutionDepsFix] Don't make copies of LiveReg objects...
2017-02-25 Artyom SkrobovNo need to copy the variable [NFC]
2017-02-25 NAKAMURA TakumiRevert r296215, "[PDB] General improvements to Stream...
2017-02-25 Amaury SechetUpdate various test's codegen. NFC
2017-02-25 Amaury SechetAdd test for known bits in uaddo and saddo.
2017-02-25 Artyom SkrobovThe automatic CHECK: to CHECK-LABEL: conversion, back...
2017-02-25 Victor Leschuk[DebugInfo] Skip implicit_const attributes when dumping...
2017-02-25 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-25 Piotr Padlewski[Doc] Modernize programmers manual
2017-02-25 Xin TongEmpty line. NFCI
next