Age | Commit message (Expand) | Author |
---|---|---|
2010-06-02 | ARM: Make sure ExtMachInst is used consistently instead of regular MachInst. | Gabe Black |
2010-06-02 | ARM: Add a new base class for instructions that can do an interworking branch. | Gabe Black |
2010-06-02 | ARM: Track the current ISA mode using the PC. | Gabe Black |
2009-11-14 | ARM: Write some functions to write to the CPSR and SPSR for instructions. | Gabe Black |
2009-07-08 | ARM: Tune up predicated instruction decoding. | Gabe Black |
2009-06-27 | ARM: Show more information when disassembling data processing intstructions. | Gabe Black |
2009-06-27 | ARM: Show branch targets relative to the nearest symbol. | Gabe Black |
2009-06-27 | ARM: Write a function for printing mnemonics and predicates. | Gabe Black |
2009-06-21 | ARM: Simplify some utility functions. | Gabe Black |
2009-06-21 | ARM: Move util functions out of the isa desc. | Gabe Black |
2009-06-21 | ARM: Simplify the ISA desc by pulling some classes out of it. | Gabe Black |