Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-04-23 | Fix computeSymbolSizes SEGFAULT on invalid file | Adrian Prantl | 1 | -0/+4 |
2016-11-15 | Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizes | Kuba Brecka | 1 | -12/+6 |
2015-06-29 | [SymbolSize] Skip sorting by index, just assign by index. | Benjamin Kramer | 1 | -7/+3 |
2015-06-25 | Add an ELFSymbolRef type. | Rafael Espindola | 1 | -2/+2 |
2015-06-25 | Use computeSymbolSizes in llvm-symbolize. | Rafael Espindola | 1 | -1/+4 |
2015-06-24 | Make computeSymbolSizes never fail. | Rafael Espindola | 1 | -15/+23 |
2015-06-24 | Use Symbol::getValue to simplify object::computeSymbolSizes. NFC. | Rafael Espindola | 1 | -4/+2 |
2015-06-24 | Change how symbol sizes are handled in lib/Object. | Rafael Espindola | 1 | -4/+3 |
2015-06-23 | Handle multiple symbols having the same address. | Rafael Espindola | 1 | -1/+9 |
2015-06-23 | Extract an utility for computing symbol sizes on MachO and COFF. | Rafael Espindola | 1 | -0/+88 |