AArch64/ARM64: disable test directory if ARM64 not present
[oota-llvm.git] / test / Feature / aliases.ll
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattnernot fully implemented yet.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...