aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/lto.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-221-0/+7
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-171-1/+9
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-081-0/+8
* Do not include DataTypes.h in llvm-c/lto.h.Devang Patel2011-01-071-4/+3
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-271-17/+18
* Fix prototypes.Devang Patel2010-08-261-3/+4
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-251-8/+0
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-111-0/+7
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-101-0/+6
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+6
* 80 columns.Eric Christopher2010-07-121-1/+1
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-151-1/+0
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-021-6/+3
* Fix the LTO header for LLVMContext changes.Owen Anderson2009-07-011-3/+5
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-041-0/+10
* Oops! Missed a file in my last commit.Nick Lewycky2009-04-301-0/+8
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-0/+1
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-1/+2
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-031-0/+5
* Use (void) instead of () in C code.Gordon Henriksen2008-05-041-3/+3
* fixes from review of first commitNick Kledzik2008-02-271-3/+4
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-261-0/+234