| Age | Commit message (Expand) | Author |
| 2010-05-05 | Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack | Jim Grosbach |
| 2010-05-05 | Do not pre-allocate references of D registers pairs if they are extracted fro... | Evan Cheng |
| 2010-05-05 | Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch by | Jim Grosbach |
| 2010-05-05 | Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE. | Evan Cheng |
| 2010-05-04 | With -neon-reg-sequence, models forming a Q register from a pair of consecuti... | Evan Cheng |
| 2010-05-04 | Do not pre-allocate for registers which form a REG_SEQUENCE. | Evan Cheng |
| 2010-05-04 | rdar://7937137 - dbg values not being handled in thumb1 version of | Jim Grosbach |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-29 | Frame index can be negative. | Evan Cheng |
| 2010-04-28 | Add sizes non-floating point versions for the eh sjlj intrinsic expansions. | Jim Grosbach |
| 2010-04-26 | Handle register-to-register copies within the tGPR class. | Bob Wilson |
| 2010-04-26 | Handle target-specific form of DBG_VALUE in AsmPrinter. | Dale Johannesen |
| 2010-04-26 | Add ARM specific emitFrameIndexDebugValue. | Evan Cheng |
| 2010-04-22 | Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield | Jim Grosbach |
| 2010-04-21 | Modified some assert() msg strings; no other functionality change. | Johnny Chen |
| 2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
| 2010-04-21 | Thumb instructions which have reglist operands at the end and predicate operands | Johnny Chen |
| 2010-04-20 | Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error), | Johnny Chen |
| 2010-04-20 | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen |
| 2010-04-20 | Better error-handling for DisassembleThumb2DPModImm() with 2-reg operands where | Johnny Chen |
| 2010-04-20 | More IT instruction error-handling improvements from fuzzing. | Johnny Chen |
| 2010-04-19 | Better error handling of invalid IT mask '0000', instead of just asserting. | Johnny Chen |
| 2010-04-19 | According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1 | Johnny Chen |
| 2010-04-19 | Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operand | Johnny Chen |
| 2010-04-19 | ARM disassembler did not react to recent changes to the NEON instruction table. | Johnny Chen |
| 2010-04-18 | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov |
| 2010-04-17 | Fix -Wcast-qual warnings. | Dan Gohman |
| 2010-04-17 | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
| 2010-04-17 | Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this | Bob Wilson |
| 2010-04-16 | Cast to (uint64_t) instead of relying on the "ul" suffix. | Johnny Chen |
| 2010-04-16 | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman |
| 2010-04-16 | Fixed logic error. Should check Builder for validity before calling SetSession | Johnny Chen |
| 2010-04-16 | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen |
| 2010-04-16 | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen |
| 2010-04-16 | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen |
| 2010-04-16 | Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are | Johnny Chen |
| 2010-04-16 | Use getAL() rather than a major constant. | Evan Cheng |
| 2010-04-15 | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen |
| 2010-04-15 | Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is... | Evan Cheng |
| 2010-04-15 | ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir... | Evan Cheng |
| 2010-04-15 | DEBUG() print out "Unknown format" msg. | Johnny Chen |
| 2010-04-15 | ReuseFrameIndexVals is used in multiple files, so it can't be static. | Dan Gohman |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
| 2010-04-15 | Fix build. | Anders Carlsson |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-15 | Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build. | Johnny Chen |
| 2010-04-14 | Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm() | Johnny Chen |