aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-291-5/+11
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-291-3/+1
* Avoid undefined behavior from passing a std::vector's own contentsDan Gohman2013-03-271-1/+3
* TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2013-03-262-2/+24
* x86 -- add the XTEST instructionDave Zarzycki2013-03-251-8/+9
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-242-0/+16
* Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen2013-03-241-2/+24
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-232-5/+29
* Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2013-03-232-21/+21
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-215-1/+561
* Extend TableGen instruction selection matcher to improve handlingUlrich Weigand2013-03-192-11/+60
* TableGen fix for the new machine model.Andrew Trick2013-03-181-4/+6
* Extract a method.Jakob Stoklund Olesen2013-03-182-41/+42
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-176-10/+10
* Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick2013-03-163-205/+174
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-151-6/+6
* Fix r177112: Add ProcResGroup.Andrew Trick2013-03-141-1/+3
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-142-12/+92
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-111-0/+11
* MIsched machine model: tablegen subtarget emitter improvement.Andrew Trick2013-03-011-1/+14
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-261-1/+3
* Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...Jyotsna Verma2013-02-141-5/+4
* PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto2013-02-131-0/+1
* Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo2013-02-121-0/+1
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-061-0/+9
* Fix commentsEli Bendersky2013-02-051-1/+1
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-051-1/+4
* MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick2013-02-011-1/+15
* Clarify intent.Jakob Stoklund Olesen2013-01-311-0/+6
* Add AArch64 as an experimental target.Tim Northover2013-01-311-2/+3
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-7/+6
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-151-4/+8
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-111-18/+20
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-101-2/+4
* Remove locale-dependence of enum mangling and use existing function.Tim Northover2013-01-101-14/+10
* Make TableGen mangle operand method names before putting in enum.Tim Northover2013-01-101-2/+13
* Check whether MCInst operand isImm before calling getImm.Tim Northover2013-01-091-4/+10
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-0/+1
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-3/+2
* TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi2012-12-261-1/+1
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-241-0/+6
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-221-1/+1
* Fix an uninitialized member variable, found by -fsanitize=bool.Richard Smith2012-12-201-7/+8
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-191-5/+5
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-194-1020/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta2012-12-101-1/+10
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-5/+5
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-051-2/+6
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-053-11/+115