2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
tree | commitdiff |
2012-10-26 |
Rafael Espindola | libLTO has a bug in that it will keep every symbol... |
tree | commitdiff |
2012-08-27 |
Rafael Espindola | Pass -lLTO after gold-plugin.o so that it gets used... |
tree | commitdiff |
2012-06-13 |
Rafael Espindola | Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require... |
tree | commitdiff |
2011-12-22 |
Dylan Noblesmith | drop unneeded config.h includes |
tree | commitdiff |
2011-11-23 |
Rafael Espindola | Point to libLTO with -L/PATH/ -lLTO so that it is found... |
tree | commitdiff |
2011-11-05 |
Peter Collingbourne | Use absolute path to exportsfile in gold plugin CMake... |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-09-15 |
Ivan Krasin | use 64-bit types instead of off_t/size_t to avoid the... |
tree | commitdiff |
2011-09-12 |
Ivan Krasin | gold plugin: don't report error on non-bitcode (e.g... |
tree | commitdiff |
2011-09-09 |
Ivan Krasin | gold plugin: report errors occured in lto_module_create... |
tree | commitdiff |
2011-07-26 |
Nick Lewycky | Don't try to dereference syms[0] on an empty vector... |
tree | commitdiff |
2011-05-31 |
Nick Lewycky | Also remove -lLTO which should have been in r132349... |
tree | commitdiff |
2011-05-31 |
Nick Lewycky | Make the gold plugin build on Cygwin as well as Linux... |
tree | commitdiff |
2011-05-12 |
Oscar Fuentes | CMake builds gold by default since revision 127466... |
tree | commitdiff |
2011-05-04 |
Duncan Sands | Remove an unused variable. |
tree | commitdiff |
2011-04-07 |
Rafael Espindola | If present, use gold's support for getting a file view... |
tree | commitdiff |
2011-03-22 |
Rafael Espindola | Add a lto_codegen_compile_to_file to avoid producing... |
tree | commitdiff |
2011-03-17 |
Rafael Espindola | Add support in the LTO library for loading an object... |
tree | commitdiff |
2011-03-11 |
Oscar Fuentes | Force re-linking of LLVMgold.so when its exports file... |
tree | commitdiff |
2011-03-11 |
Oscar Fuentes | Fix processing of gold.exports. |
tree | commitdiff |
2011-03-11 |
Oscar Fuentes | Add LTO and gold plugin to the CMake build. Linux-only... |
tree | commitdiff |
2011-02-27 |
Rafael Espindola | Gold now rescans archives as needed, so the pass-throug... |
tree | commitdiff |
2011-02-27 |
Rafael Espindola | bfd was fixed, remove the work around. |
tree | commitdiff |
2011-02-26 |
Rafael Espindola | LTO uses MC now. |
tree | commitdiff |
2011-02-20 |
Rafael Espindola | Dispose modules early and only create codegen when... |
tree | commitdiff |
2011-02-19 |
Rafael Espindola | Add modules to codegen as soon as possible. This reduce... |
tree | commitdiff |
2011-02-16 |
Rafael Espindola | Add a debug obj-path option to make it easy to keep... |
tree | commitdiff |
2011-02-14 |
Rafael Espindola | Switch llvm to using comdats. For now always use groups... |
tree | commitdiff |
2011-02-08 |
Rafael Espindola | Don't open the file again in the gold plugin. To be... |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | gold: MinGW fix. |
tree | commitdiff |
2010-11-29 |
Charles Davis | Now to chant the magical incantation that will exorcise... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | I swear I did a make clean and make before committing... |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
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 |
|