Move LTO support library to a component, allowing it to be tested
[oota-llvm.git] / tools / lto / lto.exports
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2012-12-10 Bill WendlingRevert r169656.
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2011-03-29 Devang PatelExpoert c interface for disassembler.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-25 Dan GohmanFix a few missing entries in lto.exports.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2008-07-07 Nick Kledzikadd _lto_codegen_debug_options so that linker can use it
2008-06-30 Devang PatelRename new lto2 tool as lto.