OSDN Git Service

[ValueTracking] Use ConstantRange methods; NFC
[android-x86/external-llvm.git] / test /
2019-04-09 Tom StellardAMDGPU/GlobalISel: Implement call lowering for shaders...
2019-04-09 Chen Zheng[PowerPC] initialize SchedModel according to platform.
2019-04-09 Peter Collingbournehwasan: Enable -hwasan-allow-ifunc by default.
2019-04-08 Sanjay Patel[InstCombine] add tests for negate+sdiv; NFC
2019-04-08 Shoaib Meenai[BinaryFormat] Update Mach-O ARM64E CPU subtype and...
2019-04-08 Sanjay Patel[InstCombine] peek through fdiv to find a squared sqrt
2019-04-08 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - use DemandedElt...
2019-04-08 Sanjay Patel[InstCombine] add extra-use tests for fmul+sqrt; NFC
2019-04-08 Nikita Popov[InstCombine] Add more tests for signed saturing math...
2019-04-08 Nico Weberllvm-undname: Fix more crashes and asserts on invalid...
2019-04-08 Adrian PrantlAdd LLVM IR debug info support for Fortran COMMON blocks
2019-04-08 Steven WuRevert [ThinLTO] Fix ThinLTOCodegenerator to export...
2019-04-08 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-08 Brian M. Rzycki[JumpThreading] Fix incorrect fold conditional after...
2019-04-08 Andrea Di Biagio[llvm-mca][scheduler-stats] Print issued micro opcodes...
2019-04-08 Simon Pilgrim[X86][AVX] Add PR34380 shuffle test cases
2019-04-08 Sanjay Patel[x86] make 8-bit shl undesirable
2019-04-08 Sanjay Patel[InstCombine] remove overzealous assert for shuffles...
2019-04-08 Simon Pilgrim[InstCombine][X86] Expand MOVMSK to generic IR (PR39927)
2019-04-08 Chen Zheng[InstCombine] sdiv exact flag fixup.
2019-04-08 Roman Lebedev[llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_CON...
2019-04-08 Chen Zheng[InstCombine] add more testcases for sdiv exact flag...
2019-04-08 Chen Zheng[InstCombine] add testcases for sdiv exact flag fixing...
2019-04-08 Chen Zheng[InstCombine]add testcase for sdiv canonicalizetion...
2019-04-08 Craig Topper[X86] Split floating point tests out of atomic-mi.ll...
2019-04-08 Craig Topper[X86] Add avx and avx512f command lines to atomic-non...
2019-04-07 Craig Topper[X86] Use (SUBREG_TO_REG (MOV32rm)) for extloadi64i8...
2019-04-07 Nikita PopovReapply [ValueTracking] Support min/max selects in...
2019-04-07 Simon Pilgrim[X86][SSE] SimplifyDemandedBitsForTargetNode - Add...
2019-04-07 Fangrui Song[llvm-objdump] Fix split of source lines; don't ltrim...
2019-04-07 Fangrui Song[llvm-objdump] Simplify disassembleObject
2019-04-06 Craig Topper[X86] When converting (x << C1) AND C2 to (x AND (C2...
2019-04-06 Craig Topper[X86] Use a signed mask in foldMaskedShiftToScaledMask...
2019-04-06 Craig Topper[X86] Add test cases to show missed opportunities to...
2019-04-06 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-06 Simon Pilgrim[X86] Add AVX-target expandload and compressstore tests
2019-04-06 Roman Lebedev[llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_C...
2019-04-06 Simon Pilgrim[X86] Split expandload and compressstore tests
2019-04-06 Simon Pilgrim[X86][SSE] Add more exhaustive masked load/store tests
2019-04-06 Simon Pilgrim[CostModel][X86] Add more exhaustive masked load/store...
2019-04-05 Sanjay Patel[InstCombine] add more tests for fmul+fdiv+sqrt; NFC
2019-04-05 Francis Visoiu Mistrih[X86] Enable tail calls for CallingConv::Swift
2019-04-05 Francis Visoiu Mistrih[X86] Preserve operand flag when expanding TCRETURNri
2019-04-05 Stanislav Mekhanoshin[AMDGPU] Add MachineDCE pass after RenameIndependentSubregs
2019-04-05 Craig Topper[X86] Merge the different Jcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different SETcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-05 Guozhi Wei[LCG] Add aliased functions as LCG roots
2019-04-05 Sanjay Patel[InstCombine] add tests for fdiv+fmul; NFC
2019-04-05 Sanjay Patel[InstCombine] add tests for sqrt+fdiv+fmul; NFC
2019-04-05 Sanjay Patel[InstCombine] add test to show reassociation that creat...
2019-04-05 Stephen TozerRevert "[llvm-readobj] Improve error message for -...
2019-04-05 Stephen Tozer[llvm-readobj] Improve error message for --string-dump
2019-04-05 Clement Courbet[ExpandMemCmp][NFC] Add tests for `memcmp(p, q, n)...
2019-04-05 Simon Pilgrim[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG...
2019-04-05 Matt ArsenaultAMDGPU/GlobalISel: Fix non-power-of-2 select
2019-04-05 Sanjay Patel[DAGCombiner][x86] scalarize splatted vector FP ops
2019-04-05 Simon Pilgrim[X86][AVX] Add PR34584 masked store test cases
2019-04-05 Simon Pilgrim[X86] Add SSE/AVX1/AVX2 masked trunc+store tests
2019-04-05 Roger Ferrer Ibanez[RISCV] Implement adding a displacement to a BlockAddress
2019-04-05 Pavel LabathMinidump: Add support for reading/writing strings
2019-04-05 Piotr Sobczak[SelectionDAG] Compute known bits of CopyFromReg
2019-04-05 Craig Topper[X86] Promote i16 SRA instructions to i32
2019-04-05 Serguei Katkov[FastISel] Fix crash for gc.relocate lowring
2019-04-04 David CallahanInclude invoke'd functions for recursive extract
2019-04-04 James Y KnightRevert [X86] When using Win64 ABI, exit with error...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Don Hinton[llvm-objcopy] [llvm-symbolizer] Fix failing tests
2019-04-04 Adrian Prantlllvm-dwarfdump: Support alternative architecture names...
2019-04-04 Sanjay Patel[x86] eliminate unnecessary broadcast of horizontal op
2019-04-04 Lewis Revill[RISCV] Support assembling TLS add and associated modifiers
2019-04-04 Jonas Paulsson[SystemZ] Bugfix in isFusableLoadOpStorePattern()
2019-04-04 George Rimar[yaml2obj] - Check we correctly set the sh_info field...
2019-04-04 Diana Picus[ARM GlobalISel] Support DBG_VALUE
2019-04-04 Simon Pilgrim[SLP][X86] Regenerate operandorder tests with arguments...
2019-04-04 Sander de Smalen[AArch64][AsmParser] Fix .arch_extension directive...
2019-04-04 Igor Kudrin[llvm-symbolizer] Allow more flexible usage of -e.
2019-04-04 Igor Kudrin[llvm-symbolizer] Add `--output-style` switch.
2019-04-04 Luqman Aden[InstCombine] Combine no-wrap sub and icmp w/ constant.
2019-04-04 Craig Topper[X86] Use INSERT_SUBREG rather than SUBREG_TO_REG when...
2019-04-04 Serguei Katkov[FastISel] Fix the crash in gc.result lowering
2019-04-04 David L. JonesRevert r357452 - 'SimplifyCFG SinkCommonCodeFromPredece...
2019-04-04 Hubert Tong[XCOFF] Add functionality for parsing AIX XCOFF object...
2019-04-04 Craig Topper[X86] Remove CustomInserters for RDPKRU/WRPKRU. Use...
2019-04-03 Craig Topper[X86] Remove CustomInserter pseudos for MONITOR/MONITOR...
2019-04-03 Craig Topper[X86] Remove dead CHECK lines for a test. NFC
2019-04-03 Craig Topper[X86] Autogenerate checks. NFC
2019-04-03 Nico Weberllvm-undname: Fix a crash-on-invalid
2019-04-03 Nico Weberllvm-undame: Fix an assert-on-invalid
2019-04-03 Nico Weberllvm-undname: Fix an assert-on-invalid
2019-04-03 Nico Weberllvm-undname: Fix a crash-on-invalid
2019-04-03 Sanjay Patel[x86] fold shuffles of h-ops that have an undef operand
2019-04-03 Sanjay Patel[x86] eliminate movddup of horizontal op
2019-04-03 Sanjay Patel[x86] add another test for disguised h-op; NFC
2019-04-03 Matt ArsenaultAMDGPU: Split block for si_end_cf
2019-04-03 Sanjay Patel[x86] add test for disguised horizontal op; NFC
2019-04-03 Jonas Devlieghere[dwarfdump] Remove bogus verifier error
2019-04-03 Taewook Oh[ProfileSummary] Count callsite samples when computing...
2019-04-03 Krzysztof Parzyszek[X86] Extend boolean arguments to inline-asm according...
2019-04-03 Simon Pilgrim[X86][AVX] combineHorizontalPredicateResult - split...
next