aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-26[TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer
2013-02-14Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...Jyotsna Verma
2013-02-13PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto
2013-02-12Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo
2013-02-06Allow targets to add custom asm operand matching logic.Jim Grosbach
2013-02-05Fix commentsEli Bendersky
2013-02-05This patch that sets the EmitAlias flag in td files Jack Carter
2013-02-01MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31Clarify intent.Jakob Stoklund Olesen
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-27Use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-15[ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-10Remove locale-dependence of enum mangling and use existing function.Tim Northover
2013-01-10Make TableGen mangle operand method names before putting in enum.Tim Northover
2013-01-09Check whether MCInst operand isImm before calling getImm.Tim Northover
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth
2012-12-26TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi
2012-12-24Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky
2012-12-22Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling
2012-12-20Fix an uninitialized member variable, found by -fsanitize=bool.Richard Smith
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-10Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-05RegisterPresssureTracker: Track live physical register by unit.Andrew Trick
2012-12-05RegisterPressure API. Add support for physical register units.Andrew Trick
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-11-29Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen
2012-11-28Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-11-16Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-02Fix a build problem with xlc. The error message wasRafael Espindola
2012-11-01Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen
2012-10-25Don't return false when the function's return type is a pointer.Kaelyn Uhrain