summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-27
* Machine model: Generate table entries for super-resources.Andrew Trick2013-04-23
* Machine model: verify well-formed processor resource groups.Andrew Trick2013-04-23
* Machine model: rewrite a tablegen loop to avoid comparing record pointers.Andrew Trick2013-04-23
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-29
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-29
* Avoid undefined behavior from passing a std::vector's own contentsDan Gohman2013-03-27
* TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2013-03-26
* x86 -- add the XTEST instructionDave Zarzycki2013-03-25
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-24
* Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen2013-03-24
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-23
* Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2013-03-23
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-21
* Extend TableGen instruction selection matcher to improve handlingUlrich Weigand2013-03-19
* TableGen fix for the new machine model.Andrew Trick2013-03-18
* Extract a method.Jakob Stoklund Olesen2013-03-18
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-17
* Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick2013-03-16
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-15
* Fix r177112: Add ProcResGroup.Andrew Trick2013-03-14
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-14
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-11
* MIsched machine model: tablegen subtarget emitter improvement.Andrew Trick2013-03-01
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-26
* Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...Jyotsna Verma2013-02-14
* PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto2013-02-13
* Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo2013-02-12
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-06
* Fix commentsEli Bendersky2013-02-05
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-05
* MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick2013-02-01
* Clarify intent.Jakob Stoklund Olesen2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-15
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* Remove locale-dependence of enum mangling and use existing function.Tim Northover2013-01-10
* Make TableGen mangle operand method names before putting in enum.Tim Northover2013-01-10
* Check whether MCInst operand isImm before calling getImm.Tim Northover2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi2012-12-26
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-24
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Fix an uninitialized member variable, found by -fsanitize=bool.Richard Smith2012-12-20