Fix ctlz and cttz. llvm definition requires them to return number of bits in of the...
[oota-llvm.git] / test / CodeGen / X86 / illegal-vector-args-return.ll
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-09 Chris Lattnerallow this to work on ppc-darwin
2007-07-02 Dan GohmanAdd a basic test-case for passing and returning <4...