| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround a couple of Darwin assembler bugs. | Evan Cheng | 2009-08-01 | 3 | -31/+71 |
* | Split t2MOVCCs since some assemblers do not recognize mov shifted register al... | Evan Cheng | 2009-08-01 | 2 | -8/+29 |
* | Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same | Evan Cheng | 2009-08-01 | 5 | -72/+40 |
* | t2BR_JT is mov pc, it's 2 byte long, not 4. | Evan Cheng | 2009-07-31 | 1 | -9/+9 |
* | Thumb2 movcc need .w suffix. | Evan Cheng | 2009-07-31 | 1 | -3/+3 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -1/+2 |
* | Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .align | Evan Cheng | 2009-07-31 | 1 | -0/+7 |
* | - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offset | Evan Cheng | 2009-07-31 | 2 | -9/+14 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
* | When fp is not eliminated, instructions with T2_i12 modes will be changed to ... | Evan Cheng | 2009-07-30 | 2 | -3/+10 |
* | Remove redundant match for frame index from imm8 addrmode, it is handled by t... | David Goodwin | 2009-07-30 | 1 | -24/+14 |
* | Darwin assembler now recognizes "orn", so remove workaround. | David Goodwin | 2009-07-30 | 1 | -5/+3 |
* | Darwin assembler now supports "rrx", so remove workaround. | David Goodwin | 2009-07-30 | 1 | -2/+1 |
* | Cleanup and include code selection for some frame index cases. | David Goodwin | 2009-07-30 | 1 | -20/+49 |
* | Add missing D* register clobbers for Thumb-2 call. | David Goodwin | 2009-07-30 | 1 | -0/+1 |
* | add a random codegen deficiency. | Chris Lattner | 2009-07-30 | 1 | -0/+46 |
* | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar | 2009-07-30 | 1 | -2/+1 |
* | Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs. | Bob Wilson | 2009-07-30 | 1 | -1/+19 |
* | tbb / tbh instructions only branch forward, not backwards. | Evan Cheng | 2009-07-29 | 1 | -2/+4 |
* | Add VFP3 D registers to the DPR register class. | Evan Cheng | 2009-07-29 | 1 | -1/+3 |
* | Make sure Thumb2 uses the right call instructions. | Evan Cheng | 2009-07-29 | 3 | -19/+80 |
* | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner | 2009-07-29 | 2 | -6/+7 |
* | - Fix an obvious copy and paste error. | Evan Cheng | 2009-07-29 | 3 | -6/+7 |
* | Change Neon VLDn intrinsics to return multiple values instead of really | Bob Wilson | 2009-07-29 | 1 | -26/+26 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+3 |
* | Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /... | Evan Cheng | 2009-07-29 | 7 | -44/+204 |
* | Thumb-2: fix typo that caused incorrect stack elimination for VFP operations ... | David Goodwin | 2009-07-28 | 1 | -1/+1 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un... | Evan Cheng | 2009-07-28 | 5 | -18/+7 |
* | Remove support for ORN to workaround <rdar://problem/7096522>. | David Goodwin | 2009-07-28 | 1 | -3/+5 |
* | more simplifications and cleanup. :) | Chris Lattner | 2009-07-28 | 1 | -18/+17 |
* | Add workaround for <rdar://problem/7098328>. | David Goodwin | 2009-07-28 | 1 | -1/+2 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag. | David Goodwin | 2009-07-28 | 1 | -1/+10 |
* | tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have. | Evan Cheng | 2009-07-28 | 1 | -0/+5 |
* | Code clean up. No functionality changes. | Evan Cheng | 2009-07-28 | 1 | -21/+32 |
* | - More refactoring. This gets rid of all of the getOpcode calls. | Evan Cheng | 2009-07-28 | 16 | -566/+607 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 3 | -6/+12 |
* | ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a... | David Goodwin | 2009-07-27 | 1 | -7/+13 |
* | Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isT... | David Goodwin | 2009-07-27 | 2 | -30/+26 |
* | remove dead code. | Chris Lattner | 2009-07-27 | 2 | -6/+3 |
* | More DCE. | Evan Cheng | 2009-07-27 | 4 | -17/+1 |
* | convertToThreeAddress can't handle Thumb2 instructions (which don't have same... | Evan Cheng | 2009-07-27 | 1 | -10/+7 |
* | Get rid of more dead code. | Evan Cheng | 2009-07-27 | 5 | -9/+1 |
* | Cosmetic change. | Evan Cheng | 2009-07-27 | 1 | -2/+4 |
* | Clean up. | Evan Cheng | 2009-07-27 | 2 | -5/+6 |
* | Get rid of some more getOpcode calls. | Evan Cheng | 2009-07-27 | 6 | -33/+46 |
* | Thumb-2 does not have RSC. | David Goodwin | 2009-07-27 | 1 | -34/+1 |
* | Add ".w" suffix for wide thumb-2 instructions. | David Goodwin | 2009-07-27 | 1 | -45/+43 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -1/+1 |