index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gold
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
1
-37
/
+4
*
Force re-linking of LLVMgold.so when its exports file changes.
Oscar Fuentes
2011-03-11
1
-0
/
+6
*
Fix processing of gold.exports.
Oscar Fuentes
2011-03-11
1
-1
/
+1
*
Add LTO and gold plugin to the CMake build. Linux-only, support for
Oscar Fuentes
2011-03-11
1
-0
/
+37
*
Gold now rescans archives as needed, so the pass-through options are not
Rafael Espindola
2011-02-27
1
-22
/
+0
*
bfd was fixed, remove the work around.
Rafael Espindola
2011-02-27
1
-12
/
+1
*
LTO uses MC now.
Rafael Espindola
2011-02-26
1
-24
/
+0
*
Dispose modules early and only create codegen when the plugin is being
Rafael Espindola
2011-02-20
1
-5
/
+19
*
Add modules to codegen as soon as possible. This reduces the link time
Rafael Espindola
2011-02-19
1
-30
/
+24
*
Add a debug obj-path option to make it easy to keep the .o produce by LTO.
Rafael Espindola
2011-02-16
1
-14
/
+24
*
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
1
-2
/
+2
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
1
-7
/
+23
*
gold: MinGW fix.
Michael J. Spencer
2011-01-20
1
-0
/
+7
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
1
-1
/
+1
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
1
-3
/
+3
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
1
-1
/
+1
*
Don't build redundant libLLVMgold.a.
NAKAMURA Takumi
2010-09-10
1
-1
/
+0
*
Fix compile errors.
Nick Lewycky
2010-09-02
1
-4
/
+4
*
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-20
1
-2
/
+9
*
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
1
-0
/
+6
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
1
-0
/
+12
*
Fix silly bug.
Rafael Espindola
2010-08-10
1
-1
/
+1
*
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-08-09
1
-0
/
+7
*
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-08-08
1
-2
/
+2
*
Remove variables that are written by not read.
Duncan Sands
2010-06-29
1
-6
/
+0
*
Add an extra-library-path option to the plugin. This is used to support
Rafael Espindola
2010-06-23
1
-0
/
+13
*
add_input_file and add_input_library now take const arguments, remove the
Rafael Espindola
2010-06-21
1
-2
/
+2
*
Add a pass-through option to the plugin. The use case for this option is to
Rafael Espindola
2010-06-18
1
-0
/
+26
*
Don't produce output only if *all* files are unused.
Rafael Espindola
2010-06-14
1
-7
/
+7
*
Plug a leak in the non-error case by removing one level of indirection.
Nick Lewycky
2010-06-07
1
-6
/
+4
*
Misc cleanups to the gold plugin.
Rafael Espindola
2010-06-07
1
-15
/
+16
*
Add a emit-llvm option to the plugin and make the path argument to also-emit-...
Rafael Espindola
2010-06-03
1
-2
/
+23
*
Perfer !string.empty() over string != "".
Nick Lewycky
2010-06-03
1
-2
/
+2
*
Whitespace cleanup.
Nick Lewycky
2010-06-03
1
-5
/
+5
*
Don't preserve all symbols in a .so and instead trust gold to know what is
Rafael Espindola
2010-06-03
1
-12
/
+10
*
Avoid renaming loadable modules at install time. Now the gold plugin is named
Rafael Espindola
2010-05-16
1
-1
/
+1
*
Add an also-emit-llvm option to the gold plugin.
Rafael Espindola
2010-05-13
1
-0
/
+14
*
Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't
Nick Lewycky
2010-04-16
1
-4
/
+2
*
Create an exports file, so that the plugin only exports the onload symbol.
Dan Gohman
2010-04-16
2
-0
/
+3
*
Make things static that don't need to be referenced from outside the file.
Dan Gohman
2010-04-16
1
-12
/
+12
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
Fix to pass options from Gold plugin to LTO codegen
Viktor Kutuzov
2009-10-28
1
-20
/
+44
*
Include config.h in order to have HAVE_STDINT_H be defined.
Duncan Sands
2009-10-22
1
-0
/
+1
*
Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!
Nick Lewycky
2009-10-11
1
-2
/
+3
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-1
/
+1
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
1
-4
/
+3
*
Add a Force option to raw_fd_ostream to specify whether opening
Dan Gohman
2009-07-15
1
-1
/
+3
*
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-07-01
1
-2
/
+3
*
remove dead makefile flags.
Chris Lattner
2009-06-24
1
-1
/
+0
[next]