Handle float->double extension.
[oota-llvm.git] / lib / Target / ARM / ARMFastISel.cpp
2010-09-09 Eric ChristopherHandle float->double extension.
2010-09-09 Eric ChristopherRewrite TargetMaterializeConstant splitting it out...
2010-09-08 Eric ChristopherVery basic compare support.
2010-09-08 Eric ChristopherDelete dead code.
2010-09-08 Eric ChristopherMake the loads/stores match the type we really want...
2010-09-08 Eric ChristopherRewrite TargetMaterializeConstant.
2010-09-03 Eric ChristopherSimple branch instruction support.
2010-09-02 Eric ChristopherAdd basic support for materializing constants (includin...
2010-09-02 Eric ChristopherClang's -ccc-host-triple was ignoring the arch specifie...
2010-09-02 Eric ChristopherThis should be TargetMaterializeConstant instead.
2010-09-02 Eric ChristopherOne definition of isThumb is plenty, thanks.
2010-09-02 Eric ChristopherRework arm fast-isel load and store handling. Move...
2010-09-01 Eric ChristopherSome basic store support.
2010-09-01 Eric ChristopherAdd some more load types in.
2010-08-31 Eric ChristopherRewrite slightly so we can expand for floating point...
2010-08-30 Eric ChristopherIf we have an unhandled type then assert, we shouldn...
2010-08-25 Eric ChristopherDo type checks before we bother to do everything else.
2010-08-25 Eric ChristopherReorganize load mechanisms. Handle types in a little...
2010-08-24 Eric ChristopherFix predicate and add a comment.
2010-08-24 Eric ChristopherRework braindead conditionals I put in yesterday.
2010-08-24 Eric ChristopherFix thumb2 mode loads to have the correct operand order...
2010-08-24 Eric ChristopherUpdate comment.
2010-08-24 Eric ChristopherFix the opcode and the operands for the load instruction.
2010-08-24 Eric ChristopherAdd register class hack that needs to go away, but...
2010-08-24 Eric ChristopherAdd some more debugging code, make it more obvious...
2010-08-23 Eric ChristopherDon't need the extra register here.
2010-08-23 Eric ChristopherAdd some more "get address into register" code and...
2010-08-23 Eric ChristopherAdd an ARMFunctionInfo member and use it.
2010-08-23 Eric ChristopherStart getting ARM loads/address computation going.
2010-08-20 Eric ChristopherFix loop conditionals (MO.isDef() asserts that it's...
2010-08-20 Eric ChristopherAdd a couple of random comments.
2010-08-19 Eric ChristopherSilence warning.
2010-08-19 Eric ChristopherAdd an AddOptionalDefs method and use it.
2010-08-17 Eric ChristopherCopy over some overridden MI wrappers for ARM fast...
2010-08-17 Eric ChristopherMake arm fast-isel possible to enable via command line.
2010-07-26 Evan ChengARM fastisel isn't ready.
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.