summaryrefslogtreecommitdiff
path: root/utils/TableGen/EDEmitter.cpp
Commit message (Expand)AuthorAge
* remove dead code.Chris Lattner2010-09-01
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-16
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* remove option from tablegen for building static header.Chris Lattner2010-07-20
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-09
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-07
* Add support for the x86 instructions "pusha" and "popa".Nico Weber2010-06-23
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-15
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-11
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-14
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...Evan Cheng2010-05-06
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-23
* EDis: Don't include inttypes.h. We support compilers which don't provide it. ...Benjamin Kramer2010-04-14
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-13
* Use errs instead of fprintf.Benjamin Kramer2010-04-08
* Added support for ARM disassembly to edis.Sean Callanan2010-04-08
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-19
* Check in tablegen changes to fix disassembler related failures caused by r98465.Evan Cheng2010-03-14
* Updated the enhanced disassembly library's TableGenSean Callanan2010-02-10
* Updated the TableGen emitter for the EnhancedSean Callanan2010-02-10
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-09
* Quick fix to make the header file for the enhancedSean Callanan2010-01-29
* Added a custom TableGen backend to support theSean Callanan2010-01-29