Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / bool-zext.ll
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2011-05-20 Chad RosierFixed regression due to commit 131709, which disables...
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichRename a test to be more inclusive.