| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it possible to set the cpu used for codegen. | Rafael Espindola | 2010-08-11 | 1 | -0/+7 |
| | | | | | llvm-svn: 110759 | ||||
| * | Make it possible to set the flags passed to the assembler. | Rafael Espindola | 2010-08-10 | 1 | -0/+6 |
| | | | | | | | Nick, please review. llvm-svn: 110705 | ||||
| * | Make it possible to set the target triple and expose that with an option in the | Rafael Espindola | 2010-08-09 | 1 | -0/+6 |
| | | | | | | | gold plugin. llvm-svn: 110604 | ||||
| * | 80 columns. | Eric Christopher | 2010-07-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 108126 | ||||
| * | llvm-c/Core.h is no longer needed in lto.h, and it brings in | Dan Gohman | 2009-07-15 | 1 | -1/+0 |
| | | | | | | | several unwanted dependencies. llvm-svn: 75717 | ||||
| * | Maintain the old LTO API, by using the global context. | Owen Anderson | 2009-07-02 | 1 | -6/+3 |
| | | | | | llvm-svn: 74678 | ||||
| * | Fix the LTO header for LLVMContext changes. | Owen Anderson | 2009-07-01 | 1 | -3/+5 |
| | | | | | llvm-svn: 74663 | ||||
| * | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 74640 | ||||
| * | <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ↵ | Nick Kledzik | 2009-06-04 | 1 | -0/+10 |
| | | | | | | | | | | | | assembler Add lto_codegen_set_assembler_path() API which allows the linker to specify the path to the assembler tool to run. When assembler is used (instead of compiler) different command line options are used. Add LTO_API_VERSION #define so clients (linkers) can conditionalize use of new APIs. llvm-svn: 72823 | ||||
| * | Oops! Missed a file in my last commit. | Nick Lewycky | 2009-04-30 | 1 | -0/+8 |
| | | | | | llvm-svn: 70491 | ||||
| * | Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. | Rafael Espindola | 2009-04-24 | 1 | -0/+1 |
| | | | | | llvm-svn: 69972 | ||||
| * | Correct strange whitespace. | Nick Lewycky | 2009-02-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 63927 | ||||
| * | Add protected visibility to libLTO. | Nick Lewycky | 2008-11-29 | 1 | -1/+2 |
| | | | | | llvm-svn: 60257 | ||||
| * | Provide a hook to set the code generation debug options to investigate lto ↵ | Devang Patel | 2008-07-03 | 1 | -0/+5 |
| | | | | | | | failures. llvm-svn: 53119 | ||||
| * | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 1 | -3/+3 |
| | | | | | llvm-svn: 50620 | ||||
| * | fixes from review of first commit | Nick Kledzik | 2008-02-27 | 1 | -3/+4 |
| | | | | | llvm-svn: 47695 | ||||
| * | first commit of new LTO system. It is not hooked up in the ↵ | Nick Kledzik | 2008-02-26 | 1 | -0/+234 |
| llvm/tools/Makefile, so no one will build it be default yet llvm-svn: 47621 | |||||

