summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-11
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-11
* Update Clang AST attribute reader tblgen generation to match with ASTReader c...Douglas Gregor2011-09-09
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-09
* Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman2011-09-08
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-08
* Fix warning on windows; use of comparison with bool argument.James Molloy2011-09-08
* Fix a use of freed string contents.Andrew Trick2011-09-08
* whitespaceAndrew Trick2011-09-08
* Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach2011-09-07
* Thumb2 parsing and encoding for LDR(immediate).Jim Grosbach2011-09-07
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger2011-09-07
* valgrind: Suppress glibc's optiized strcasecmp harder.Benjamin Kramer2011-09-03
* Attempt to silence known valgrind errors.Andrew Trick2011-09-02
* Make RecordVal Name an InitDavid Greene2011-09-02
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-02
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-02
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-01
* lit: Normalize pathsep slashes also on %T.NAKAMURA Takumi2011-08-31
* Follow up to r138791.Evan Cheng2011-08-30
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-30
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-29
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-27
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-26
* valgrind: Always suppress tblgen leaks.Andrew Trick2011-08-26
* lit: Add %T as a replacement for the output directoryDouglas Gregor2011-08-26
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-25
* Thumb parsing and encoding support for ADD SP instructions.Jim Grosbach2011-08-24
* Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.Jim Grosbach2011-08-24
* Thread safety: Adding in an option for variadic expr* array of argumentsCaitlin Sadowski2011-08-23
* Fix fpimmm->fpimm typo.Eric Christopher2011-08-23
* utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.NAKAMURA Takumi2011-08-20
* 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