aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/ARMDecoderEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen2010-04-201-3/+6
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-091-9/+10
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-091-0/+2
* ARM decoder emitter should print out useful information unconditionally when itJohnny Chen2010-04-091-17/+19
* Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround codeJohnny Chen2010-04-081-5/+1
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-081-2/+2
* Fix typo and correct comment somewhat.Eric Christopher2010-04-071-1/+1
* Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen2010-04-071-2/+6
* Fix a warning in GCC about a pointless typedef.Chandler Carruth2010-04-031-1/+1
* Move variable "Bits" declaration/definition into the DEBUG block where its usageJohnny Chen2010-04-021-1/+2
* Fixed build warning.Johnny Chen2010-04-021-1/+1
* Change from .../Support/DataTypes.h to .../System/DataTypes.h.Johnny Chen2010-04-021-1/+1
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+1861