| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -4/+5 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -5/+4 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -4/+5 |
| * | Switch LLVM to use 64-bit offsets (2/5) | Igor Kudrin | 2019-08-06 | 1 | -4/+2 |
| * | Silence ubsan after r367926. | Peter Collingbourne | 2019-08-06 | 1 | -0/+1 |
| * | llvm-symbolizer: Untag addresses in object files by default. | Peter Collingbourne | 2019-08-05 | 1 | -4/+12 |
| * | Teach the symbolizer lib symbolize objects directly. | Yuanfang Chen | 2019-07-08 | 1 | -2/+2 |
| * | llvm-symbolizer: Add a FRAME command. | Peter Collingbourne | 2019-06-24 | 1 | -0/+8 |
| * | Symbolize: Remove dead code. NFCI. | Peter Collingbourne | 2019-06-13 | 1 | -11/+5 |
| * | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -4/+4 |
| * | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -4/+4 |
| * | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -4/+4 |
| * | [llvm-symbolizer] Fix section index at the end of a section | Fangrui Song | 2019-04-20 | 1 | -2/+1 |
| * | [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>> | Fangrui Song | 2019-04-06 | 1 | -7/+16 |
| * | [Symbolize] Replace map<SymbolDesc, StringRef> with sorted vector | Fangrui Song | 2019-04-05 | 1 | -8/+14 |
| * | [Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym... | Fangrui Song | 2019-04-04 | 1 | -1/+4 |
| * | [DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces" | Alexey Lapshin | 2019-03-23 | 1 | -0/+26 |
| * | [DebugInfo] add SectionedAddress to DebugInfo interfaces. | Alexey Lapshin | 2019-02-27 | 1 | -9/+12 |
| * | [symbolizer] Avoid collecting symbols belonging to invalid sections. | Matt Davis | 2019-02-14 | 1 | -0/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta... | Eugene Zelenko | 2017-02-09 | 1 | -11/+24 |
| * | Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h | Reid Kleckner | 2016-07-06 | 1 | -0/+1 |
| * | Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ... | Kevin Enderby | 2016-06-24 | 1 | -3/+3 |
| * | Thread Expected<...> up from libObject’s getType() for symbols to allow llv... | Kevin Enderby | 2016-05-02 | 1 | -3/+3 |
| * | Thread Expected<...> up from libObject’s getName() for symbols to allow llv... | Kevin Enderby | 2016-04-20 | 1 | -3/+3 |
| * | Fix a crash in running llvm-objdump -t with an invalid Mach-O file already | Kevin Enderby | 2016-03-23 | 1 | -1/+4 |
| * | [Symbolizer] Don't use PE symbol tables to override PDB symbols | Reid Kleckner | 2015-11-13 | 1 | -2/+13 |
| * | [LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC. | Alexey Samsonov | 2015-10-30 | 1 | -17/+9 |
| * | [LLVMSymbolize] Move printing the description of a global into a separate fun... | Alexey Samsonov | 2015-10-29 | 1 | -5/+5 |
| * | [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule). | Alexey Samsonov | 2015-10-29 | 1 | -0/+251 |