aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/ARMDecoderEmitter.cpp
AgeCommit message (Expand)Author
2010-11-29Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach
2010-11-29Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-16Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling
2010-11-01factor the operand list (and related fields/operations) out of Chris Lattner
2010-10-08A few 80 column cleanupsJim Grosbach
2010-10-07Move checking for t2MOVCCi16 to the right place.Jim Grosbach
2010-10-07Fix typo in comment.Nick Lewycky
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach
2010-10-06Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach
2010-08-27Fix a comment typo.Bob Wilson
2010-08-11Add a separate ARM instruction format for Saturate instructions.Bob Wilson
2010-07-08Changes to ARM tail calls, mostly cosmetic.Dale Johannesen
2010-06-18An attempt to fix the problem Anton reported withDale Johannesen
2010-06-15Next round of tail call changes. Register used in a tailDale Johannesen
2010-06-03Early implementation of tail call for ARM.Dale Johannesen
2010-04-20When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen
2010-04-09If all the bit positions are not specified; do not decode the instructions.Johnny Chen
2010-04-09Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson
2010-04-09ARM decoder emitter should print out useful information unconditionally when itJohnny Chen
2010-04-08Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround codeJohnny Chen
2010-04-08Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer
2010-04-07Fix typo and correct comment somewhat.Eric Christopher
2010-04-07Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen
2010-04-03Fix a warning in GCC about a pointless typedef.Chandler Carruth
2010-04-02Move variable "Bits" declaration/definition into the DEBUG block where its usageJohnny Chen
2010-04-02Fixed build warning.Johnny Chen
2010-04-02Change from .../Support/DataTypes.h to .../System/DataTypes.h.Johnny Chen
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen