aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2011-09-08Fix warning on windows; use of comparison with bool argument.James Molloy
2011-09-08Fix a use of freed string contents.Andrew Trick
2011-09-08whitespaceAndrew Trick
2011-09-07Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach
2011-09-07Thumb2 parsing and encoding for LDR(immediate).Jim Grosbach
2011-09-07Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy
2011-09-07Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger
2011-09-02Make RecordVal Name an InitDavid Greene
2011-09-02Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby
2011-09-02Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper
2011-09-01Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy
2011-08-30Follow up to r138791.Evan Cheng
2011-08-30Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper
2011-08-29Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby
2011-08-26Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson
2011-08-25Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper
2011-08-24Thumb parsing and encoding support for ADD SP instructions.Jim Grosbach
2011-08-24Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.Jim Grosbach
2011-08-23Thread safety: Adding in an option for variadic expr* array of argumentsCaitlin Sadowski
2011-08-23Fix fpimmm->fpimm typo.Eric Christopher
2011-08-19Allow non zero_reg explicit values for OptionalDefOperands in aliases.Jim Grosbach
2011-08-19Tidy up. Formatting.Jim Grosbach
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-08-16Prefer diagnostics from target predicate in asm matcher.Jim Grosbach
2011-08-15Avoid evaluating Neon macro arguments more than once by disabling type checks.Bob Wilson
2011-08-15MCTargetAsmParser target match predicate support.Jim Grosbach
2011-08-15Move MatchResultTy enum into base class definition.Jim Grosbach
2011-08-10Make Record Name an InitDavid Greene
2011-08-10Add getAsUnquotedStringDavid Greene
2011-08-09Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly che...Owen Anderson
2011-08-09Create a new register class for the set of all GPRs except the PC. Use it to...Owen Anderson
2011-08-09Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson
2011-08-08Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...Owen Anderson
2011-08-04LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp...Owen Anderson
2011-08-03ARM refactoring assembly parsing of memory address operands.Jim Grosbach
2011-08-02ARM: rename addrmode7 to addr_offset_none.Jim Grosbach
2011-08-01Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for ...Owen Anderson
2011-08-01The FixedLenDecoder needs to gracefully handle failing per-instruction decode...Owen Anderson
2011-08-01Enhance the fixed length disassembler to better handle operand decoding failu...Owen Anderson
2011-07-29Correctly handle scattered operands where the bits of the operand are contigu...Owen Anderson
2011-07-29Unconstify InitsDavid Greene
2011-07-29Remove a blank line from the top.David Greene
2011-07-29[AVX] Make DagInits UniqueDavid Greene
2011-07-29[AVX] Make FieldInit UniqueDavid Greene
2011-07-29[AVX] Make VarListElementInit UniqueDavid Greene
2011-07-29[AVX] Make VarBitInit UniqueDavid Greene
2011-07-29[AVX] Make VarInit UniqueDavid Greene
2011-07-29[AVX] Make TernOpInit UniqueDavid Greene
2011-07-29[AVX] Make BinOpInit UniqueDavid Greene
2011-07-29[AVX] Make UnOpInit UniqueDavid Greene