| Commit message (Expand) | Author | Age | Files | Lines |
* | s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi... | Bill Wendling | 2012-04-09 | 1 | -1/+1 |
* | Add a hook to turn on the internalize pass through the LTO interface. | Bill Wendling | 2012-04-09 | 1 | -2/+6 |
* | Cleanup whitespace and remove unneeded 'extern' keyword on function definitions. | Bill Wendling | 2012-03-31 | 1 | -16/+17 |
* | Organize LLVM C API docs into doxygen modules; add docs | Gregory Szorc | 2012-03-21 | 1 | -0/+10 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | Add a lto_codegen_compile_to_file to avoid producing a file, reading it to | Rafael Espindola | 2011-03-22 | 1 | -0/+7 |
* | Add support in the LTO library for loading an object from the middle | Rafael Espindola | 2011-03-17 | 1 | -1/+9 |
* | Don't open the file again in the gold plugin. To be able to do this, update | Rafael Espindola | 2011-02-08 | 1 | -0/+8 |
* | Do not include DataTypes.h in llvm-c/lto.h. | Devang Patel | 2011-01-07 | 1 | -4/+3 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling | 2010-09-27 | 1 | -17/+18 |
* | Fix prototypes. | Devang Patel | 2010-08-26 | 1 | -3/+4 |
* | lto_codegen_set_gcc_path was removed. | Dan Gohman | 2010-08-25 | 1 | -8/+0 |
* | Make it possible to set the cpu used for codegen. | Rafael Espindola | 2010-08-11 | 1 | -0/+7 |
* | Make it possible to set the flags passed to the assembler. | Rafael Espindola | 2010-08-10 | 1 | -0/+6 |
* | Make it possible to set the target triple and expose that with an option in the | Rafael Espindola | 2010-08-09 | 1 | -0/+6 |
* | 80 columns. | Eric Christopher | 2010-07-12 | 1 | -1/+1 |
* | llvm-c/Core.h is no longer needed in lto.h, and it brings in | Dan Gohman | 2009-07-15 | 1 | -1/+0 |
* | Maintain the old LTO API, by using the global context. | Owen Anderson | 2009-07-02 | 1 | -6/+3 |
* | Fix the LTO header for LLVMContext changes. | Owen Anderson | 2009-07-01 | 1 | -3/+5 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass... | Nick Kledzik | 2009-06-04 | 1 | -0/+10 |
* | Oops! Missed a file in my last commit. | Nick Lewycky | 2009-04-30 | 1 | -0/+8 |
* | Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. | Rafael Espindola | 2009-04-24 | 1 | -0/+1 |
* | Correct strange whitespace. | Nick Lewycky | 2009-02-06 | 1 | -1/+1 |
* | Add protected visibility to libLTO. | Nick Lewycky | 2008-11-29 | 1 | -1/+2 |
* | Provide a hook to set the code generation debug options to investigate lto f... | Devang Patel | 2008-07-03 | 1 | -0/+5 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 1 | -3/+3 |
* | fixes from review of first commit | Nick Kledzik | 2008-02-27 | 1 | -3/+4 |
* | first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi... | Nick Kledzik | 2008-02-26 | 1 | -0/+234 |