aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/EDEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-141-0/+1
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-2/+1
* Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...Evan Cheng2010-05-061-2/+3
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-231-2/+2
* EDis: Don't include inttypes.h. We support compilers which don't provide it. ...Benjamin Kramer2010-04-141-2/+0
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-131-51/+53
* Use errs instead of fprintf.Benjamin Kramer2010-04-081-5/+4
* Added support for ARM disassembly to edis.Sean Callanan2010-04-081-169/+410
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-191-2/+2
* Check in tablegen changes to fix disassembler related failures caused by r98465.Evan Cheng2010-03-141-0/+4
* Updated the enhanced disassembly library's TableGenSean Callanan2010-02-101-8/+1
* Updated the TableGen emitter for the EnhancedSean Callanan2010-02-101-209/+24
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-091-0/+1
* Quick fix to make the header file for the enhancedSean Callanan2010-01-291-3/+3
* Added a custom TableGen backend to support theSean Callanan2010-01-291-0/+856