summaryrefslogtreecommitdiff
path: root/tools/lto/lto.exports
Commit message (Expand)AuthorAge
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Revert r199361: Now, the sanitizer got the changeQuentin Colombet2014-01-16
* [LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exportsQuentin Colombet2014-01-16
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola2013-10-04
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-27
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-27
* Revert r188188 and r188200.Shuxin Yang2013-08-12
* Misc enhancements to LTO:Shuxin Yang2013-08-12
* Revert r169656.Bill Wendling2012-12-10
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-08
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-16
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-09
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-09
* Expoert c interface for disassembler.Devang Patel2011-03-29
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-22
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-25
* Fix a few missing entries in lto.exports.Dan Gohman2010-08-25
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-15
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-04
* add _lto_codegen_debug_options so that linker can use itNick Kledzik2008-07-07
* Rename new lto2 tool as lto.Devang Patel2008-06-30