| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 2 | -30/+14 |
* | Merging r196100: | Bill Wendling | 2013-12-02 | 1 | -14/+6 |
* | Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list". | Rafael Espindola | 2013-10-31 | 1 | -6/+15 |
* | Check for errors when calling lto_codegen_add_module in the gold plugin. | Rafael Espindola | 2013-10-18 | 1 | -2/+7 |
* | [pr17595] Fix a use after free. | Rafael Espindola | 2013-10-16 | 1 | -6/+11 |
* | Optimize linkonce_odr unnamed_addr functions during LTO. | Rafael Espindola | 2013-10-03 | 1 | -1/+6 |
* | Dispose the codegen even when just writing the bitcode file. | Rafael Espindola | 2013-10-03 | 1 | -1/+3 |
* | Revert r188188 and r188200. | Shuxin Yang | 2013-08-12 | 1 | -24/+8 |
* | Misc enhancements to LTO: | Shuxin Yang | 2013-08-12 | 1 | -8/+24 |
* | Split getOpenFile into getOpenFile and getOpenFileSlice. | Rafael Espindola | 2013-07-23 | 1 | -3/+2 |
* | Fix use of the getOpenFile api. | Rafael Espindola | 2013-07-23 | 1 | -2/+2 |
* | Fix the build with gcc 4.7 and -std=c++11. | Rafael Espindola | 2013-06-17 | 1 | -1/+1 |
* | Don't use PathV1.h in tools/gold/gold-plugin.cpp. | Rafael Espindola | 2013-06-17 | 1 | -8/+8 |
* | Avoid using PathV1.h in Program.h. | Rafael Espindola | 2013-06-13 | 1 | -0/+1 |
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -6/+3 |
* | libLTO has a bug in that it will keep every symbol if none is needed. We used | Rafael Espindola | 2012-10-26 | 1 | -10/+0 |
* | Pass -lLTO after gold-plugin.o so that it gets used in systems that default to | Rafael Espindola | 2012-08-27 | 1 | -1/+3 |
* | Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of | Rafael Espindola | 2012-06-13 | 1 | -0/+2 |
* | drop unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+1 |
* | Point to libLTO with -L/PATH/ -lLTO so that it is found in the install | Rafael Espindola | 2011-11-23 | 1 | -1/+1 |
* | Use absolute path to exportsfile in gold plugin CMake build. | Peter Collingbourne | 2011-11-05 | 1 | -1/+2 |
* | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -10/+8 |
* | use 64-bit types instead of off_t/size_t to avoid the issue when | Ivan Krasin | 2011-09-15 | 1 | -1/+1 |
* | gold plugin: don't report error on non-bitcode (e.g. ELF) files. | Ivan Krasin | 2011-09-12 | 1 | -9/+25 |
* | gold plugin: report errors occured in lto_module_create_from_* | Ivan Krasin | 2011-09-09 | 1 | -1/+6 |
* | Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson | Nick Lewycky | 2011-07-26 | 1 | -0/+2 |
* | Also remove -lLTO which should have been in r132349. I failed to apply this | Nick Lewycky | 2011-05-31 | 1 | -1/+1 |
* | Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer! | Nick Lewycky | 2011-05-31 | 1 | -1/+1 |
* | CMake builds gold by default since revision 127466. This is | Oscar Fuentes | 2011-05-12 | 1 | -2/+4 |
* | Remove an unused variable. | Duncan Sands | 2011-05-04 | 1 | -1/+0 |
* | If present, use gold's support for getting a file view. This prevents having | Rafael Espindola | 2011-04-07 | 1 | -1/+12 |
* | Add a lto_codegen_compile_to_file to avoid producing a file, reading it to | Rafael Espindola | 2011-03-22 | 1 | -30/+2 |
* | Add support in the LTO library for loading an object from the middle | Rafael Espindola | 2011-03-17 | 1 | -37/+4 |
* | Force re-linking of LLVMgold.so when its exports file changes. | Oscar Fuentes | 2011-03-11 | 1 | -0/+6 |
* | Fix processing of gold.exports. | Oscar Fuentes | 2011-03-11 | 1 | -1/+1 |
* | Add LTO and gold plugin to the CMake build. Linux-only, support for | Oscar Fuentes | 2011-03-11 | 1 | -0/+37 |
* | Gold now rescans archives as needed, so the pass-through options are not | Rafael Espindola | 2011-02-27 | 1 | -22/+0 |
* | bfd was fixed, remove the work around. | Rafael Espindola | 2011-02-27 | 1 | -12/+1 |
* | LTO uses MC now. | Rafael Espindola | 2011-02-26 | 1 | -24/+0 |
* | Dispose modules early and only create codegen when the plugin is being | Rafael Espindola | 2011-02-20 | 1 | -5/+19 |
* | Add modules to codegen as soon as possible. This reduces the link time | Rafael Espindola | 2011-02-19 | 1 | -30/+24 |
* | Add a debug obj-path option to make it easy to keep the .o produce by LTO. | Rafael Espindola | 2011-02-16 | 1 | -14/+24 |
* | Switch llvm to using comdats. For now always use groups with a single | Rafael Espindola | 2011-02-14 | 1 | -2/+2 |
* | Don't open the file again in the gold plugin. To be able to do this, update | Rafael Espindola | 2011-02-08 | 1 | -7/+23 |
* | gold: MinGW fix. | Michael J. Spencer | 2011-01-20 | 1 | -0/+7 |
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 1 | -3/+3 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 1 | -1/+1 |
* | Don't build redundant libLLVMgold.a. | NAKAMURA Takumi | 2010-09-10 | 1 | -1/+0 |
* | Fix compile errors. | Nick Lewycky | 2010-09-02 | 1 | -4/+4 |