summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/lto.h
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-111-0/+7
| | | | llvm-svn: 110759
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-101-0/+6
| | | | | | Nick, please review. llvm-svn: 110705
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+6
| | | | | | gold plugin. llvm-svn: 110604
* 80 columns.Eric Christopher2010-07-121-1/+1
| | | | llvm-svn: 108126
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-151-1/+0
| | | | | | several unwanted dependencies. llvm-svn: 75717
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-021-6/+3
| | | | llvm-svn: 74678
* Fix the LTO header for LLVMContext changes.Owen Anderson2009-07-011-3/+5
| | | | llvm-svn: 74663
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
| | | | llvm-svn: 74640
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ↵Nick Kledzik2009-06-041-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 Lewycky2009-04-301-0/+8
| | | | llvm-svn: 70491
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-0/+1
| | | | llvm-svn: 69972
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
| | | | llvm-svn: 63927
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-1/+2
| | | | llvm-svn: 60257
* Provide a hook to set the code generation debug options to investigate lto ↵Devang Patel2008-07-031-0/+5
| | | | | | failures. llvm-svn: 53119
* Use (void) instead of () in C code.Gordon Henriksen2008-05-041-3/+3
| | | | llvm-svn: 50620
* fixes from review of first commitNick Kledzik2008-02-271-3/+4
| | | | llvm-svn: 47695
* first commit of new LTO system. It is not hooked up in the ↵Nick Kledzik2008-02-261-0/+234
llvm/tools/Makefile, so no one will build it be default yet llvm-svn: 47621
OpenPOWER on IntegriCloud