summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Object] Add tapi files to objectCyndy Ishida2019-08-211-0/+2
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-121-0/+1
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-041-0/+1
* [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song2019-03-221-0/+1
* [Object] Add basic minidump supportPavel Labath2019-03-211-0/+1
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+1
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-0/+2
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-2/+0
* COFF: migrate def parser from LLD to LLVM [1/2]Martell Malone2017-05-201-0/+2
* Add functionality to cvtres to parse all entries in res file.Eric Beckmann2017-05-201-0/+1
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-1/+0
* Re-apply r299168 and r299169 now that the libdeps are fixed.Peter Collingbourne2017-03-311-0/+1
* Revert r299168 and r299169 due to library dependency issues.Peter Collingbourne2017-03-311-1/+0
* LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...Peter Collingbourne2017-03-311-0/+1
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-111-0/+1
* Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne2016-12-011-0/+1
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+1
* [CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman2016-05-261-2/+0
* Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2016-05-231-0/+2
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-1/+1
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-1/+1
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-1/+1
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-2/+0
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-0/+1
* Revert "[FaultMaps] Move FaultMapParser to Object/"Sanjoy Das2015-06-231-1/+0
* Extract an utility for computing symbol sizes on MachO and COFF.Rafael Espindola2015-06-231-0/+1
* [FaultMaps] Move FaultMapParser to Object/Sanjoy Das2015-06-231-0/+1
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* llvm-ar: Move archive writer to Object.Peter Collingbourne2015-06-081-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Add support for inline asm symbols to IRObjectFile.Rafael Espindola2014-07-031-0/+1
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-2/+0
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-301-0/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-0/+2
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-0/+1
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* [yaml2obj] Initial ELF support.Sean Silva2013-06-101-0/+1
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-0/+1
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-0/+1
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* Object: Add archive support.Michael J. Spencer2011-09-271-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+5
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-251-0/+1
* Add Object/Error.Michael J. Spencer2011-06-251-0/+1
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-131-2/+0
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-131-0/+1
* Add Object/Error.Michael J. Spencer2011-06-131-0/+1
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-131-2/+2
OpenPOWER on IntegriCloud