| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MC] Ignore VK_WEAKREF in MCValue::getAccessVariant | Fangrui Song | 2019-12-15 | 1 | -4/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -0/+2 |
| * | [MC] Remove guard(s). NFCI. | Davide Italiano | 2016-08-22 | 1 | -2/+0 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | Use operator<< instead of print in a few more places. | Rafael Espindola | 2015-05-27 | 1 | -2/+2 |
| * | Try to fix the build in MCValue.cpp | Reid Kleckner | 2015-02-05 | 1 | -1/+1 |
| * | [MC] Remove various unused MCAsmInfo parameters. | Sean Silva | 2015-02-05 | 1 | -1/+1 |
| * | Fix pr19645. | Rafael Espindola | 2014-05-03 | 1 | -0/+18 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-13 | 1 | -1/+1 |
| * | MC: add a RefKind field to MCValue | Tim Northover | 2014-03-29 | 1 | -0/+5 |
| * | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 1 | -1/+1 |
| * | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+2 |
| * | MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee... | Daniel Dunbar | 2010-03-18 | 1 | -3/+6 |
| * | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -5/+3 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
| * | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 1 | -4/+4 |
| * | Add MCSymbol::{print, dump} | Daniel Dunbar | 2009-08-14 | 1 | -3/+7 |
| * | Add MCValue::{print, dump} | Daniel Dunbar | 2009-08-14 | 1 | -0/+30 |