summaryrefslogtreecommitdiff
path: root/include/llvm-c/lto.h
Commit message (Expand)AuthorAge
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-15
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02
* Fix the LTO header for LLVMContext changes.Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-04
* Oops! Missed a file in my last commit.Nick Lewycky2009-04-30
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Correct strange whitespace.Nick Lewycky2009-02-06
* Add protected visibility to libLTO.Nick Lewycky2008-11-29
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-03
* Use (void) instead of () in C code.Gordon Henriksen2008-05-04
* fixes from review of first commitNick Kledzik2008-02-27
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-26