summaryrefslogtreecommitdiff
path: root/utils/TableGen/ARMDecoderEmitter.cpp
Commit message (Expand)AuthorAge
* Remove reference to the CMPz instruction patterns for ARM.Jim Grosbach2010-12-07
* I did it wrong. Don't disregard these encodings here.Bill Wendling2010-12-03
* Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gprBill Wendling2010-12-03
* The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,Jim Grosbach2010-11-30
* Tidy up.Jim Grosbach2010-11-30
* Delete a few no longer needed references to pseudos.Jim Grosbach2010-11-30
* Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach2010-11-29
* Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-01
* A few 80 column cleanupsJim Grosbach2010-10-08
* Move checking for t2MOVCCi16 to the right place.Jim Grosbach2010-10-07
* Fix typo in comment.Nick Lewycky2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-07
* Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach2010-10-06
* Fix a comment typo.Bob Wilson2010-08-27
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-11
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-08
* An attempt to fix the problem Anton reported withDale Johannesen2010-06-18
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-15
* Early implementation of tail call for ARM.Dale Johannesen2010-06-03
* When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen2010-04-20
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-09
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-09
* ARM decoder emitter should print out useful information unconditionally when itJohnny Chen2010-04-09
* Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround codeJohnny Chen2010-04-08
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-08
* Fix typo and correct comment somewhat.Eric Christopher2010-04-07
* Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen2010-04-07
* Fix a warning in GCC about a pointless typedef.Chandler Carruth2010-04-03
* Move variable "Bits" declaration/definition into the DEBUG block where its usageJohnny Chen2010-04-02
* Fixed build warning.Johnny Chen2010-04-02
* Change from .../Support/DataTypes.h to .../System/DataTypes.h.Johnny Chen2010-04-02
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02