OSDN Git Service

[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links
[android-x86/external-llvm.git] / test /
2019-06-25 Simon Tatham[ARM] Re-enable misspelled RUN: lines in fullfp16.s.
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits ZERO_EXTEND_VECTO...
2019-06-25 Simon PilgrimFix frame.s test dir-separator checks
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits SIGN_EXTEND_VECTO...
2019-06-25 Sjoerd Meijer[ARM] MVE VPT Blocks
2019-06-25 Nicolai HaehnleAMDGPU: Write LDS objects out as global symbols in...
2019-06-25 Nicolai HaehnleAMDGPU/MC: Add .amdgpu_lds directive
2019-06-25 Simon Tatham[ARM] Explicit lowering of half <-> double conversions.
2019-06-25 Simon Tatham[ARM] Extra MVE-related testing.
2019-06-25 Simon Tatham[ARM] Add remaining miscellaneous MVE instructions.
2019-06-25 Simon Tatham[ARM] Add MVE vector load/store instructions.
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - legal checks...
2019-06-25 Nemanja Ivanovic[PowerPC] Emit XXSEL for vec_sel and code that has...
2019-06-25 Sam Parker[ARM] DLS/LE low-overhead loop code generation
2019-06-25 Roman Lebedev[Codegen] TargetLowering::SimplifySetCC(): omit urem...
2019-06-25 George Rimar[yaml2obj/obj2yaml] - Allow having the symbols and...
2019-06-25 Craig Topper[X86] Add test case that led to the revert of r363802...
2019-06-25 Craig TopperRevert r363802, r363850, and r363856 "[TargetLowering...
2019-06-25 Matt ArsenaultAMDGPU/GlobalISel: Fix regbankselect for amdgcn.class
2019-06-25 Huihui Zhang[InstCombine][NFC] Add test to show missing fold for...
2019-06-25 Huihui Zhang[InstCombine] Fold icmp eq/ne (and %x, C), 0 iff ...
2019-06-24 Douglas Yung[NFC] Fix tests added in r364225 which failed on Window...
2019-06-24 Sanjay Patel[InstCombine] squash is-not-power-of-2 using ctpop
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Add tests for regbankselect of v2s16...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Cameron McInally[NFC][Reassociate] Add unary FNeg tests to fast-Reassoc...
2019-06-24 Nikita Popov[CVP] Reenable nowrap flag inference
2019-06-24 Sanjay Patel[InstCombine] add tests for more variants of isPowerOf2...
2019-06-24 Peter Collingbournellvm-symbolizer: Add a FRAME command.
2019-06-24 Huihui Zhang[InstCombine] Regenerate test pr17827. NFCI.
2019-06-24 Roland Froese[CodeGen] Add missing vector type legalization for...
2019-06-24 Philip Reames[Tests] Add cases where we're failing to discharge...
2019-06-24 Cameron McInally[SLP] Support unary FNeg vectorization
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Select G_TRUNC
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.class
2019-06-24 Jinsong Ji[PowerPC][UpdateTestChecks] powerpc- triple support
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Split VALU s64 G_ZEXT/G_SEXT in...
2019-06-24 Yuanfang Chen[llvm-objdump] Match GNU objdump on symbol types shown...
2019-06-24 Tim Renouf[AMDGPU] Allow any value in unused src0 field in v_nop
2019-06-24 Craig Topper[X86] Cleanups and safety checks around the isFNEG
2019-06-24 Simon Pilgrim[AArch64] Regenerate vcvt tests. NFCI.
2019-06-24 Simon Pilgrim[AArch64] Regenerate 2velem tests. NFCI.
2019-06-24 Simon Pilgrim[AArch64] Regenerate merge-store tests. NFCI.
2019-06-24 Simon Pilgrim[X86] Regenerate fast fadd reduction tests. NFCI
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Fix selecting G_IMPLICIT_DEF for s1
2019-06-24 Sanjay Patel[InstCombine] reduce funnel-shift i16 X, X, 8 to bswap X
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for s1 sext/zext...
2019-06-24 Matt ArsenaultAMDGPU: Fold frame index into MUBUF
2019-06-24 Sanjay Patel[InstCombine] add tests for funnel-shift to bswap; NFC
2019-06-24 Simon Pilgrim[InstCombine] SliceUpIllegalIntegerPHI - bail on out...
2019-06-24 Simon Pilgrim[DAGCombine] visitMUL - allow shift by zero in MulByCon...
2019-06-24 Bjorn Pettersson[Scalarizer] Add scalarizer support for smul.fix.sat
2019-06-24 Simon Tatham[ARM] Add MVE interleaving load/store family.
2019-06-24 George Rimar[llvm-readobj/llvm-readelf] - Eliminate the elf-groups...
2019-06-23 Craig Topper[X86] Turn v16i16->v16i8 truncate+store into a any_exte...
2019-06-23 Philip Reames[Tests] Autogen and improve test readability
2019-06-23 Philip Reames[IndVars] Remove dead instructions after folding trivia...
2019-06-23 Sanjay Patel[InstCombine] squash is-power-of-2 that uses ctpop
2019-06-22 Simon Pilgrim[X86][SSE] Fold extract_subvector(vselect(x,y,z),0...
2019-06-22 Philip ReamesExploit a zero LoopExit count to eliminate loop exits
2019-06-22 Nikita Popov[LFTR] Add tests for PR41998; NFC
2019-06-22 Peter CollingbourneAArch64: Add support for reading pc using llvm.read_reg...
2019-06-22 Douglas YungFix UNSUPPORTED attribute from windows to system-windows.
2019-06-22 Yuanfang Chen[llvm-objdump] Allow --disassemble-functions to take...
2019-06-22 Yuanfang Chen[llvm-objdump] Move --start-address >= --stop-address...
2019-06-22 Peter CollingbourneAArch64: Prefer FP-relative debug locations in HWASANif...
2019-06-21 Tom Tan[COFF, ARM64] Fix encoding of debugtrap for Windows
2019-06-21 Reid KlecknerRevert [SLP] Look-ahead operand reordering heuristic.
2019-06-21 Shoaib Meenai[llvm-lipo] Implement -thin
2019-06-21 Julian Lettner[ASan] Use dynamic shadow on 32-bit iOS and simulators
2019-06-21 Craig Topper[X86] Add test cases for incorrect shrinking of volatil...
2019-06-21 Matt ArsenaultAMDGPU: Fix not using s33 for scratch wave offset in...
2019-06-21 Craig Topper[X86] Add DAG combine to turn (vzmovl (insert_subvector...
2019-06-21 Craig Topper[X86] Don't mark v64i8/v32i16 ISD::SELECT as custom...
2019-06-21 Craig Topper[X86] Add avx512bw command lines to avx512-select.ll
2019-06-21 Simon Pilgrim[X86][AVX] Combine INSERT_SUBVECTOR(SRC0, EXTRACT_SUBVE...
2019-06-21 Amara Emerson[AArch64][GlobalISel] Implement selection support for...
2019-06-21 Amara Emerson[GlobalISel][IRTranslator] Change switch table translat...
2019-06-21 Simon Pilgrim[SLP] Look-ahead operand reordering heuristic.
2019-06-21 David Bolvansky[NFC] Update shl-sub tests
2019-06-21 Sanjay Patel[InstCombine] add tests for ctpop folds; NFC
2019-06-21 Craig Topper[X86] Use vmovq for v4i64/v4f64/v8i64/v8f64 vzmovl.
2019-06-21 Amara Emerson[AArch64][GlobalISel] Make s8 and s16 G_CONSTANTs legal.
2019-06-21 Stanislav Mekhanoshin[AMDGPU] hazard recognizer for fp atomic to s_denorm_mode
2019-06-21 David Bolvansky[InstCombine] (1 << (C - x)) -> ((1 << C) >> x) if...
2019-06-21 David Bolvansky[NFC] Added more tests for D63652
2019-06-21 David Bolvansky[InstCombine] cttz(abs(x)) -> cttz(x)
2019-06-21 Sanjay Patel[GVNSink] prevent crashing on mismatched instructions...
2019-06-21 David Bolvansky[NFC] Added tests for (1 << (C - x)) -> ((1 << C) ...
2019-06-21 George Rimar[llvm-objcopy] - Get rid of dynrel.elf precompiled...
2019-06-21 Jay Foad[Scalarizer] Propagate IR flags
2019-06-21 George Rimar[llvm-readobj] - Inline a few yaml inputs into test...
2019-06-21 Andrea Di BiagioSet an explicit x86 triple for test bottleneck-analysis...
2019-06-21 Sam Elliott[RISCV] Add RISCV-specific TargetTransformInfo
2019-06-21 Andrea Di Biagio[MCA][Bottleneck Analysis] Teach how to compute a criti...
2019-06-21 Simon Tatham[ARM] Add MVE 64-bit GPR <-> vector move instructions.
2019-06-21 Simon Tatham[ARM] Add MVE vector instructions that take a scalar...
2019-06-21 Paul RobinsonFix a crash with assembler source and -g.
next