[fast-isel] Add support for indirect branches.
[oota-llvm.git] / test / CodeGen / ARM / inlineasm3.ll
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-01 Eric ChristopherAdd support for the 'j' immediate constraint. This...
2011-07-01 Eric ChristopherAdd support for the ARM 't' register constraint. And...
2011-07-01 Eric ChristopherAdd support for the 'x' constraint.
2011-06-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-01 Eric ChristopherAllow bitcasts between valid types of the same size...
2011-04-19 Jakob Stoklund OlesenMake tests register allocation independent again.
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...