projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Generalize the reading of probability metadata to work for both branches
[oota-llvm.git]
/
tools
/
gold
/
gold-plugin.cpp
2011-09-15
Ivan Krasin
use 64-bit types instead of off_t/size_t to avoid the...
blob
|
commitdiff
|
raw
2011-09-12
Ivan Krasin
gold plugin: don't report error on non-bitcode (e.g...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-09
Ivan Krasin
gold plugin: report errors occured in lto_module_create...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Nick Lewycky
Don't try to dereference syms[0] on an empty vector...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-04
Duncan Sands
Remove an unused variable.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-07
Rafael Espindola
If present, use gold's support for getting a file view...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Rafael Espindola
Add a lto_codegen_compile_to_file to avoid producing...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-17
Rafael Espindola
Add support in the LTO library for loading an object...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-27
Rafael Espindola
Gold now rescans archives as needed, so the pass-throug...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-27
Rafael Espindola
bfd was fixed, remove the work around.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-26
Rafael Espindola
LTO uses MC now.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-20
Rafael Espindola
Dispose modules early and only create codegen when...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-19
Rafael Espindola
Add modules to codegen as soon as possible. This reduce...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-16
Rafael Espindola
Add a debug obj-path option to make it easy to keep...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-14
Rafael Espindola
Switch llvm to using comdats. For now always use groups...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Rafael Espindola
Don't open the file again in the gold plugin. To be...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
Michael J. Spencer
gold: MinGW fix.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Michael J. Spencer
I swear I did a make clean and make before committing...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Dan Gohman
Move tool_output_file into its own file.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Nick Lewycky
Fix compile errors.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Dan Gohman
Convert tools to use tool_output_file, and introduce...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-11
Rafael Espindola
Make it possible to set the cpu used for codegen.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Rafael Espindola
Make it possible to set the flags passed to the assembler.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Rafael Espindola
Fix silly bug.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-09
Rafael Espindola
Make it possible to set the target triple and expose...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Duncan Sands
Remove variables that are written by not read.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-23
Rafael Espindola
Add an extra-library-path option to the plugin. This...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Rafael Espindola
add_input_file and add_input_library now take const...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-18
Rafael Espindola
Add a pass-through option to the plugin. The use case...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-14
Rafael Espindola
Don't produce output only if *all* files are unused.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-07
Nick Lewycky
Plug a leak in the non-error case by removing one level...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-07
Rafael Espindola
Misc cleanups to the gold plugin.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-03
Rafael Espindola
Add a emit-llvm option to the plugin and make the path...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-03
Nick Lewycky
Perfer !string.empty() over string != "".
blob
|
commitdiff
|
raw
|
diff to current
2010-06-03
Nick Lewycky
Whitespace cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-03
Rafael Espindola
Don't preserve all symbols in a .so and instead trust...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-13
Rafael Espindola
Add an also-emit-llvm option to the gold plugin.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Nick Lewycky
Revert r64616 which worked around gcc.gnu.org/PR42757...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Dan Gohman
Make things static that don't need to be referenced...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Viktor Kutuzov
Fix to pass options from Gold plugin to LTO codegen
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Duncan Sands
Include config.h in order to have HAVE_STDINT_H be...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Dan Gohman
Make LLVM command-line tools overwrite their output...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
Change raw_fd_ostream to take flags as an optional...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Dan Gohman
Add a Force option to raw_fd_ostream to specify whether...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-01
Jeffrey Yasskin
Add a portable strerror*() wrapper, llvm::sys::StrError...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Rafael Espindola
Remove the gcc= option. llvm-gcc uses only as=
blob
|
commitdiff
|
raw
|
diff to current
2009-06-07
Nick Lewycky
Add option for specifying the path to assembler, "as...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-30
Nick Lewycky
Allow a user of libLTO to specify the full pathname...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-24
Rafael Espindola
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-22
Nick Lewycky
Add an option to the gold plugin to make it emit a...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Rafael Espindola
really fix style
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Rafael Espindola
fix style
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Rafael Espindola
tools like nm and ar only need register_claim_file...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Nick Lewycky
Shoot! Remove this debugging line again!
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Nick Lewycky
Don't discard definitions of common symbols. Not sure...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Nick Lewycky
Free the buffer in the case where we don't create a...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-06
Nick Lewycky
Free the buffer.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Nick Lewycky
It's not obvious, but lto_module_create_from_memory...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Nick Lewycky
Remove accidentally included debug message!
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Torok Edwin
Alphabetize includes. Update comment.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Torok Edwin
remove printf - it was there only for debugging!
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Torok Edwin
add support for .a files containing LLVM IR to the...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Nick Lewycky
Add LLVM plugin for gold.
blob
|
commitdiff
|
raw
|
diff to current