Age | Commit message (Expand) | Author |
2011-07-20 | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng |
2011-06-29 | Remove redundant Thumb2 ADD/SUB SP instruction definitions. | Jim Grosbach |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
2011-06-27 | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng |
2011-05-25 | Clean up comment a bit. | Eric Christopher |
2011-05-18 | Fix more of PR8825. Now all of CodeGen/ARM passes with VerifyCoalescing turne... | Cameron Zwarich |
2011-04-29 | use the MachineInstrBuilder operator-> to simplify some code. | Chris Lattner |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-05 | Clean up some code for clarity. | Bob Wilson |
2011-03-29 | Check early if this is an unsupported opcode, so that we can avoid needlessly... | Owen Anderson |
2011-03-29 | Add safety check that didn't show up in testing. | Owen Anderson |
2011-03-29 | Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually... | Owen Anderson |
2011-03-15 | Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587 | Evan Cheng |
2011-02-15 | Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ... | Jakob Stoklund Olesen |
2011-02-07 | Move code for OffsetCompare struct closer to where it is used. | Bob Wilson |
2011-01-13 | Fix a few more places that should use MBB::getLastNonDebugInstr(). | Jakob Stoklund Olesen |
2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |
2011-01-06 | PR8921: LDM/POP do not support interworking prior to v5t. | Bob Wilson |
2010-11-18 | Missed the _RET versions of LDMIA. | Bill Wendling |
2010-11-17 | Add missing opcodes now that this function's used in more than one place. | Bill Wendling |
2010-11-17 | Revert r119109 for now. It's breaking 176.gcc. | Evan Cheng |
2010-11-17 | The machine instruction no longer encodes the submode as a separate operand. We | Bill Wendling |
2010-11-16 | Encode the multi-load/store instructions with their respective modes ('ia', | Bill Wendling |
2010-11-15 | Make sure ARM multi load / store pass copies memoperands when forming ldrd / ... | Evan Cheng |
2010-10-27 | Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like | Jim Grosbach |
2010-10-27 | One more spot where the new arm mode LDR instruction representation | Jim Grosbach |
2010-10-26 | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach |
2010-10-26 | Grammar. | Jim Grosbach |
2010-10-22 | Transfer implicit ops when forming load multiple and return instructions. | Evan Cheng |
2010-09-29 | Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits. | Bob Wilson |
2010-09-15 | move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper | Jim Grosbach |
2010-09-10 | Calculate the number of VLDM/VSTM registers by subtracting the number of | Bob Wilson |
2010-09-10 | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson |
2010-08-30 | Remember to clear the shadow kill flag at the same time as clearing the real | Jakob Stoklund Olesen |
2010-08-27 | When merging Thumb2 loads/stores, do not give up when the offset is one of | Bob Wilson |
2010-08-27 | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson |
2010-08-27 | Unsigned value cannot be < 0. | Bob Wilson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-06-29 | When no memoperands are present, assume unaligned, volatile. | Jakob Stoklund Olesen |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-21 | Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh... | Evan Cheng |
2010-06-15 | Make sure to skip dbg_value instructions when finding an insertion point for | Jim Grosbach |
2010-06-09 | be slightly more subtle about skipping dbg_value instructions; otherwise, if a | Jim Grosbach |
2010-06-08 | fix copy/paste/modify think-o | Jim Grosbach |
2010-06-04 | Another fix to prevent debug info from affecting codegen. rdar://7797940 | Jim Grosbach |
2010-06-04 | more dbg_value adjustments so debug info doesn't affect codegen | Jim Grosbach |
2010-06-04 | fix typo | Jim Grosbach |
2010-06-03 | Teach the ARM load-store optimizer to deal with dbg_value instructions. | Jim Grosbach |