Guard fabs to bfc convert with V6T2 flag
[oota-llvm.git] / test / CodeGen / ARM / inlineasm3.ll
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2013-12-18 Tim NorthoverARM: force soft-float ABI for tests depending on it.
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
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...