index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gold
Age
Commit message (
Expand
)
Author
2010-09-10
Don't build redundant libLLVMgold.a.
NAKAMURA Takumi
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-08-08
s/libLLVMgold/LLVMgold/g
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-16
Avoid renaming loadable modules at install time. Now the gold plugin is named
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
Create an exports file, so that the plugin only exports the onload symbol.
Dan Gohman
2010-04-16
Make things static that don't need to be referenced from outside the file.
Dan Gohman
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
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-10-11
Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!
Nick Lewycky
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-24
remove dead makefile flags.
Chris Lattner
2009-06-15
Remove the gcc= option. llvm-gcc uses only as=
Rafael Espindola
2009-06-07
Add option for specifying the path to assembler, "as". This overrides the path
Nick Lewycky
2009-05-16
Make sure the CXXFLAGS setting is picked up by
Duncan Sands
2009-04-30
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-24
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.
Rafael Espindola
2009-02-26
Force 'llvm-config' to go first, optionally followed by lto and gold mixed in
Nick Lewycky
2009-02-22
Add an option to the gold plugin to make it emit a file with the public api
Nick Lewycky
2009-02-18
really fix style
Rafael Espindola
2009-02-18
fix style
Rafael Espindola
2009-02-17
tools like nm and ar only need register_claim_file and add_symbols. Don't abort
Rafael Espindola
2009-02-15
Shoot! Remove this debugging line again!
Nick Lewycky
2009-02-15
Don't discard definitions of common symbols. Not sure if this is the right fix.
Nick Lewycky
2009-02-07
Free the buffer in the case where we don't create a module out of it, as
Nick Lewycky
2009-02-06
Free the buffer.
Nick Lewycky
2009-02-05
Revert the previous commit. It seems it didn't
Duncan Sands
2009-02-05
Stop llvm-config thinking that there are circular
Duncan Sands
[next]