summaryrefslogtreecommitdiff
path: root/lib/Object/IRObjectFile.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/Object.Michael Zolotukhin
2017-10-11Convert the last uses of ErrorOr in include/llvm/Object.Rafael Espindola
2017-06-08Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne
2017-06-08Object: Factor out the code for creating the irsymtab for an arbitrary bitcod...Peter Collingbourne
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson
2016-12-13Object: Make IRObjectFile own multiple modules and enumerate symbols from all...Peter Collingbourne
2016-12-13Object: Remove module accessors from IRObjectFile, and hide its constructor.Peter Collingbourne
2016-12-01Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne
2016-11-24Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne
2016-11-24Object: Simplify the IRObjectFile symbol iterator implementation.Peter Collingbourne
2016-11-22Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne
2016-11-18Object: Simplify; remove unnecessary use of unique_ptr.Peter Collingbourne
2016-11-14Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Teresa Johnson
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini
2016-11-08[ThinLTO] Prevent exporting of locals used/defined in module level asmTeresa Johnson
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne
2016-09-16[IRObjectFile] Turn llvm_unreachable("foo") into something more explicative.Davide Italiano
2016-09-15[IRObjectFile] Handle undefined weak symbols in RecordStreamer.Davide Italiano
2016-08-11Restore "Resolution-based LTO API."Teresa Johnson
2016-08-11Revert "Resolution-based LTO API."Teresa Johnson
2016-08-11Resolution-based LTO API.Teresa Johnson
2016-07-01function_refify. NFC.Benjamin Kramer
2016-06-23[IRObjectFile] Try to be defensive, add a break.Davide Italiano
2016-06-22[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.Davide Italiano
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola
2016-05-11Return a StringRef from getSection.Rafael Espindola
2016-04-22Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...Mehdi Amini
2016-04-22IRObjectFile, clang-format fixup for r267104Mehdi Amini
2016-04-22Use std::move on the enum to insert it into the pair to please MSVCMehdi Amini
2016-04-22Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...Mehdi Amini
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-02-29Rename embedded bitcode section in MachOSteven Wu
2016-02-29IRObject: Mark extern_weak as weak.Rafael Espindola
2016-02-11Use copy initialization.Rafael Espindola
2016-01-27Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-11-10Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola
2015-06-16Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola
2015-06-16Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders
2015-06-15Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders
2015-06-15Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders
2015-06-11Object: Prepend __imp_ when mangling a dllimport symbol in IRObjectFile.Peter Collingbourne
2015-06-09Remove object_error::success and use std::error_code() insteadRui Ueyama
2015-05-15Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.hPete Cooper
2015-03-13Be lazy about loading metadata in IRObjectFile.Rafael Espindola
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini