| Age | Commit message (Expand) | Author |
| 2010-03-27 | Fix indentation. | Bob Wilson |
| 2010-03-27 | Add a format argument to the N3V and N3VX classes, removing the N3Vf class. | Bob Wilson |
| 2010-03-27 | Add NVMulSLFrm to represent "3-register multiply with scalar" operations and set | Johnny Chen |
| 2010-03-27 | Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not pass | Jim Grosbach |
| 2010-03-26 | Remove the duplicate multiclass N3VSh_QHSD and use N3VInt_QHSD which is modified | Johnny Chen |
| 2010-03-26 | Add NVExtFrm to represent NEON Vector Extract Instructions, that uses Inst{11-8} | Johnny Chen |
| 2010-03-26 | Add N3RegVShFrm to represent 3-Register Vector Shift Instructions, which do not | Johnny Chen |
| 2010-03-26 | vldm/vstm can only do up to 16 double-word registers at a time. | Jim Grosbach |
| 2010-03-26 | Add N3RegFrm to represent "NEON 3 vector register format" instructions. | Johnny Chen |
| 2010-03-26 | Add N2RegVShLFrm and N2RegVShRFrm formats so that the disassembler can easily | Johnny Chen |
| 2010-03-25 | switch the flag for using NEON for SP floating point to a subtarget 'feature'. | Jim Grosbach |
| 2010-03-25 | need to fix 'make check' tests first. revert for a moment. | Jim Grosbach |
| 2010-03-25 | switch the flag for using NEON for SP floating point to a subtarget 'feature' | Jim Grosbach |
| 2010-03-25 | Removed instruction class NI from ARMInstrFormats.td. | Johnny Chen |
| 2010-03-25 | switch the use-vml[as] instructions flag to a subtarget 'feature' | Jim Grosbach |
| 2010-03-25 | Add NVDupLnFrm and change NVDupLane class to use that format. | Johnny Chen |
| 2010-03-25 | ARM cortex-a8 doesn't do vmla/vmls well. disable them by default for that cpu | Jim Grosbach |
| 2010-03-25 | Add NVCVTFrm (NEON Convert with fractional bits immediate) and modify N2VImm to | Johnny Chen |
| 2010-03-25 | Added a new instruction class NVDupLane to be inherited by VDUPLND and VDUPLNQ, | Johnny Chen |
| 2010-03-24 | Make the use of the vmla and vmls VFP instructions controllable via cmd line. | Jim Grosbach |
| 2010-03-24 | Trivial formating change. | Johnny Chen |
| 2010-03-24 | Reverted r99326 which added NVdVmVCVTFrm, and later renamed to NVCVTFrm. | Johnny Chen |
| 2010-03-24 | Reverted r99376. The disassembler will deal with the 2-reg format of these two | Johnny Chen |
| 2010-03-24 | tweak the arm if conversion heuristic | Jim Grosbach |
| 2010-03-24 | Mark VMOVDneon and VMOVQ as having the N2RegFrm form to help the disassembler. | Johnny Chen |
| 2010-03-24 | Renamed NVdVmImmFrm and NVdVmVCVTFrm to the more proper N2RegFrm and NVCVTFrm, | Johnny Chen |
| 2010-03-24 | try being more permissive for if-conversion on ARM V7. see what the nightly | Jim Grosbach |
| 2010-03-23 | Renamed NVdImmFrm to N1RegModImmFrm. | Johnny Chen |
| 2010-03-23 | Fix typo in the comment for N3VX class. | Johnny Chen |
| 2010-03-23 | Add comment. | Johnny Chen |
| 2010-03-23 | Add New NEON Format NVdVmVCVTFrm. | Johnny Chen |
| 2010-03-23 | Add New NEON Format NVdVmImmFrm. | Johnny Chen |
| 2010-03-23 | Fix VLDMQ and VSTMQ instructions to use the correct encoding and address modes. | Bob Wilson |
| 2010-03-23 | Fix bad indentation, 80-column violations, and trailing whitespace. | Bob Wilson |
| 2010-03-23 | Add New NEON Format NVdImmFrm. | Johnny Chen |
| 2010-03-23 | Rename some instructions to match the corresponding NEON opcode. | Bob Wilson |
| 2010-03-23 | Change VST1 instructions for loading Q register values to operate on pairs | Bob Wilson |
| 2010-03-23 | Change VLD1 instructions for loading Q register values to operate on pairs | Bob Wilson |
| 2010-03-22 | Rename one more NEON instruction that I missed earlier. | Bob Wilson |
| 2010-03-22 | Regroup some instructions. No functional change. | Bob Wilson |
| 2010-03-22 | Rename some VLD1/VST1 instructions to match the implementation, i.e., the | Bob Wilson |
| 2010-03-22 | Remove some redundant instruction classes. | Bob Wilson |
| 2010-03-22 | Refactor instruction encoding arguments for VLDnLN/VSTnLN classes to | Bob Wilson |
| 2010-03-22 | Don't leak a MachineInstruction from Thumb1InstrInfo::restoreCalleeSavedRegis... | Jeffrey Yasskin |
| 2010-03-20 | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar |
| 2010-03-20 | pr6652: Use LDM to restore PC to the return address on ARMv4. | Bob Wilson |
| 2010-03-20 | Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") | Bob Wilson |
| 2010-03-20 | Add instruction variants for VST2, VST3, and VST4 "store-lane" operations with | Bob Wilson |
| 2010-03-20 | Add variants of VST2, VST3 and VST4 with address register writeback, and | Bob Wilson |
| 2010-03-20 | Add instructions for double-spaced VST3 and VST4 without address register | Bob Wilson |