[InstCombine] Add optimization of redundant insertvalue instructions.
[oota-llvm.git] / test / CodeGen / ARM64 /
2014-05-07 Tim NorthoverAArch64/ARM64: optimise vector selects & enable test
2014-05-07 James Molloy[ARM64-BE] Fix fast-isel, and add appropriate RUN lines...
2014-05-07 James Molloy[ARM64-BE] Fix variable-argument saving.
2014-05-07 James Molloy[ARM64-BE] Implement the lane-twiddling logic at AAPCS...
2014-05-07 James Molloy[ARM64-BE] Implement the crazy bitcast handling for...
2014-05-07 James Molloy[ARM64-BE] Make big endian (scalar) argument passing...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Kevin Qin[ARM64] Enable alignment control option in front-end...
2014-05-05 Rafael EspindolaConvert a CodeGen test into a MC test.
2014-05-03 Joey Gouly[ARM64] Correctly select ANDWri in FastISel.
2014-05-02 Tim NorthoverDAGCombine: prevent formation of illegal ConstantFP...
2014-05-02 Tim NorthoverAArch64/ARM64: add patterns for post-indexed ST1 ops.
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-05-01 Bradley Smith[ARM64] Prefer generation of bzero on Darwin only
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Chad Rosier[ARM64][fast-isel] Fast-isel doesn't know how to handle...
2014-04-30 Tim NorthoverARM64: print lsr instead of lsrv for variable shifts...
2014-04-30 Tim NorthoverAArch64/ARM64: use HS instead of CS & LO instead of CC.
2014-04-30 Tim NorthoverARM64: use hex immediates for movz/movk instructions
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-30 Tim NorthoverARM64: make sure FastISel uses a GPR64 source in 64...
2014-04-29 Hao Liu[ARM64]Fix a bug about incorrect operand order in an...
2014-04-29 Hao Liu[ARM64]Fix a bug when lowering shuffle vector to an...
2014-04-28 Chad Rosier[ARM64] Fix an issue where we were always assuming...
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-27 Benjamin KramerUpdate test not to check for a shuffle of an all-zero...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-25 Tilmann Scheller[ARM64] When compiling for ELF in PIC mode, local symbo...
2014-04-25 Jiangning Liu[ARM64] Handle fp128 for parameter passing on stack
2014-04-25 Tim NorthoverARM64: fix assertion in ISelDAGToDAG
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
2014-04-24 Tim NorthoverAArch64/ARM64: implement BFI optimisation
2014-04-24 Tim NorthoverAArch64/ARM64: port more tests
2014-04-23 Quentin Colombet[ARM64] Fix the information we give to the peephole...
2014-04-23 Kevin Qin[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
2014-04-22 Tim NorthoverAArch64/ARM64: more testing from AArch64 to ARM64
2014-04-22 Tim NorthoverAArch64/ARM64: make use of ANDS and BICS instructions...
2014-04-22 Tim NorthoverAArch64/ARM64: add extra testing from AArch64 to ARM64
2014-04-22 Tim NorthoverAArch64/ARM64: mark fmul intrinsic as commutative.
2014-04-22 Hao LiuFix an infinite loop bug in DAG Combine about keeping...
2014-04-22 Quentin Colombet[CodeGenPrepare] Use APInt to check the value of the...
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-18 Chad Rosier[ARM64] Ports the Cortex-A53 Machine Model description...
2014-04-18 Tim NorthoverAArch64/ARM64: add more NEON tests.
2014-04-18 Tim NorthoverARM64: disable generation of .loh directives outside...
2014-04-18 Tim NorthoverARM64: don't emit .subsections_via_symbols on ELF.
2014-04-18 Tim NorthoverARM64: add extra NEG pattern.
2014-04-18 Tim NorthoverAArch64/ARM64: port more AArch64 tests to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: add non-scalar lowering for more FCVT...
2014-04-18 Tim NorthoverAArch64/ARM64: improve spotting of EXT instructions...
2014-04-18 Tim NorthoverAArch64/ARM64: spot a greater variety of concat_vector...
2014-04-18 Tim NorthoverARM64: implement cunning optimisation from AArch64
2014-04-17 Louis GerbargMake test/CodeGen/ARM64/vector-insertion.ll explicitly...
2014-04-17 Louis GerbargImprove ARM64 vector creation
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-17 Tim NorthoverARM64: switch to IR-based atomic operations.
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 Adam Nemet[ARM64] Fix "Cannot select" for vector ctpop
2014-04-16 Tim NorthoverAArch64/ARM64: port some NEON tests to ARM64
2014-04-16 Tim NorthoverARM64: specify triple so that Linux tests pass
2014-04-16 Tim NorthoverARM64: use 32-bit moves for constants where possible.
2014-04-16 Tim NorthoverARM64: explicitly ask for Apple NEON syntax so test...
2014-04-16 Tim NorthoverARM64: mark x7 as used when an i128 gets shunted onto...
2014-04-16 Tim NorthoverDAGCombiner: don't optimise non-existant litpool load
2014-04-15 Quentin Colombet[ARM64] Set default CPU to generic instead of cyclone.
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 Tim NorthoverARM64: add constraints to various FastISel operations
2014-04-14 Louis GerbargFix for codegen bug that could cause illegal cmn instru...
2014-04-14 Louis GerbargAdd a flag to disable the ARM64DeadRegisterDefinitionsPass
2014-04-14 Tim NorthoverARM64: remove buggy REV16 pattern.
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-11 Louis GerbargAdd ARM64 CLS patterns
2014-04-09 Quentin Colombet[DAGCombiner] DAG combine does not know how to combine...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Bradley Smith[ARM64] Rename LR to the UAL-compliant 'X30'.
2014-04-09 Bradley Smith[ARM64] Rename FP to the UAL-compliant 'X29'.
2014-04-09 Tim NorthoverARM64: scalarize v1i64 mul operation
2014-04-09 Tim NorthoverARM64: add pattern for <1 x i64> custom not node.
2014-04-08 Juergen Ributzka[Constant Hoisting][ARM64] Enable constant hoisting...
2014-04-08 Tim NorthoverARM64: fix fmsub patterns which assumed accum operand...
2014-04-04 Tim NorthoverDAGLegalize: add last-ditch type-legalization for VSELECT.
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Tim NorthoverARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
2014-04-04 Tim NorthoverARM64: add 128-bit MLA operations to the custom selecti...
2014-04-03 Lang Hames[ARM64] Teach the ARM64DeadRegisterDefinition pass...
2014-04-03 Tim NorthoverARM64: add regression test for r205519.
2014-04-03 Tim NorthoverARM64: don't generate __sincos_stret calls unless on...
2014-04-02 Tim NorthoverARM64: use GOT for weak symbols & PIC.
2014-04-02 Tim NorthoverARM64: fix lowering of fp128 fptosi/fptoui
2014-04-02 Tim NorthoverARM64: make sure first argument to INSERT_SUBVECTOR...
2014-04-02 Tim NorthoverARM64: convert fp16 narrowing ISel to pseudo-instruction
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Tim NorthoverARM64: add patterns for more lane-wise ld1/st1 operations.
next