summaryrefslogtreecommitdiff
path: root/tools/lto/lto.exports
AgeCommit message (Expand)Author
2016-12-14[ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini
2016-07-11Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini
2016-04-01Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini
2016-03-09libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini
2015-06-29lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne
2015-06-23Adding the missing LTO API to lto.exportsSteven Wu
2015-04-17[LTO API] add lto_codegen_set_should_internalize.Manman Ren
2015-02-24[LTO API] add lto_codegen_set_module to set the destination module.Manman Ren
2015-02-03[LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren
2014-12-19LTO: Export local context symbolsDuncan P. N. Exon Smith
2014-02-10LTO API: add lto_module_create_from_memory_with_path.Manman Ren
2014-01-21Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao
2014-01-16Revert r199361: Now, the sanitizer got the changeQuentin Colombet
2014-01-16[LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exportsQuentin Colombet
2014-01-15[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola
2013-10-04Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola
2013-08-27 Revert 189297, the original commit message is following. Shuxin Yang
2013-08-27 Add new API lto_codegen_compile_parallel().Shuxin Yang
2013-08-12Revert r188188 and r188200.Shuxin Yang
2013-08-12Misc enhancements to LTO:Shuxin Yang
2012-12-10Revert r169656.Bill Wendling
2012-12-08Add the `lto_codegen_set_export_dynamic' function.Bill Wendling
2012-12-07Add C API for specifying CPU to the disassembler.Jim Grosbach
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola
2012-04-09s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling
2012-04-09Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling
2011-03-29Expoert c interface for disassembler.Devang Patel
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola
2011-03-17Add support in the LTO library for loading an object from the middleRafael Espindola
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman
2010-08-25Fix a few missing entries in lto.exports.Dan Gohman
2010-08-09Make it possible to set the target triple and expose that with an option in theRafael Espindola
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2009-06-04<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik
2008-07-07add _lto_codegen_debug_options so that linker can use itNick Kledzik
2008-06-30Rename new lto2 tool as lto.Devang Patel