aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/IRObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-11[Object] Stop including llvm/ADT/PointerUnion.h (NFC)Kazu Hirata1-1/+0
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-1/+0
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-7/+8
2022-02-06[llvm] Use = default (NFC)Kazu Hirata1-1/+1
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-1/+1
2020-04-15Enable finding bitcode in wasm objectsSam Clegg1-0/+1
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-5/+5
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-5/+5
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-5/+5
2019-05-10[Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song1-3/+2
2019-03-21[Object] Fix reading objects created with -fembed-bitcode-markerSteven Wu1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-12-13Remove redundant includes from lib/Object.Michael Zolotukhin1-10/+0
2017-10-11Convert the last uses of ErrorOr in include/llvm/Object.Rafael Espindola1-10/+12
2017-06-08Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne1-6/+5
2017-06-08Object: Factor out the code for creating the irsymtab for an arbitrary bitcod...Peter Collingbourne1-0/+23
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-5/+6
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson1-1/+2
2016-12-13Object: Make IRObjectFile own multiple modules and enumerate symbols from all...Peter Collingbourne1-13/+26
2016-12-13Object: Remove module accessors from IRObjectFile, and hide its constructor.Peter Collingbourne1-7/+2
2016-12-01Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne1-144/+10
2016-11-24Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne1-0/+2
2016-11-24Object: Simplify the IRObjectFile symbol iterator implementation.Peter Collingbourne1-89/+25
2016-11-22Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne1-2/+2
2016-11-18Object: Simplify; remove unnecessary use of unique_ptr.Peter Collingbourne1-4/+4
2016-11-14Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Teresa Johnson1-2/+1
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne1-5/+5
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson1-1/+1
2016-11-09Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini1-1/+2
2016-11-08[ThinLTO] Prevent exporting of locals used/defined in module level asmTeresa Johnson1-2/+1
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne1-4/+1
2016-09-16[IRObjectFile] Turn llvm_unreachable("foo") into something more explicative.Davide Italiano1-1/+1
2016-09-15[IRObjectFile] Handle undefined weak symbols in RecordStreamer.Davide Italiano1-1/+4
2016-08-11Restore "Resolution-based LTO API."Teresa Johnson1-1/+1
2016-08-11Revert "Resolution-based LTO API."Teresa Johnson1-1/+1
2016-08-11Resolution-based LTO API.Teresa Johnson1-1/+1
2016-07-01function_refify. NFC.Benjamin Kramer1-8/+5
2016-06-23[IRObjectFile] Try to be defensive, add a break.Davide Italiano1-0/+1
2016-06-22[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.Davide Italiano1-0/+3
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-1/+1
2016-05-11Return a StringRef from getSection.Rafael Espindola1-1/+1
2016-04-22Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...Mehdi Amini1-5/+3
2016-04-22IRObjectFile, clang-format fixup for r267104Mehdi Amini1-4/+5
2016-04-22Use std::move on the enum to insert it into the pair to please MSVCMehdi Amini1-1/+1
2016-04-22Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...Mehdi Amini1-4/+15
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+2
2016-02-29Rename embedded bitcode section in MachOSteven Wu1-4/+1