aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64
Commit message (Expand)AuthorAgeFilesLines
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-152-0/+241
* CHECK-LABEL-ify testsStephen Lin2013-08-091-1/+1
* AArch64: add initial NEON supportTim Northover2013-08-0123-1/+6098
* AArch64: add llc-based tests for previous commit.Tim Northover2013-07-252-2/+15
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1430-127/+127
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-1353-269/+269
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-122-28/+28
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-092-0/+60
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-011-0/+14
* AArch64: remove accidental test output file.Tim Northover2013-06-181-208/+0
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-304-5/+5
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-291-2/+2
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-3/+3
* More test coverage for addFrameMove.Rafael Espindola2013-05-161-0/+15
* Add more test coverage for addFrameMove.Rafael Espindola2013-05-161-0/+5
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-041-0/+40
* AArch64: support large code model for jump-tablesTim Northover2013-05-041-0/+8
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-041-0/+9
* AArch64: implement large code model access to global variables.Tim Northover2013-05-042-0/+80
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-123-34/+24
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-082-180/+207
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-261-3/+3
* Test case hygiene.Benjamin Kramer2013-03-096-16/+16
* AArch64: specify full triple in test as only Linux works for now.Tim Northover2013-03-081-1/+1
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-081-0/+35
* AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover2013-02-281-0/+8
* AArch64: don't drop GlobalAddress offset when handling extern_weak decls.Tim Northover2013-02-281-0/+13
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-281-88/+44
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-159-31/+38
* AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover2013-02-151-18/+15
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-061-0/+13
* Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson2013-02-051-1/+2
* Revert r174343, "When the target-independent DAGCombiner inferred a higher al...NAKAMURA Takumi2013-02-051-2/+1
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-051-1/+2
* Add explicit triples to AArch64 testsTim Northover2013-02-0171-76/+76
* Add AArch64 as an experimental target.Tim Northover2013-01-3179-0/+8606