aboutsummaryrefslogtreecommitdiff
path: root/tools/lto/lto.exports
AgeCommit message (Expand)Author
2013-08-26Revert LOCALMODs in gold plugin and libLTO related to bitcode shared objects ...Derek Schuff
2013-08-07Revert localmod for bitcode linking speedup (different fix upstream).Jan Voung
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
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-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer
2012-10-23Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'Derek Schuff
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-08-13Change LLVM bitcode linking to use tree reductionJan Voung
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
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