aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2011-08-26lit: Add %T as a replacement for the output directoryDouglas Gregor
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-20utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.NAKAMURA Takumi
2011-08-20utils/lit/lit/TestingConfig.py: Split out environment vars for Win32.NAKAMURA Takumi
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-17Update uwtable vim color!Bruno Cardoso Lopes
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-10Update comment.Eric Christopher
2011-08-09clang is the new black.Eric Christopher
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
2011-07-29[AVX] Make ListInits UniqueDavid Greene
2011-07-29[AVX] Make CodeInit UniqueDavid Greene
2011-07-29[AVX] Make StringInit UniqueDavid Greene
2011-07-29[AVX] Make IntInit UniqueDavid Greene
2011-07-29[AVX] Make BitsInit UniqueDavid Greene
2011-07-29[AVX] Unique BitInitDavid Greene
2011-07-29[AVX] Unique UnsetInitDavid Greene
2011-07-29[AVX] Create Inits Via Factory MethodDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene