Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-22 | [MC] Remove guard(s). NFCI. | Davide Italiano | 1 | -2/+0 | |
All the methods are already marked with LLVM_DUMP_METHOD. llvm-svn: 279428 | |||||
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith ↵ | Yaron Keren | 1 | -1/+1 | |
r259192 post commit comment. clang part in r259232, this is the LLVM part of the patch. llvm-svn: 259240 | |||||
2012-09-12 | Release build: guard dump functions with | Manman Ren | 1 | -1/+1 | |
"#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)" No functional change. Update r163344. llvm-svn: 163679 | |||||
2012-09-06 | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 1 | -0/+2 | |
No functional change. llvm-svn: 163344 | |||||
2010-05-17 | Added support in MC for Directional Local Labels. | Kevin Enderby | 1 | -0/+21 | |
llvm-svn: 103989 |