2010-09-18 |
Eric Christopher | Handle the odd case where we only have one instruction.
|
commit | commitdiff | tree |
2010-09-18 |
Eric Christopher | Thumb opcodes for thumb calls.
|
commit | commitdiff | tree |
2010-09-18 |
Eric Christopher | Add addrmode5 fp load support. Swap float/thumb operand...
|
commit | commitdiff | tree |
2010-09-18 |
Eric Christopher | Floating point stores have a 3rd addressing mode type.
|
commit | commitdiff | tree |
2010-09-17 |
Eric Christopher | Rework arm fast isel branch and compare code.
|
commit | commitdiff | tree |
2010-09-14 |
Eric Christopher | Emit libcalls for SDIV, this requires some call infrastructure
|
commit | commitdiff | tree |
2010-09-14 |
Eric Christopher | Fix QOpcode assignment to Opc.
|
commit | commitdiff | tree |
2010-09-14 |
Eric Christopher | Remove apparently unnecessary forward declaration.
|
commit | commitdiff | tree |
2010-09-13 |
Eric Christopher | Silence more warnings. Two more unused variables.
|
commit | commitdiff | tree |
2010-09-13 |
Eric Christopher | Remove unused variable.
|
commit | commitdiff | tree |
2010-09-13 |
Eric Christopher | Silence some constructor ordering warnings.
|
commit | commitdiff | tree |
2010-09-12 |
Eric Christopher | Revert 113679, it was causing an infinite loop in a...
|
commit | commitdiff | tree |
2010-09-10 |
Eric Christopher | Start sketching out ARM fast-isel calls.
|
commit | commitdiff | tree |
2010-09-10 |
Eric Christopher | For consistency.
|
commit | commitdiff | tree |
2010-09-10 |
Eric Christopher | Newline at end of file.
|
commit | commitdiff | tree |
2010-09-10 |
Eric Christopher | Split out some of the calling convention bits so that...
|
commit | commitdiff | tree |
2010-09-10 |
Eric Christopher | Fix build error.
|
commit | commitdiff | tree |
2010-09-10 |
Eric Christopher | Update comments, reorganize some code, rename variables...
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | 64-bit fp loads can come straight out of the constant...
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | SIToFP and FPToSI conversions work only on fp-reg to...
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | New "move to fp reg" routine. Use it.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | "Strike that, reverse it." -- Mr. Wonka.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Add FPTrunc, fix some bugs where I forgot to update...
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Basic FP->Int, Int->FP conversions.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Nuke whitespace and fix some indenting.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Handle 64-bit floating point binops as well.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Basic 32-bit FP operations.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Handle float->double extension.
|
commit | commitdiff | tree |
2010-09-09 |
Eric Christopher | Rewrite TargetMaterializeConstant splitting it out...
|
commit | commitdiff | tree |
2010-09-08 |
Eric Christopher | Very basic compare support.
|
commit | commitdiff | tree |
2010-09-08 |
Eric Christopher | Delete dead code.
|
commit | commitdiff | tree |
2010-09-08 |
Eric Christopher | Make the loads/stores match the type we really want...
|
commit | commitdiff | tree |
2010-09-08 |
Eric Christopher | Remove ssp from this test.
|
commit | commitdiff | tree |
2010-09-08 |
Eric Christopher | Rewrite TargetMaterializeConstant.
|
commit | commitdiff | tree |
2010-09-06 |
Eric Christopher | Regenerate.
|
commit | commitdiff | tree |
2010-09-06 |
Eric Christopher | Update to 2.9 post-2.8 branch.
|
commit | commitdiff | tree |
2010-09-03 |
Eric Christopher | Reapply this increase to the number of virtual registers...
|
commit | commitdiff | tree |
2010-09-03 |
Eric Christopher | Simple branch instruction support.
|
commit | commitdiff | tree |
2010-09-02 |
Eric Christopher | Add basic support for materializing constants (including...
|
commit | commitdiff | tree |
2010-09-02 |
Eric Christopher | Clang's -ccc-host-triple was ignoring the arch specifier...
|
commit | commitdiff | tree |
2010-09-02 |
Eric Christopher | This should be TargetMaterializeConstant instead.
|
commit | commitdiff | tree |
2010-09-02 |
Eric Christopher | One definition of isThumb is plenty, thanks.
|
commit | commitdiff | tree |
2010-09-02 |
Eric Christopher | Rework arm fast-isel load and store handling. Move...
|
commit | commitdiff | tree |
2010-09-01 |
Eric Christopher | Some basic store support.
|
commit | commitdiff | tree |
2010-09-01 |
Eric Christopher | Add some more load types in.
|
commit | commitdiff | tree |
2010-09-01 |
Eric Christopher | Speculatively revert 112699 and 112702, they seem to...
|
commit | commitdiff | tree |
2010-08-31 |
Eric Christopher | Rewrite slightly so we can expand for floating point...
|
commit | commitdiff | tree |
2010-08-30 |
Eric Christopher | If we have an unhandled type then assert, we shouldn...
|
commit | commitdiff | tree |
2010-08-30 |
Eric Christopher | Fix LLVM target initialization to deal with sociopathic...
|
commit | commitdiff | tree |
2010-08-30 |
Eric Christopher | Kill a couple of unused variables.
|
commit | commitdiff | tree |
2010-08-27 |
Eric Christopher | Fix a couple of typos.
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Fix header define to reflect the name of the file.
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Regenerate.
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Remove getsect checks, the result is unused and is...
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Do type checks before we bother to do everything else.
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Add another basic test cribbed from the x86 fast-isel...
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Run this on thumb and arm.
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Make this testcase actually executed with fast-isel...
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Reorganize load mechanisms. Handle types in a little...
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Apparently this is needed for llvm-link to link.
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Allow strict subclasses of register classes, this way...
|
commit | commitdiff | tree |
2010-08-25 |
Eric Christopher | Split out register class subclassing to a separate...
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Fix comment.
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Fix predicate and add a comment.
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Rework braindead conditionals I put in yesterday.
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Fix thumb2 mode loads to have the correct operand ordering...
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Update comment.
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Fix the opcode and the operands for the load instruction.
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Add register class hack that needs to go away, but...
|
commit | commitdiff | tree |
2010-08-24 |
Eric Christopher | Add some more debugging code, make it more obvious...
|
commit | commitdiff | tree |
2010-08-23 |
Eric Christopher | Don't need the extra register here.
|
commit | commitdiff | tree |
2010-08-23 |
Eric Christopher | Add some more "get address into register" code and...
|
commit | commitdiff | tree |
2010-08-23 |
Eric Christopher | Add an ARMFunctionInfo member and use it.
|
commit | commitdiff | tree |
2010-08-23 |
Eric Christopher | Start getting ARM loads/address computation going.
|
commit | commitdiff | tree |
2010-08-20 |
Eric Christopher | Fix loop conditionals (MO.isDef() asserts that it's...
|
commit | commitdiff | tree |
2010-08-20 |
Eric Christopher | Add a couple of random comments.
|
commit | commitdiff | tree |
2010-08-19 |
Eric Christopher | Re-re-revert this patch. It seems to be causing performance
|
commit | commitdiff | tree |
2010-08-19 |
Eric Christopher | Silence warning.
|
commit | commitdiff | tree |
2010-08-19 |
Eric Christopher | Reapply the virtual register patch from 109102. The...
|
commit | commitdiff | tree |
2010-08-19 |
Eric Christopher | Add an AddOptionalDefs method and use it.
|
commit | commitdiff | tree |
2010-08-18 |
Eric Christopher | Remove extra header.
|
commit | commitdiff | tree |
2010-08-17 |
Eric Christopher | Temporarily revert r110987 as it's causing some miscompares in
|
commit | commitdiff | tree |
2010-08-17 |
Eric Christopher | Fix typo.
|
commit | commitdiff | tree |
2010-08-17 |
Eric Christopher | Copy over some overridden MI wrappers for ARM fast...
|
commit | commitdiff | tree |
2010-08-17 |
Eric Christopher | Remove predicate workaround, we're going to require...
|
commit | commitdiff | tree |
2010-08-17 |
Eric Christopher | Make arm fast-isel possible to enable via command line.
|
commit | commitdiff | tree |
2010-08-14 |
Eric Christopher | Rework how the non-sse2 memory barrier is lowered so...
|
commit | commitdiff | tree |
2010-08-13 |
Eric Christopher | Revert last patch and r110954 as I meant to.
|
commit | commitdiff | tree |
2010-08-13 |
Eric Christopher | Revert r110954 for now, pseudo instructions can't make...
|
commit | commitdiff | tree |
2010-08-12 |
Eric Christopher | Temporarily revert 110737 and 110734, they were causing...
|
commit | commitdiff | tree |
2010-08-10 |
Eric Christopher | We already have this as OperandNode.
|
commit | commitdiff | tree |
2010-08-09 |
Eric Christopher | Wording.
|
commit | commitdiff | tree |
2010-08-08 |
Eric Christopher | Regenerate.
|
commit | commitdiff | tree |
2010-08-08 |
Eric Christopher | Add a bit of a hack to avoid multiple defines of variables in
|
commit | commitdiff | tree |
2010-08-08 |
Eric Christopher | Regenerate.
|
commit | commitdiff | tree |
2010-08-08 |
Eric Christopher | Fix PR7809 by creating a header for just llvm variables...
|
commit | commitdiff | tree |
2010-08-08 |
Eric Christopher | Fix a couple of warnings.
|
commit | commitdiff | tree |
2010-08-06 |
Eric Christopher | Moar words!
|
commit | commitdiff | tree |
2010-08-05 |
Eric Christopher | Add an option to always emit realignment code for a...
|
commit | commitdiff | tree |
2010-08-05 |
Eric Christopher | Revert my last commit, apparently it's a runtime issue.
|
commit | commitdiff | tree |
next |