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