[python-bindings] Removed unused import byref from llvm/disassembler.py.
[oota-llvm.git] / utils / TableGen /
2013-09-03 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-08-29 Jim GrosbachTidy up. Comment grammar.
2013-08-29 Jim GrosbachTidy up. Trailing whitespace.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Craig TopperAdd missing include
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-16 Aaron BallmanFixing a warning about control reaching the end of...
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-08-12 Richard SandifordRevert r188164: Stablize MCK_Reg ordering in AsmMatcher...
2013-08-12 Richard SandifordStablize MCK_Reg ordering in AsmMatcherEmitter
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-31 Andrew Trickcomment typo.
2013-07-31 Tom StellardRevert "TableGen: Enumerate Schedule Model too."
2013-07-31 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-07-31 Andrew TrickFix register pressure tables on ARM.
2013-07-31 Andrew TrickAdd tracing to the tblgen register pressure table gener...
2013-07-28 Craig TopperRemove use of sprintf added to X86 disassembler tablege...
2013-07-28 Elena Demikhovskyfixed compilation issue
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-25 Aaron BallmanUsing a different loop induction variable than the...
2013-07-25 Justin HolewinskiFix a bug in TableGen where the intrinsic function...
2013-07-25 Andrew TrickRegPressure: Order the "pressure sets" by number of...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-23 Craig TopperRemove 'else' after 'return'. No functional change.
2013-07-23 Craig TopperRemove trailing whitespace.
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-07-15 Craig TopperAdd 'const' qualifier to some arrays.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-18 Stefanus Du ToitAdd support for encoding the HLE XACQUIRE and XRELEASE...
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-10 Benjamin Kramertblgen: Assert that InstRWs doesn't grows when we don...
2013-06-09 Benjamin Kramertblgen: always lookup values from the original vector...
2013-06-07 Arnold SchwaighoferCodeGenSchedule: Use resize instead of copying a vector
2013-06-06 Arnold SchwaighoferCodeGenSchedule: smallvector.push_back(smallvector...
2013-06-06 Jakub StaszakRemove unimplemented definition. Found using [-Wunused...
2013-06-05 Arnold SchwaighoferSubtargetEmitter fix
2013-06-05 Andrew TrickFix a tblgen subtargetemitter bug, for future Swift...
2013-06-04 Arnold SchwaighoferRevert series of sched model patches until I figure...
2013-06-04 Arnold SchwaighoferSubtargetEmitter fix
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-28 Chad RosierRemove the MCRegAliasIterator tables and compute the...
2013-05-22 Bill SchmidtRecognize ValueType operands in source patterns for...
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-04-27 Ulrich WeigandHandle tied sub-operands in AsmMatcherEmitter
2013-04-23 Andrew TrickMachine model: Generate table entries for super-resources.
2013-04-23 Andrew TrickMachine model: verify well-formed processor resource...
2013-04-23 Andrew TrickMachine model: rewrite a tablegen loop to avoid compari...
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-03-29 Andrew TrickFix TableGen subtarget-emitter to handle A9/Swift.
2013-03-29 Dan GohmanRevert r178166. According to Howard, this code is actua...
2013-03-27 Dan GohmanAvoid undefined behavior from passing a std::vector...
2013-03-26 Andrew TrickTableGen SubtargetEmitter fix to allow A9 and Swift...
2013-03-25 Dave Zarzyckix86 -- add the XTEST instruction
2013-03-24 Jakob Stoklund OlesenAllow types to be omitted in output patterns.
2013-03-24 Jakob Stoklund OlesenAllow direct value types to be used in instruction...
2013-03-23 Jakob Stoklund OlesenAllow direct value types in pattern definitions.
2013-03-23 Jakob Stoklund OlesenMake all unnamed RegisterClass TreePatternNodes typed...
2013-03-21 Sean SilvaAdd TableGen ctags(1) emitter and helper script.
2013-03-19 Ulrich WeigandExtend TableGen instruction selection matcher to improv...
2013-03-18 Andrew TrickTableGen fix for the new machine model.
2013-03-18 Jakob Stoklund OlesenExtract a method.
2013-03-17 Jakob Stoklund OlesenUse ArrayRef<MVT::SimpleValueType> when possible.
2013-03-16 Andrew TrickMachine model. Allow mixed itinerary classes and SchedR...
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-03-14 Andrew TrickFix r177112: Add ProcResGroup.
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-03-01 Andrew TrickMIsched machine model: tablegen subtarget emitter impro...
2013-02-26 Michael J. Spencer[TableGen] Fix ICE on MSVC 2012 Release builds.
2013-02-14 Jyotsna VermaFix for bug 15246 -- out-of-bound error in the TableGen...
2013-02-13 David PeixottoPR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD...
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-02-05 Eli BenderskyFix comments
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-02-01 Andrew TrickMachineModel: Inconsequential TableGen SubtargetEmitter...
2013-01-31 Jakob Stoklund OlesenClarify intent.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
next