Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand | David Blaikie | 2014-06-08 | 1 | -29/+37 |
* | [asan] Fix x86-32 asm instrumentation to preserve flags. | Evgeniy Stepanov | 2014-05-21 | 1 | -2/+1 |
* | [asan] Stop leaking X86Operands. | Benjamin Kramer | 2014-05-09 | 1 | -4/+4 |
* | [asan] Preserve flags in asm instrumentation. | Evgeniy Stepanov | 2014-05-08 | 1 | -8/+32 |
* | [asan] Add a flag to control asm instrumentation. | Evgeniy Stepanov | 2014-05-07 | 1 | -1/+8 |
* | [asan] Disable asm instrumentation on unsupported platforms. | Evgeniy Stepanov | 2014-04-30 | 1 | -3/+6 |
* | [asan] Use MCInstrInfo in inline asm instrumentation. | Evgeniy Stepanov | 2014-04-24 | 1 | -22/+7 |
* | [asan] Fix instrumentation of x86 intel syntax inline assembly. | Evgeniy Stepanov | 2014-04-24 | 1 | -15/+15 |
* | Create MCTargetOptions. | Evgeniy Stepanov | 2014-04-23 | 1 | -13/+13 |
* | AddressSanitizer instrumentation for MOV and MOVAPS. | Evgeniy Stepanov | 2014-03-14 | 1 | -0/+236 |