Support for function summary index bitcode sections and files.
[oota-llvm.git] / lib / Object / CMakeLists.txt
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-05 Rafael EspindolaMove BinaryRef to a new include/llvm/Object/YAML.h...
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-09-27 Michael J. SpencerObject: Add archive support.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-06-25 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Michael J. SpencerAdd Object/Error.
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-04-22 Eric ChristopherAdd MachOObjectFile.cpp to cmake.
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.
2011-01-20 Michael J. SpencerObject: Add ELF support.
2011-01-20 Michael J. SpencerObject: Add COFF Support.
2010-11-27 Daniel DunbarMC/Mach-O: Start stubbing out a Mach-O object file...
2010-11-15 Michael J. SpencerAdd LLVMObject Library.