aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2011-10-28Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach
2011-10-28Allow register classes to match a containing class in InstAliases.Jim Grosbach
2011-10-27Delete dead code. Nothing ever instantiates this.Jim Grosbach
2011-10-23Add X86 RORX instructionCraig Topper
2011-10-22Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer
2011-10-21Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach
2011-10-21Assembly parsing for 4-register variant of VLD1.Jim Grosbach
2011-10-21Assembly parsing for 3-register variant of VLD1.Jim Grosbach
2011-10-21ARM VLD parsing and encoding.Jim Grosbach
2011-10-18ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach
2011-10-18ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach
2011-10-18ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach
2011-10-17ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach
2011-10-17ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach
2011-10-17Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson
2011-10-17Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer
2011-10-16Add X86 PEXTR and PDEP instructions.Craig Topper
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper
2011-10-16Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper
2011-10-15Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper
2011-10-14Ban rematerializable instructions with side effects.Jakob Stoklund Olesen
2011-10-12ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach
2011-10-11Remove extra semicolon.Eli Friedman
2011-10-11Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper
2011-10-10Emit full ED initializers even for pseudo-instructions.Jakob Stoklund Olesen
2011-10-10Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen
2011-10-07ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach
2011-10-07Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne
2011-10-06Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-06Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen
2011-10-05Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen
2011-10-04Properly use const_iterator.Jakob Stoklund Olesen
2011-10-04Teach TableGen to infer missing register classes.Jakob Stoklund Olesen
2011-10-04TableGen: Store all allocation orders together.Jakob Stoklund Olesen
2011-10-04TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen
2011-10-04TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-02Fix typo in r140954.Craig Topper
2011-10-01Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper
2011-10-01Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-10-01Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson
2011-09-30Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen
2011-09-30Store sub-class lists as a bit vector.Jakob Stoklund Olesen
2011-09-30Extract a slightly more general BitVector printer.Jakob Stoklund Olesen
2011-09-30Compute lists of super-classes in CodeGenRegisterClass.Jakob Stoklund Olesen