]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/CodeGen/AArch64
[XCore] Support functions returning more than 4 words.
[opencl/llvm.git] / test / CodeGen / AArch64 /
2014-02-26 Tim NorthoverAArch64: simplify tbl/tbx polymorphism
2014-02-21 Kevin Qin[AArch64] Add register constraints to avoid generating...
2014-02-20 Oliver StannardAArch64: __va_list.__stack must be 8-byte aligned
2014-02-18 Ana Pazos[AArch64] Expanded sin, cos, pow with FP vector types...
2014-02-18 Jiangning LiuFix a typo about lowering AArch64 va_copy.
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-14 Kevin Qin[AArch64 NEON] Fix a bug to avoid using floating type...
2014-02-14 Hao Liu[AArch64]Fix the assertion failure caused by "v1i1...
2014-02-13 Rafael EspindolaSpecify a triple. MachO AArch64 support is missing.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 NAKAMURA Takumillvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtripl...
2014-02-13 Oliver StannardAdd Cortex-A53 and Cortex-A57 cores to the AArch64...
2014-02-13 Hao Liu[AArch64]Fix the problems that can't select mul/add...
2014-02-13 Hao Liu[AArch64]Add support for spilling FPR8/FPR16.
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-10 Hao Liu[AArch64]Implement the copy of two FPR8 registers by...
2014-02-04 Tim NorthoverARM & AArch64: merge NEON absolute compare intrinsics
2014-02-03 Tim NorthoverAArch64 & ARM: refactor crypto intrinsics to take scalars
2014-01-30 Chad Rosier[AArch64] Custom lower concat_vector patterns with...
2014-01-29 Kevin Qin[AArch64 NEON] Lower SELECT_CC with vector operand.
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-26 Jiangning LiuImprove pattern match from v1i8 to v1i32 for AArch64...
2014-01-26 Jiangning LiuImplement pattern match from v1xx to v1xx for AArch64...
2014-01-26 Kevin Qin[AArch64 NEON] Add patterns for concat_vector on v2i32.
2014-01-26 Kevin Qin[AArch64 NEON] Add test case for vector FP_ROUND.
2014-01-24 Ana Pazos[AArch64] Removed unused i8 type from FPR8 register...
2014-01-24 Kevin Qin[AArch64 NEON] Fix a bug in implementing register copy...
2014-01-23 Ana Pazos[AArch64] Added vselect patterns with float and double...
2014-01-23 Hao Liu[AArch64]Add CHECK for two test cases testing scalar_to...
2014-01-22 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-21 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-20 Chandler CarruthRevert r199628: "[AArch64 NEON] Fix a bug caused by...
2014-01-20 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-17 Kevin Qin[AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-17 Kevin Qin[AArch64 NEON] Custom lower conversion between vector...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select concat_vectors...
2014-01-15 Jiangning LiuFor AArch64, lowering sext_inreg and generate optimized...
2014-01-14 Tim NorthoverAArch64: don't try to handle [SU]MUL_LOHI nodes
2014-01-14 Rafael EspindolaRevert "[AArch64] Added vselect patterns with float...
2014-01-14 Ana Pazos[AArch64] Added vselect patterns with float and double...
2014-01-13 Andrea Di Biagio[AArch64] Fix assertion failure caused by an invalid...
2014-01-13 Kevin Qin[AArch64 NEON] Add missing patterns for bitcast from...
2014-01-13 Kevin Qin[AArch64 NEON] Add more scenarios to use perm instructi...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2014-01-10 Kristof BeylsMake sure -use-init-array has intended effect on all...
2014-01-08 Andrea Di BiagioTeach the DAGCombiner how to fold 'vselect' dag nodes...
2014-01-08 Kevin Qin[AArch64 NEON] Fix generating incorrect value type...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2014-01-07 Hao Liu[AArch64]Add support to copy D tuples such as DPair...
2014-01-07 Kevin Qin[AArch64 NEON] Fixed incorrect immediate used in BIC...
2014-01-06 Kevin Qin[AArch64 NEON] Fix invalid constant used in vselect...
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-12-30 Hao Liu[AArch64]Can't select shift left 0 of type v1i64
2013-12-30 Kevin QinFix a bug in DAGcombiner about zero-extend after setcc.
2013-12-30 Hao Liu[AArch64]Fix the problem that can't select mul of v1i64...
2013-12-25 Hao Liu[AArch64]Fix a problem that the register order of fmls...
2013-12-25 Jiangning LiuAdd missing pattern matches to support ACLE intrinsics...
2013-12-24 Hao Liu[AArch64]Add patterns to match normal shift nodes:...
2013-12-24 Kevin Qin[AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
2013-12-24 Kevin Qin[AArch64 NEON] Fix a pattern match failure with NEON_VDUP.
2013-12-24 Ana Pazos[AArch64] Check fmul node single use in fused multiply...
2013-12-24 Ana Pazos[AArch64 NEON] Fixed fused multiply negate add/sub...
2013-12-23 Hao Liu[AArch64]The compare to zero intrinsics should be imple...
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-12-16 Hao Liu[AArch64]Fix the pattern match failure for v1i8/v1i16...
2013-12-12 Chad Rosier[AArch64] Removed unnecessary copy patterns with v1fx...
2013-12-12 Hao Liu[AArch64]Fix the problem that AArch64 backend fails...
2013-12-12 Kevin QinFix Incorrect CHECK message [0-31]+ in test case.
2013-12-12 Quentin ColombetFix an over-constrained assertion in MachineFunction...
2013-12-11 Chad Rosier[AArch64] Refactor NEON floating-point Max/Min/Maxnm...
2013-12-11 Chad Rosier[AArch64] Add NEON scalar floating-point compare LLVM...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-10 Chad Rosier[AArch64] Refactor the NEON floating-point absolute...
2013-12-10 Chad Rosier[AArch64] Refactor the NEON signed/unsigned floating...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned floating-point...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned integer convert...
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Refactor NEON scalar reduce pairwise front...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-09 Ana PazosFix pattern match for movi with 0D result
2013-12-09 Hao Liu[AArch64]Add missing pair intrinsics such as:
2013-12-09 Hao Liu[AArch64]Pattern match failures for truncate store...
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-12-04 Kevin Qin[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-11-29 Hao LiuAArch64: The pattern match should check the range of...
next