summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* utils/lit/lit/TestingConfig.py: Split out environment vars for Win32.NAKAMURA Takumi2011-08-20
* Allow non zero_reg explicit values for OptionalDefOperands in aliases.Jim Grosbach2011-08-19
* Tidy up. Formatting.Jim Grosbach2011-08-19
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Update uwtable vim color!Bruno Cardoso Lopes2011-08-17
* Prefer diagnostics from target predicate in asm matcher.Jim Grosbach2011-08-16
* Avoid evaluating Neon macro arguments more than once by disabling type checks.Bob Wilson2011-08-15
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-15
* Move MatchResultTy enum into base class definition.Jim Grosbach2011-08-15
* Make Record Name an InitDavid Greene2011-08-10
* Add getAsUnquotedStringDavid Greene2011-08-10
* Update comment.Eric Christopher2011-08-10
* clang is the new black.Eric Christopher2011-08-09
* Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly che...Owen Anderson2011-08-09
* Create a new register class for the set of all GPRs except the PC. Use it to...Owen Anderson2011-08-09
* Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson2011-08-09
* Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...Owen Anderson2011-08-08
* LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp...Owen Anderson2011-08-04
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-03
* ARM: rename addrmode7 to addr_offset_none.Jim Grosbach2011-08-02
* Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for ...Owen Anderson2011-08-01
* The FixedLenDecoder needs to gracefully handle failing per-instruction decode...Owen Anderson2011-08-01
* Enhance the fixed length disassembler to better handle operand decoding failu...Owen Anderson2011-08-01
* Correctly handle scattered operands where the bits of the operand are contigu...Owen Anderson2011-07-29
* Unconstify InitsDavid Greene2011-07-29
* Remove a blank line from the top.David Greene2011-07-29
* [AVX] Make DagInits UniqueDavid Greene2011-07-29
* [AVX] Make FieldInit UniqueDavid Greene2011-07-29
* [AVX] Make VarListElementInit UniqueDavid Greene2011-07-29
* [AVX] Make VarBitInit UniqueDavid Greene2011-07-29
* [AVX] Make VarInit UniqueDavid Greene2011-07-29
* [AVX] Make TernOpInit UniqueDavid Greene2011-07-29
* [AVX] Make BinOpInit UniqueDavid Greene2011-07-29
* [AVX] Make UnOpInit UniqueDavid Greene2011-07-29
* [AVX] Make ListInits UniqueDavid Greene2011-07-29
* [AVX] Make CodeInit UniqueDavid Greene2011-07-29
* [AVX] Make StringInit UniqueDavid Greene2011-07-29
* [AVX] Make IntInit UniqueDavid Greene2011-07-29
* [AVX] Make BitsInit UniqueDavid Greene2011-07-29
* [AVX] Unique BitInitDavid Greene2011-07-29
* [AVX] Unique UnsetInitDavid Greene2011-07-29
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* [AVX] Remove non-const IteratorsDavid Greene2011-07-29
* [AVX] Remove Mutating Members from InitsDavid Greene2011-07-29
* Add ListInit::getValuesDavid Greene2011-07-29
* Add a std::string Wrapper for TableGenDavid Greene2011-07-29
* Third time's the charm for implementing tied operand decoding properly.Owen Anderson2011-07-29
* Fix a case where, when trying to track tied operands, we'd accidentally overw...Owen Anderson2011-07-29
* Enhance the fixed-length decoder emitter to support tied operands.Owen Anderson2011-07-28