2014-08-11 |
Rafael Espindola | Fix using -plugin-opt=apiflie when also using -plugin... |
tree | commitdiff |
2014-07-31 |
Rafael Espindola | Remove unused argument. |
tree | commitdiff |
2014-07-30 |
Rafael Espindola | Use range loops. |
tree | commitdiff |
2014-07-30 |
Rafael Espindola | Convert a few more function pointer calls to just ... |
tree | commitdiff |
2014-07-30 |
Rafael Espindola | Don't duplicate the function name in a comment. |
tree | commitdiff |
2014-07-30 |
Rafael Espindola | Use function pointers with just f(1,2) instead of ... |
tree | commitdiff |
2014-07-29 |
Rafael Espindola | Use nullptr instead of NULL. |
tree | commitdiff |
2014-07-29 |
Rafael Espindola | Remove unused includes. |
tree | commitdiff |
2014-07-29 |
Rafael Espindola | Delete dead code. |
tree | commitdiff |
2014-07-29 |
Rafael Espindola | gold plugin: Fix handling of corrupted bitcode files. |
tree | commitdiff |
2014-07-29 |
Rafael Espindola | Small gold plugin simplifications. |
tree | commitdiff |
2014-07-07 |
Rafael Espindola | Use raw_fd_ostream instead of std::ofstream. |
tree | commitdiff |
2014-07-06 |
Rafael Espindola | Update the MemoryBuffer API to use ErrorOr. |
tree | commitdiff |
2014-07-06 |
Rafael Espindola | Declare variable on first use. |
tree | commitdiff |
2014-07-03 |
Peter Collingbourne | gold plugin: move target initialization to the top... |
tree | commitdiff |
2014-07-03 |
Peter Collingbourne | LTO: rename the various makeLTOModule overloads. |
tree | commitdiff |
2014-06-26 |
Tom Roeder | Fix the new LTOCodeGenerator setup in gold to parse... |
tree | commitdiff |
2014-06-25 |
Alexey Volkov | Fix unresolved symbols when loading gold plugin |
tree | commitdiff |
2014-06-20 |
Rafael Espindola | Small clanups: |
tree | commitdiff |
2014-06-19 |
Rafael Espindola | The gold plugin doesn't need disassemblers. |
tree | commitdiff |
2014-06-19 |
Rafael Espindola | Set gold plugin options in a sane order. |
tree | commitdiff |
2014-06-19 |
Rafael Espindola | Simplify. No functionality change. |
tree | commitdiff |
2014-06-19 |
Rafael Espindola | Reduce indentation. No functionality change. |
tree | commitdiff |
2014-06-19 |
Rafael Espindola | Use lib/LTO directly in the gold plugin. |
tree | commitdiff |
2014-06-19 |
Rafael Espindola | Remove an incorrect fixme. |
tree | commitdiff |
2014-06-13 |
Rafael Espindola | Remove 'using std::error_code' from tools. |
tree | commitdiff |
2014-06-12 |
Rafael Espindola | Don't use 'using std::error_code' in include/llvm. |
tree | commitdiff |
2014-06-12 |
Rafael Espindola | Remove system_error.h. |
tree | commitdiff |
2014-03-06 |
Ahmed Charles | Replace OwningPtr<T> with std::unique_ptr<T>. |
tree | commitdiff |
2014-02-26 |
Rafael Espindola | Don't mix the plain and keyword signatures of target_li... |
tree | commitdiff |
2014-02-11 |
Sylvestre Ledru | Improve the declaration when LDPO_PIE is not available. |
tree | commitdiff |
2014-02-11 |
Sylvestre Ledru | If LDPO_PIE is not defined (before binutils 2.23 version), |
tree | commitdiff |
2014-02-10 |
Rafael Espindola | Fix an old FIXME. LDPO_PIE is available since 2.23... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | Re-sort #include lines again, prior to moving headers... |
tree | commitdiff |
2014-01-10 |
Tom Roeder | Space formatting fix for r198966. |
tree | commitdiff |
2014-01-10 |
Tom Roeder | Fixing build break: should be in the if statement,... |
tree | commitdiff |
2014-01-10 |
Tom Roeder | Restore the library dependency of LLVMgold on LTO;... |
tree | commitdiff |
2013-12-28 |
Nico Weber | EXPORTED_SYMBOL_FILE support for cmake |
tree | commitdiff |
2013-12-25 |
NAKAMURA Takumi | gold-plugin.cpp: Use form of <plugin-api.h>, since... |
tree | commitdiff |
2013-12-02 |
Alp Toker | Cut the gold plugin README down to size |
tree | commitdiff |
2013-10-31 |
Rafael Espindola | Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead... |
tree | commitdiff |
2013-10-18 |
Rafael Espindola | Check for errors when calling lto_codegen_add_module... |
tree | commitdiff |
2013-10-16 |
Rafael Espindola | [pr17595] Fix a use after free. |
tree | commitdiff |
2013-10-03 |
Rafael Espindola | Optimize linkonce_odr unnamed_addr functions during... |
tree | commitdiff |
2013-10-03 |
Rafael Espindola | Dispose the codegen even when just writing the bitcode... |
tree | commitdiff |
2013-08-12 |
Shuxin Yang | Revert r188188 and r188200. |
tree | commitdiff |
2013-08-12 |
Shuxin Yang | Misc enhancements to LTO: |
tree | commitdiff |
2013-07-23 |
Rafael Espindola | Split getOpenFile into getOpenFile and getOpenFileSlice. |
tree | commitdiff |
2013-07-23 |
Rafael Espindola | Fix use of the getOpenFile api. |
tree | commitdiff |
2013-06-17 |
Rafael Espindola | Fix the build with gcc 4.7 and -std=c++11. |
tree | commitdiff |
2013-06-17 |
Rafael Espindola | Don't use PathV1.h in tools/gold/gold-plugin.cpp. |
tree | commitdiff |
2013-06-13 |
Rafael Espindola | Avoid using PathV1.h in Program.h. |
tree | commitdiff |
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 |
next |