index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
/
lto.exports
Age
Commit message (
Expand
)
Author
2012-12-10
Revert r169656.
Bill Wendling
2012-12-08
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-11-24
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-04-16
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-09
s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...
Bill Wendling
2012-04-09
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2011-03-29
Expoert c interface for disassembler.
Devang Patel
2011-03-22
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-17
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2010-08-25
lto_codegen_set_gcc_path was removed.
Dan Gohman
2010-08-25
Fix a few missing entries in lto.exports.
Dan Gohman
2010-08-09
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-04-15
Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with
Dan Gohman
2009-06-04
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2008-07-07
add _lto_codegen_debug_options so that linker can use it
Nick Kledzik
2008-06-30
Rename new lto2 tool as lto.
Devang Patel