index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gold
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
Point to libLTO with -L/PATH/ -lLTO so that it is found in the install
Rafael Espindola
1
-1
/
+1
2011-11-05
Use absolute path to exportsfile in gold plugin CMake build.
Peter Collingbourne
1
-1
/
+2
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
1
-10
/
+8
2011-09-15
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
1
-1
/
+1
2011-09-12
gold plugin: don't report error on non-bitcode (e.g. ELF) files.
Ivan Krasin
1
-9
/
+25
2011-09-09
gold plugin: report errors occured in lto_module_create_from_*
Ivan Krasin
1
-1
/
+6
2011-07-26
Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson
Nick Lewycky
1
-0
/
+2
2011-05-31
Also remove -lLTO which should have been in r132349. I failed to apply this
Nick Lewycky
1
-1
/
+1
2011-05-31
Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer!
Nick Lewycky
1
-1
/
+1
2011-05-12
CMake builds gold by default since revision 127466. This is
Oscar Fuentes
1
-2
/
+4
2011-05-04
Remove an unused variable.
Duncan Sands
1
-1
/
+0
2011-04-07
If present, use gold's support for getting a file view. This prevents having
Rafael Espindola
1
-1
/
+12
2011-03-22
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
1
-30
/
+2
2011-03-17
Add support in the LTO library for loading an object from the middle
Rafael Espindola
1
-37
/
+4
2011-03-11
Force re-linking of LLVMgold.so when its exports file changes.
Oscar Fuentes
1
-0
/
+6
2011-03-11
Fix processing of gold.exports.
Oscar Fuentes
1
-1
/
+1
2011-03-11
Add LTO and gold plugin to the CMake build. Linux-only, support for
Oscar Fuentes
1
-0
/
+37
2011-02-27
Gold now rescans archives as needed, so the pass-through options are not
Rafael Espindola
1
-22
/
+0
2011-02-27
bfd was fixed, remove the work around.
Rafael Espindola
1
-12
/
+1
2011-02-26
LTO uses MC now.
Rafael Espindola
1
-24
/
+0
2011-02-20
Dispose modules early and only create codegen when the plugin is being
Rafael Espindola
1
-5
/
+19
2011-02-19
Add modules to codegen as soon as possible. This reduces the link time
Rafael Espindola
1
-30
/
+24
2011-02-16
Add a debug obj-path option to make it easy to keep the .o produce by LTO.
Rafael Espindola
1
-14
/
+24
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
1
-2
/
+2
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
1
-7
/
+23
2011-01-20
gold: MinGW fix.
Michael J. Spencer
1
-0
/
+7
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
1
-1
/
+1
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
1
-3
/
+3
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
1
-1
/
+1
2010-09-10
Don't build redundant libLLVMgold.a.
NAKAMURA Takumi
1
-1
/
+0
2010-09-02
Fix compile errors.
Nick Lewycky
1
-4
/
+4
2010-08-20
Convert tools to use tool_output_file, and introduce error
Dan Gohman
1
-2
/
+9
2010-08-11
Make it possible to set the cpu used for codegen.
Rafael Espindola
1
-0
/
+6
2010-08-10
Make it possible to set the flags passed to the assembler.
Rafael Espindola
1
-0
/
+12
2010-08-10
Fix silly bug.
Rafael Espindola
1
-1
/
+1
2010-08-09
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
1
-0
/
+7
2010-08-08
s/libLLVMgold/LLVMgold/g
Rafael Espindola
1
-2
/
+2
2010-06-29
Remove variables that are written by not read.
Duncan Sands
1
-6
/
+0
2010-06-23
Add an extra-library-path option to the plugin. This is used to support
Rafael Espindola
1
-0
/
+13
2010-06-21
add_input_file and add_input_library now take const arguments, remove the
Rafael Espindola
1
-2
/
+2
2010-06-18
Add a pass-through option to the plugin. The use case for this option is to
Rafael Espindola
1
-0
/
+26
2010-06-14
Don't produce output only if *all* files are unused.
Rafael Espindola
1
-7
/
+7
2010-06-07
Plug a leak in the non-error case by removing one level of indirection.
Nick Lewycky
1
-6
/
+4
2010-06-07
Misc cleanups to the gold plugin.
Rafael Espindola
1
-15
/
+16
2010-06-03
Add a emit-llvm option to the plugin and make the path argument to also-emit-...
Rafael Espindola
1
-2
/
+23
2010-06-03
Perfer !string.empty() over string != "".
Nick Lewycky
1
-2
/
+2
2010-06-03
Whitespace cleanup.
Nick Lewycky
1
-5
/
+5
2010-06-03
Don't preserve all symbols in a .so and instead trust gold to know what is
Rafael Espindola
1
-12
/
+10
2010-05-16
Avoid renaming loadable modules at install time. Now the gold plugin is named
Rafael Espindola
1
-1
/
+1
2010-05-13
Add an also-emit-llvm option to the gold plugin.
Rafael Espindola
1
-0
/
+14
[next]