OSDN Git Service

[InstSimplify] fold fcmp (maxnum, X, C1), C2
[android-x86/external-llvm.git] / test /
2019-05-19 Sanjay Patel[InstSimplify] fold fcmp (maxnum, X, C1), C2
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate fcopysign.ll test
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate bitfield-insert.ll, selectc...
2019-05-18 Dylan McKay[AVR] Fix 'symbol_relocations.s' MC test
2019-05-18 Matt ArsenaultGVN: Handle addrspacecast
2019-05-18 Roman Lebedev[NFC][AArch64] Add some ubfx tests with immediates
2019-05-18 Roman LebedevUpdateTestChecks: fix AMDGPU handling
2019-05-18 Roman LebedevUpdateTestChecks: arm64-eabi handlind
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Implement s64->s64 [SU]ITOFP
2019-05-17 Matt ArsenaultGlobalISel: Implement lower for S64->S32 [SU]ITOFP
2019-05-17 Cameron McInally[NFC][InstSimplify] Add more unary fneg tests to floati...
2019-05-17 Matt ArsenaultGlobalISel: Define integer min/max instructions
2019-05-17 Cameron McInally[NFC][InstSimplify] Precommit new unary fneg test
2019-05-17 Sanjay Patel[InstCombine] move bitcast after insertelement-with...
2019-05-17 Cameron McInally[NFC][InstSImplify] Fix flip-flopped comments and test...
2019-05-17 Simon Pilgrim[X86][SSE] Fold movmsk(not(x)) -> not(movmsk)
2019-05-17 Simon Pilgrim[X86][SSE] Match all-of bool scalar reductions into...
2019-05-17 Sanjay Patel[InstCombine] add tests for insertelement with bitcaste...
2019-05-17 Cameron McInally[InstSimplify] Add unary fneg to `fsub 0.0, (fneg X...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of NAME:VALUE modifiers
2019-05-17 Roman Lebedev[DAGCombiner] visitShiftByConstant(): drop bogus signbi...
2019-05-17 Roman Lebedev[InstCombine] canShiftBinOpWithConstantRHS(): drop...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled labels with s_call_b64 and s_cbran...
2019-05-17 Simon Pilgrim[X86][AVX] isNOT - add extract_subvector(xor X, -1...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled expressions for most operands...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FCEIL
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_INTRINSIC_TRUNC
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FRINT
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FCOPYSIGN
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for llvm.amdgcn.s...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Use subreg index instead of extra...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Use waterfall loop for buffer_load
2019-05-17 Clement CourbetRe-land r360859: "[MergeICmps] Simplify the code."
2019-05-17 Rhys Perry[AMDGPU] detect WaW hazards when moving/merging load...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add saturating multiply-add long...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply-add long...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply long instructions
2019-05-17 Clement Courbet[MergeICmps] Add test from PR41917.
2019-05-17 Petr Hosek[Bugpoint] Only run plugins tests if plugins are enabled
2019-05-17 Fangrui Song[PowerPC] Support .reloc *, R_PPC{,64}_NONE, *
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-05-17 Fangrui Song[X86] Support .reloc *, R_{386,X86_64}_NONE, *
2019-05-17 Fangrui Song[AArch64] Support .reloc *, R_AARCH64_NONE, *
2019-05-17 Fangrui Song[ARM] Support .reloc *, R_ARM_NONE, *
2019-05-17 Jonas Paulsson[CodeMetrics] Don't let extends of i1 be free.
2019-05-17 Jonas Paulsson[SystemZ] Bugfix in SystemZTargetLowering::combineIntD...
2019-05-17 Nico WeberRevert r360859: "Reland r360771 "[MergeICmps] Simplify...
2019-05-17 Philip Reames[Tests] Consolidate more lftr tests
2019-05-16 Evgeniy StepanovHWASan exception support.
2019-05-16 Philip Reames[Tests] Expand basic lftr coverage
2019-05-16 David L. Jones[X86][AsmParser] Ignore "short" even harder in Intel...
2019-05-16 Amy HuangEmit global variables as S_CONSTANT records for codevie...
2019-05-16 Tim Renouf[CodeGen] Fixed de-optimization of legalize subvector...
2019-05-16 Philip Reames[Tests] More consolidation of lftr tests
2019-05-16 Philip Reames[Test] Remove a bunch of cruft from a test
2019-05-16 Philip Reames[Tests] Start consolidating lftr tests into a single...
2019-05-16 Philip Reames[Tests] Autogen the last lftr test
2019-05-16 Philip Reames[Tests] Autogen a few more lftr tests for readability
2019-05-16 Philip Reames[Tests] Autogen a few lftr test in preparation for...
2019-05-16 Cameron McInally[NFC][InstSimplify] Update fast-math.ll tests I botched...
2019-05-16 Sanjay Patel[InstCombine] add tests for shuffle of insert subvector...
2019-05-16 Craig Topper[X86] Use 0x9 instead of 0x1 as the immediate in some...
2019-05-16 James Henderson[llvm-objdump]Move test code missed in r360904
2019-05-16 Pavel LabathMinidump: Add support for the MemoryList stream
2019-05-16 Matt ArsenaultAMDGPU: Introduce TokenFactor for ABI register copies...
2019-05-16 Sanjay Patel[InstSimplify] add tests for fcmp of maxnum with consta...
2019-05-16 James Henderson[llvm-objdump]Split section-filter.test in two to remov...
2019-05-16 Matt ArsenaultAMDGPU: Assume xnack is enabled by default
2019-05-16 Stephen TozerResubmit: [Salvage] Change salvage debug info implement...
2019-05-16 Fangrui Song[llvm-objdump] Add "REQUIES: x86-registered-target...
2019-05-16 Sanjay Patel[InstSimplify] fold fcmp (minnum, X, C1), C2
2019-05-16 Alex Bradbury[RISCV][NFC] Add nounwind attribute to functions missin...
2019-05-16 Adhemerval Zanella[AArch64] Handle ISD::LROUND and ISD::LLROUND
2019-05-16 James Henderson[llvm-objdump]Improve testing of some switches #1
2019-05-16 Adhemerval Zanella[CodeGen] Add lround/llround builtins
2019-05-16 Matt ArsenaultRegAllocFast: Improve hinting heuristic
2019-05-16 Roman Lebedev[NFC] Fixup FileCheck option name in tests added in...
2019-05-16 Roman Lebedev[NFC][CodeGen] Add some more tests for pulling binops...
2019-05-16 Matt ArsenaultAMDGPU/GlobalISel: Correct regbank for 1-bit and/or/xor
2019-05-16 Cullen Rhodes[AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions
2019-05-16 Cullen Rhodes[AArch64][SVE2] Asm: implement CDOT instruction
2019-05-16 Cullen Rhodes[AArch64][SVE2] Asm: add unpredicated integer multiply...
2019-05-16 Clement CourbetReland r360771 "[MergeICmps] Simplify the code."
2019-05-16 Igor Kudrin[IRMover] Improve diagnostic messages for conflicting...
2019-05-16 Matt ArsenaultGlobalISel: Add G_FCOPYSIGN
2019-05-16 Yevgeny RoubanFix prof branch_weights in entry_counts_missing_dbginfo...
2019-05-15 Craig Topper[X86] Delay creating index register negations during...
2019-05-15 Reid Kleckner[codeview] Fix SDNode representation of annotation...
2019-05-15 Mandeep Singh Grang[AArch64] only indicate CFI on Windows if we emitted CFI
2019-05-15 Roman Lebedev[NFC][InstCombine] Add some more tests for pulling...
2019-05-15 Reid Kleckner[codeview] Finish support for reading and writing S_ANN...
2019-05-15 Cameron McInallyRevert llvm-svn: 360807
2019-05-15 Cameron McInallyPre-commit unary fneg tests to InstSimplify
2019-05-15 Cameron McInallyAdd unary fneg to InstSimplify/fp-nan.ll
2019-05-15 Cameron McInallyAdd unary fneg to InstSimplify/fp-nan.ll
2019-05-15 Taewook Oh[PredicateInfo] Do not process unreachable operands.
2019-05-15 Nicolai HaehnleRegAlloc: try to fail more gracefully when out of registers
2019-05-15 Hiroshi Yamauchi[JumpThreading] A bug fix for stale loop info after...
2019-05-15 Ryan Taylor[AMDGPU] Increases available SGPR for Calling Convention
2019-05-15 Cameron McInallyTeach InstSimplify -X + X --> 0.0 about unary FNeg
next