summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add MOVi ARM encoding.Jim Grosbach2010-10-121-0/+7
* Nuke unused wrapper function.Jim Grosbach2010-10-121-3/+0
* Add encoding information for the remainder of the generic arithmeticJim Grosbach2010-10-121-19/+36
* MC machine encoding for simple aritmetic instructions that use a shiftedJim Grosbach2010-10-111-1/+21
* Implement a few more binary encoding bits. Still very early stage proof-of-Jim Grosbach2010-10-081-0/+19
* Reapply 116059, this time without the fatfingered pasto at the top.Jim Grosbach2010-10-081-9/+5
* Reverting 116059. Bots are unhappy with it.Jim Grosbach2010-10-081-5/+9
* 'const'ify getMachineOpValue() and associated helpers.Jim Grosbach2010-10-081-9/+5
* Enable binary encoding of some simple instructions.Jim Grosbach2010-10-081-0/+8
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-081-1/+1
* Trivial MC code emitter shell. No instruction forms actually handled yet.Jim Grosbach2010-10-071-3/+19
* Include the auto-generated bits for machine encoding.Jim Grosbach2010-10-071-0/+20
* ARM instruction don't have instruction prefixes, so remove the helper functionsJim Grosbach2010-10-071-16/+1
* Fix build.Michael J. Spencer2010-09-181-0/+1
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-171-0/+114
OpenPOWER on IntegriCloud