Add more external types to the pubtypes table. Expand the asm
[oota-llvm.git] / test / CodeGen / AArch64 /
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-09 Stephen LinCHECK-LABEL-ify tests
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-25 Tim NorthoverAArch64: add llc-based tests for previous commit.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-18 Tim NorthoverAArch64: remove accidental test output file.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-29 Tim NorthoverTeach ReMaterialization to be more cunning about subreg...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-16 Rafael EspindolaMore test coverage for addFrameMove.
2013-05-16 Rafael EspindolaAdd more test coverage for addFrameMove.
2013-05-04 Tim NorthoverAArch64: support literal pool access in large memory...
2013-05-04 Tim NorthoverAArch64: support large code model for jump-tables
2013-05-04 Tim NorthoverAArch64: implement support for blockaddress in large...
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-08 Tim NorthoverAArch64: specify full triple in test as only Linux...
2013-03-08 Tim NorthoverAArch64: expand sincos operations, we don't support...
2013-02-28 Tim NorthoverAArch64: be more careful resorting to inefficient addre...
2013-02-28 Tim NorthoverAArch64: don't drop GlobalAddress offset when handling...
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-15 Tim NorthoverAArch64: refactor frame handling to use movz/movk for...
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-05 Owen AndersonReapply r174343, with a fix for a scary DAG combine...
2013-02-05 NAKAMURA TakumiRevert r174343, "When the target-independent DAGCombine...
2013-02-05 Owen AndersonWhen the target-independent DAGCombiner inferred a...
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.