Don't include Operator.h from InstrTypes.h.
[oota-llvm.git] / lib / Target / ARM / ARMFastISel.cpp
2010-09-30 Eric ChristopherStart of generalized call support for ARM fast isel.
2010-09-29 Eric ChristopherRefactor arm fast isel libcall handling so that pieces...
2010-09-29 Eric ChristopherAdd a convenience variable so I'm not chasing all over...
2010-09-29 Eric ChristopherRework comparison handling to set a register on true...
2010-09-29 Eric ChristopherRemove unnecessary set ahead of time.
2010-09-29 Eric ChristopherRemove assert, add comment.
2010-09-28 Eric Christopher32-bit constant ints only for now.
2010-09-28 Eric ChristopherInteger materialization needed the same thinko change.
2010-09-28 Eric ChristopherRework builtin handling and call setup. The builtin...
2010-09-28 Eric ChristopherFix fp constant loads to have a destination register.
2010-09-27 Eric ChristopherInsert missing coherency in comment. Add a quick check...
2010-09-27 Eric ChristopherMass rename for Jim.
2010-09-18 Eric ChristopherThumb opcodes for thumb calls.
2010-09-18 Eric ChristopherAdd addrmode5 fp load support. Swap float/thumb operan...
2010-09-18 Eric ChristopherFloating point stores have a 3rd addressing mode type.
2010-09-17 Eric ChristopherRework arm fast isel branch and compare code.
2010-09-14 Eric ChristopherEmit libcalls for SDIV, this requires some call infrast...
2010-09-10 Eric ChristopherStart sketching out ARM fast-isel calls.
2010-09-10 Eric ChristopherFor consistency.
2010-09-10 Eric ChristopherFix build error.
2010-09-10 Eric ChristopherUpdate comments, reorganize some code, rename variables...
2010-09-09 Eric Christopher64-bit fp loads can come straight out of the constant...
2010-09-09 Eric ChristopherSIToFP and FPToSI conversions work only on fp-reg to...
2010-09-09 Eric ChristopherNew "move to fp reg" routine. Use it.
2010-09-09 Eric Christopher"Strike that, reverse it." -- Mr. Wonka.
2010-09-09 Eric ChristopherAdd FPTrunc, fix some bugs where I forgot to update...
2010-09-09 Eric ChristopherBasic FP->Int, Int->FP conversions.
2010-09-09 Eric ChristopherNuke whitespace and fix some indenting.
2010-09-09 Eric ChristopherHandle 64-bit floating point binops as well.
2010-09-09 Eric ChristopherBasic 32-bit FP operations.
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.