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
/
gold
/
gold-plugin.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-10-26
libLTO has a bug in that it will keep every symbol if none is needed. We used
Rafael Espindola
2012-06-13
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
Rafael Espindola
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-09-15
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-12
gold plugin: don't report error on non-bitcode (e.g. ELF) files.
Ivan Krasin
2011-09-09
gold plugin: report errors occured in lto_module_create_from_*
Ivan Krasin
2011-07-26
Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson
Nick Lewycky
2011-05-04
Remove an unused variable.
Duncan Sands
2011-04-07
If present, use gold's support for getting a file view. This prevents having
Rafael Espindola
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-27
Gold now rescans archives as needed, so the pass-through options are not
Rafael Espindola
2011-02-27
bfd was fixed, remove the work around.
Rafael Espindola
2011-02-26
LTO uses MC now.
Rafael Espindola
2011-02-20
Dispose modules early and only create codegen when the plugin is being
Rafael Espindola
2011-02-19
Add modules to codegen as soon as possible. This reduces the link time
Rafael Espindola
2011-02-16
Add a debug obj-path option to make it easy to keep the .o produce by LTO.
Rafael Espindola
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-01-20
gold: MinGW fix.
Michael J. Spencer
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
2010-09-02
Fix compile errors.
Nick Lewycky
2010-08-20
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-11
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-10
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
Fix silly bug.
Rafael Espindola
2010-08-09
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-06-29
Remove variables that are written by not read.
Duncan Sands
2010-06-23
Add an extra-library-path option to the plugin. This is used to support
Rafael Espindola
2010-06-21
add_input_file and add_input_library now take const arguments, remove the
Rafael Espindola
2010-06-18
Add a pass-through option to the plugin. The use case for this option is to
Rafael Espindola
2010-06-14
Don't produce output only if *all* files are unused.
Rafael Espindola
2010-06-07
Plug a leak in the non-error case by removing one level of indirection.
Nick Lewycky
2010-06-07
Misc cleanups to the gold plugin.
Rafael Espindola
2010-06-03
Add a emit-llvm option to the plugin and make the path argument to also-emit-...
Rafael Espindola
2010-06-03
Perfer !string.empty() over string != "".
Nick Lewycky
2010-06-03
Whitespace cleanup.
Nick Lewycky
2010-06-03
Don't preserve all symbols in a .so and instead trust gold to know what is
Rafael Espindola
2010-05-13
Add an also-emit-llvm option to the gold plugin.
Rafael Espindola
2010-04-16
Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't
Nick Lewycky
2010-04-16
Make things static that don't need to be referenced from outside the file.
Dan Gohman
2009-10-28
Fix to pass options from Gold plugin to LTO codegen
Viktor Kutuzov
2009-10-22
Include config.h in order to have HAVE_STDINT_H be defined.
Duncan Sands
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-23
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-07-15
Add a Force option to raw_fd_ostream to specify whether opening
Dan Gohman
2009-07-01
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-06-15
Remove the gcc= option. llvm-gcc uses only as=
Rafael Espindola
[next]