aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-054-1/+276
* Sort the #include lines for utils/...Chandler Carruth2012-12-0430-63/+54
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-291-7/+7
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-281-2/+2
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-1/+1
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-161-0/+1
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-091-3/+1
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-091-1/+6
* Add support of RTM from TSX extensionMichael Liao2012-11-081-8/+9
* Fix a build problem with xlc. The error message wasRafael Espindola2012-11-022-2/+2
* Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen2012-11-011-26/+102
* Don't return false when the function's return type is a pointer.Kaelyn Uhrain2012-10-251-2/+2
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-2526-305/+375
* Remove unused member & unnecessary semicolon.David Blaikie2012-10-251-3/+2
* llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685.NAKAMURA Takumi2012-10-251-0/+1
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-253-0/+612
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-244-69/+77
* Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",Lang Hames2012-10-201-5/+6
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-2/+2
* Attributes RewriteBill Wendling2012-10-151-4/+4
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-22/+15
* Change (!list.size() == 0) to (!list.empty()). No functional change.Richard Trieu2012-10-121-1/+1
* Remove unnecessary classof()'sSean Silva2012-10-111-2/+0