Age | Commit message (Expand) | Author |
2011-03-31 | Added support for FP conditional move instructions and fixed bugs in handling... | Akira Hatanaka |
2011-03-31 | Add BLXi to the instruction table for disassembly purpose. | Johnny Chen |
2011-03-31 | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes |
2011-03-31 | Add XCore intrinsics for initializing / starting / synchronizing threads. | Richard Osborne |
2011-03-31 | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes |
2011-03-31 | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay |
2011-03-30 | Somehow we managed to forget to encode the lane index for a large swathe of N... | Owen Anderson |
2011-03-30 | Don't try to create zero-sized stack objects. | Evan Cheng |
2011-03-30 | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes |
2011-03-30 | Add a ARM-specific SD node for VBSL so that forms with a constant first operand | Cameron Zwarich |
2011-03-30 | fixed typo | Akira Hatanaka |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-29 | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng |
2011-03-29 | Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. Fixes | Cameron Zwarich |
2011-03-29 | Check early if this is an unsupported opcode, so that we can avoid needlessly... | Owen Anderson |
2011-03-29 | A8.6.188 STC, STC2 | Johnny Chen |
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-29 | Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ... | Evan Cheng |
2011-03-28 | Integrated-As: Add support for setting the AllowTemporaryLabels flag via | Daniel Dunbar |
2011-03-28 | Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some... | Johnny Chen |
2011-03-28 | ptx: clean up branch code a bit | Che-Liang Chiou |
2011-03-26 | Make helper static. | Benjamin Kramer |
2011-03-26 | Fixed the t2PLD and friends disassembly and add two test cases. | Johnny Chen |
2011-03-26 | Fix the bfi handling for or (and a mask) (and b mask). We need the two | Eric Christopher |
2011-03-25 | Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC... | Johnny Chen |
2011-03-25 | DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl... | Johnny Chen |
2011-03-25 | Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent... | Johnny Chen |
2011-03-25 | Add a note. | Benjamin Kramer |
2011-03-25 | Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi... | Johnny Chen |
2011-03-25 | Also need to handle invalid imod values for CPS2p. | Johnny Chen |
2011-03-25 | Ignore special ARM allocation hints for unexpected register classes. | Jakob Stoklund Olesen |
2011-03-25 | Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi... | Johnny Chen |
2011-03-24 | Suppress an unused variable warning in -asserts builds | Matt Beaumont-Gay |
2011-03-24 | Handle the added VBICiv*i* NEON instructions, too. | Johnny Chen |
2011-03-24 | Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer! | Johnny Chen |
2011-03-24 | T2 Load/Store Multiple: | Johnny Chen |
2011-03-24 | Plug a leak in the arm disassembler and put the tests back. | Benjamin Kramer |
2011-03-24 | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes |
2011-03-24 | ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa... | Johnny Chen |
2011-03-24 | Clean up assembly statement separator support. | Jim Grosbach |
2011-03-24 | The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c... | Johnny Chen |
2011-03-24 | Add comments to the handling of opcode CPS3p to reject invalid instruction en... | Johnny Chen |
2011-03-24 | Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. | NAKAMURA Takumi |
2011-03-24 | Nasty bug in ARMBaseInstrInfo::produceSameValue(). The MachineConstantPoolEntry | Evan Cheng |
2011-03-24 | CPS3p: Let's reject impossible imod values by returning false from the Disass... | Johnny Chen |
2011-03-24 | Load/Store Multiple: | Johnny Chen |
2011-03-24 | STRT and STRBT was incorrectly tagged as IndexModeNone during the refactoring... | Johnny Chen |
2011-03-24 | The r128103 fix to cope with the removal of addressing modes from the MC inst... | Johnny Chen |
2011-03-23 | Enable GlobalMerge on darwin. | Devang Patel |