aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/lto.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-10Revert r169656.Bill Wendling
2012-12-08Add the `lto_codegen_set_export_dynamic' function.Bill Wendling
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola
2012-04-09s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling
2012-04-09Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling
2012-03-31Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola
2011-03-17Add support in the LTO library for loading an object from the middleRafael Espindola
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2011-01-07Do not include DataTypes.h in llvm-c/lto.h.Devang Patel
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-09-27Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling
2010-08-26Fix prototypes.Devang Patel
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola
2010-08-10Make it possible to set the flags passed to the assembler.Rafael Espindola
2010-08-09Make it possible to set the target triple and expose that with an option in theRafael Espindola
2010-07-1280 columns.Eric Christopher
2009-07-15llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman
2009-07-02Maintain the old LTO API, by using the global context.Owen Anderson
2009-07-01Fix the LTO header for LLVMContext changes.Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-06-04<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik
2009-04-30Oops! Missed a file in my last commit.Nick Lewycky
2009-04-24Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola
2009-02-06Correct strange whitespace.Nick Lewycky
2008-11-29Add protected visibility to libLTO.Nick Lewycky
2008-07-03Provide a hook to set the code generation debug options to investigate lto f...Devang Patel
2008-05-04Use (void) instead of () in C code.Gordon Henriksen
2008-02-27fixes from review of first commitNick Kledzik
2008-02-26first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik