| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MC] Delete STT_SECTION special cases from MCSymbolELF::setType and setBinding | Fangrui Song | 2019-12-15 | 1 | -4/+0 |
| * | MCSymbolicELF: simplify. (Flags & (x << s)) >> s is equivalent to Flags >> s & x | Fangrui Song | 2019-04-10 | 1 | -6/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove redundant includes from lib/MC. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Change how we handle section symbols on ELF. | Rafael Espindola | 2017-02-02 | 1 | -0/+4 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
| * | Move IsUsedInReloc from MCSymbolELF to MCSymbol. | Rafael Espindola | 2015-06-17 | 1 | -13/+1 |
| * | Bring back r239006 with a fix. | Rafael Espindola | 2015-06-04 | 1 | -39/+136 |
| * | Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags." | Rafael Espindola | 2015-06-04 | 1 | -135/+38 |
| * | Pack the MCSymbolELF bit fields into MCSymbol's Flags. | Rafael Espindola | 2015-06-04 | 1 | -38/+135 |
| * | Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF. | Rafael Espindola | 2015-06-04 | 1 | -1/+9 |
| * | Remember if a weakref of a symbol has been used. | Rafael Espindola | 2015-06-03 | 1 | -0/+6 |
| * | Store whether a symbol is a comdat signature in MCSymbolELF. | Rafael Espindola | 2015-06-03 | 1 | -4/+17 |
| * | Record in a MCSymbolELF if it has been used in a relocation. | Rafael Espindola | 2015-06-03 | 1 | -0/+9 |
| * | Convert BindingExplicitlySet into a MCSymbolELF field. | Rafael Espindola | 2015-06-03 | 1 | -0/+1 |
| * | Merge MCELF.h into MCSymbolELF.h. | Rafael Espindola | 2015-06-02 | 1 | -0/+79 |