| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -5/+5 |
| * | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -5/+5 |
| * | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -5/+5 |
| * | [Object] Change SymbolicFile::printSymbolName to use Error | Fangrui Song | 2019-05-10 | 1 | -3/+2 |
| * | [Object] Fix reading objects created with -fembed-bitcode-marker | Steven Wu | 2019-03-21 | 1 | -0/+2 |
| * | 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/Object. | Michael Zolotukhin | 2017-12-13 | 1 | -10/+0 |
| * | Convert the last uses of ErrorOr in include/llvm/Object. | Rafael Espindola | 2017-10-11 | 1 | -10/+12 |
| * | Bitcode: Introduce a BitcodeFileContents data type. NFCI. | Peter Collingbourne | 2017-06-08 | 1 | -6/+5 |
| * | Object: Factor out the code for creating the irsymtab for an arbitrary bitcod... | Peter Collingbourne | 2017-06-08 | 1 | -0/+23 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -5/+6 |
| * | [ThinLTO] Import composite types as declarations | Teresa Johnson | 2016-12-16 | 1 | -1/+2 |
| * | Object: Make IRObjectFile own multiple modules and enumerate symbols from all... | Peter Collingbourne | 2016-12-13 | 1 | -13/+26 |
| * | Object: Remove module accessors from IRObjectFile, and hide its constructor. | Peter Collingbourne | 2016-12-13 | 1 | -7/+2 |
| * | Object: Extract a ModuleSymbolTable class from IRObjectFile. | Peter Collingbourne | 2016-12-01 | 1 | -144/+10 |
| * | Object: Add IRObjectFile::getTargetTriple(). | Peter Collingbourne | 2016-11-24 | 1 | -0/+2 |
| * | Object: Simplify the IRObjectFile symbol iterator implementation. | Peter Collingbourne | 2016-11-24 | 1 | -89/+25 |
| * | Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar... | Peter Collingbourne | 2016-11-22 | 1 | -2/+2 |
| * | Object: Simplify; remove unnecessary use of unique_ptr. | Peter Collingbourne | 2016-11-18 | 1 | -4/+4 |
| * | Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm" | Teresa Johnson | 2016-11-14 | 1 | -2/+1 |
| * | Bitcode: Change module reader functions to return an llvm::Expected. | Peter Collingbourne | 2016-11-13 | 1 | -5/+5 |
| * | Split Bitcode/ReaderWriter.h into separate reader and writer headers | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
| * | Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm" | Mehdi Amini | 2016-11-09 | 1 | -1/+2 |
| * | [ThinLTO] Prevent exporting of locals used/defined in module level asm | Teresa Johnson | 2016-11-08 | 1 | -2/+1 |
| * | IR, Bitcode: Change bitcode reader to no longer own its memory buffer. | Peter Collingbourne | 2016-11-08 | 1 | -4/+1 |
| * | [IRObjectFile] Turn llvm_unreachable("foo") into something more explicative. | Davide Italiano | 2016-09-16 | 1 | -1/+1 |
| * | [IRObjectFile] Handle undefined weak symbols in RecordStreamer. | Davide Italiano | 2016-09-15 | 1 | -1/+4 |
| * | Restore "Resolution-based LTO API." | Teresa Johnson | 2016-08-11 | 1 | -1/+1 |
| * | Revert "Resolution-based LTO API." | Teresa Johnson | 2016-08-11 | 1 | -1/+1 |
| * | Resolution-based LTO API. | Teresa Johnson | 2016-08-11 | 1 | -1/+1 |
| * | function_refify. NFC. | Benjamin Kramer | 2016-07-01 | 1 | -8/+5 |
| * | [IRObjectFile] Try to be defensive, add a break. | Davide Italiano | 2016-06-23 | 1 | -0/+1 |
| * | [IRObjectFile] Propagate .weak attribute correctly for ASM symbols. | Davide Italiano | 2016-06-22 | 1 | -0/+3 |
| * | Don't pass a Reloc::Model to MC. | Rafael Espindola | 2016-05-18 | 1 | -1/+1 |
| * | Return a StringRef from getSection. | Rafael Espindola | 2016-05-11 | 1 | -1/+1 |
| * | Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin... | Mehdi Amini | 2016-04-22 | 1 | -5/+3 |
| * | IRObjectFile, clang-format fixup for r267104 | Mehdi Amini | 2016-04-22 | 1 | -4/+5 |
| * | Use std::move on the enum to insert it into the pair to please MSVC | Mehdi Amini | 2016-04-22 | 1 | -1/+1 |
| * | Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p... | Mehdi Amini | 2016-04-22 | 1 | -4/+15 |
| * | Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to... | Kevin Enderby | 2016-04-06 | 1 | -2/+2 |
| * | Rename embedded bitcode section in MachO | Steven Wu | 2016-02-29 | 1 | -4/+1 |
| * | IRObject: Mark extern_weak as weak. | Rafael Espindola | 2016-02-29 | 1 | -1/+2 |
| * | Use copy initialization. | Rafael Espindola | 2016-02-11 | 1 | -2/+2 |
| * | Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. | Benjamin Kramer | 2016-01-27 | 1 | -1/+1 |
| * | Use diagnostic handler in the LLVMContext | Rafael Espindola | 2015-12-14 | 1 | -1/+1 |
| * | Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar... | Kevin Enderby | 2015-11-10 | 1 | -0/+6 |
| * | Simplify the Mangler interface now that DataLayout is mandatory. | Rafael Espindola | 2015-06-23 | 1 | -3/+1 |
| * | Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. | Rafael Espindola | 2015-06-16 | 1 | -2/+2 |
| * | Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec... | Daniel Sanders | 2015-06-16 | 1 | -6/+6 |
| * | Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject... | Daniel Sanders | 2015-06-15 | 1 | -6/+6 |