projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
llvmc: Support '-emit-llvm -S' with -opt.
[oota-llvm.git]
/
tools
/
gold
/
2010-09-10
NAKAMURA Takumi
Don't build redundant libLLVMgold.a.
tree
|
commitdiff
2010-09-02
Nick Lewycky
Fix compile errors.
tree
|
commitdiff
2010-08-20
Dan Gohman
Convert tools to use tool_output_file, and introduce...
tree
|
commitdiff
2010-08-11
Rafael Espindola
Make it possible to set the cpu used for codegen.
tree
|
commitdiff
2010-08-10
Rafael Espindola
Make it possible to set the flags passed to the assembler.
tree
|
commitdiff
2010-08-10
Rafael Espindola
Fix silly bug.
tree
|
commitdiff
2010-08-09
Rafael Espindola
Make it possible to set the target triple and expose...
tree
|
commitdiff
2010-08-08
Rafael Espindola
s/libLLVMgold/LLVMgold/g
tree
|
commitdiff
2010-06-29
Duncan Sands
Remove variables that are written by not read.
tree
|
commitdiff
2010-06-23
Rafael Espindola
Add an extra-library-path option to the plugin. This...
tree
|
commitdiff
2010-06-21
Rafael Espindola
add_input_file and add_input_library now take const...
tree
|
commitdiff
2010-06-18
Rafael Espindola
Add a pass-through option to the plugin. The use case...
tree
|
commitdiff
2010-06-14
Rafael Espindola
Don't produce output only if *all* files are unused.
tree
|
commitdiff
2010-06-07
Nick Lewycky
Plug a leak in the non-error case by removing one level...
tree
|
commitdiff
2010-06-07
Rafael Espindola
Misc cleanups to the gold plugin.
tree
|
commitdiff
2010-06-03
Rafael Espindola
Add a emit-llvm option to the plugin and make the path...
tree
|
commitdiff
2010-06-03
Nick Lewycky
Perfer !string.empty() over string != "".
tree
|
commitdiff
2010-06-03
Nick Lewycky
Whitespace cleanup.
tree
|
commitdiff
2010-06-03
Rafael Espindola
Don't preserve all symbols in a .so and instead trust...
tree
|
commitdiff
2010-05-16
Rafael Espindola
Avoid renaming loadable modules at install time. Now...
tree
|
commitdiff
2010-05-13
Rafael Espindola
Add an also-emit-llvm option to the gold plugin.
tree
|
commitdiff
2010-04-16
Nick Lewycky
Revert r64616 which worked around gcc.gnu.org/PR42757...
tree
|
commitdiff
2010-04-16
Dan Gohman
Create an exports file, so that the plugin only exports...
tree
|
commitdiff
2010-04-16
Dan Gohman
Make things static that don't need to be referenced...
tree
|
commitdiff
2010-01-24
Chris Lattner
make -fno-rtti the default unless a directory builds...
tree
|
commitdiff
2010-01-22
Chris Lattner
Stop building RTTI information for *most* llvm librarie...
tree
|
commitdiff
2009-10-28
Viktor Kutuzov
Fix to pass options from Gold plugin to LTO codegen
tree
|
commitdiff
2009-10-22
Duncan Sands
Include config.h in order to have HAVE_STDINT_H be...
tree
|
commitdiff
2009-10-11
Nick Lewycky
Fix Makefile to build correctly on Darwin. Patch by...
tree
|
commitdiff
2009-08-25
Dan Gohman
Make LLVM command-line tools overwrite their output...
tree
|
commitdiff
2009-08-23
Chris Lattner
Change raw_fd_ostream to take flags as an optional...
tree
|
commitdiff
2009-07-15
Dan Gohman
Add a Force option to raw_fd_ostream to specify whether...
tree
|
commitdiff
2009-07-01
Jeffrey Yasskin
Add a portable strerror*() wrapper, llvm::sys::StrError...
tree
|
commitdiff
2009-06-24
Chris Lattner
remove dead makefile flags.
tree
|
commitdiff
2009-06-15
Rafael Espindola
Remove the gcc= option. llvm-gcc uses only as=
tree
|
commitdiff
2009-06-07
Nick Lewycky
Add option for specifying the path to assembler, "as...
tree
|
commitdiff
2009-05-16
Duncan Sands
Make sure the CXXFLAGS setting is picked up by
tree
|
commitdiff
2009-04-30
Nick Lewycky
Allow a user of libLTO to specify the full pathname...
tree
|
commitdiff
2009-04-24
Rafael Espindola
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
tree
|
commitdiff
2009-02-26
Nick Lewycky
Force 'llvm-config' to go first, optionally followed...
tree
|
commitdiff
2009-02-22
Nick Lewycky
Add an option to the gold plugin to make it emit a...
tree
|
commitdiff
2009-02-18
Rafael Espindola
really fix style
tree
|
commitdiff
2009-02-18
Rafael Espindola
fix style
tree
|
commitdiff
2009-02-17
Rafael Espindola
tools like nm and ar only need register_claim_file...
tree
|
commitdiff
2009-02-15
Nick Lewycky
Shoot! Remove this debugging line again!
tree
|
commitdiff
2009-02-15
Nick Lewycky
Don't discard definitions of common symbols. Not sure...
tree
|
commitdiff
2009-02-07
Nick Lewycky
Free the buffer in the case where we don't create a...
tree
|
commitdiff
2009-02-06
Nick Lewycky
Free the buffer.
tree
|
commitdiff
2009-02-05
Duncan Sands
Revert the previous commit. It seems it didn't
tree
|
commitdiff
2009-02-05
Duncan Sands
Stop llvm-config thinking that there are circular
tree
|
commitdiff
2009-02-05
Nick Lewycky
It's not obvious, but lto_module_create_from_memory...
tree
|
commitdiff
2009-02-05
Nick Lewycky
Remove accidentally included debug message!
tree
|
commitdiff
2009-02-04
Torok Edwin
Alphabetize includes. Update comment.
tree
|
commitdiff
2009-02-04
Torok Edwin
mention that PIC is needed for libLTO and libLLVMgold
tree
|
commitdiff
2009-02-04
Torok Edwin
remove printf - it was there only for debugging!
tree
|
commitdiff
2009-02-04
Torok Edwin
add support for .a files containing LLVM IR to the...
tree
|
commitdiff
2009-02-03
Nick Lewycky
Add LLVM plugin for gold.
tree
|
commitdiff