aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/lto.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-11libLTO: Allow linker to choose context of modules and codegenDuncan P. N. Exon Smith1-1/+49
2014-08-01Remove lto_codegen_set_attr.Rafael Espindola1-9/+1
2014-05-03Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola1-2/+2
2014-05-03Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola1-2/+3
2014-04-25Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder1-1/+9
2014-04-14Teach llvm-lto to respect the given RelocModel.James Molloy1-1/+2
2014-04-02Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith1-19/+0
2014-02-28Add 'remark' diagnostic type in LLVMTobias Grosser1-4/+5
2014-02-10LTO API: add lto_module_create_from_memory_with_path.Manman Ren1-1/+11
2014-01-21Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao1-1/+38
2014-01-16LTO: document LTO_API_VERSION for each APIDuncan P. N. Exon Smith1-7/+80
2014-01-15[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet1-1/+28
2014-01-14Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith1-1/+14
2014-01-14Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi1-14/+1
2014-01-14LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith1-1/+14
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola1-9/+0
2013-10-25Use c comments.Rafael Espindola1-3/+3
2013-10-24lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner1-9/+23
2013-10-23llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi1-12/+9
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola1-4/+12
2013-09-25Try again to fix the MSVC build.Peter Collingbourne1-1/+1
2013-09-25Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.Peter Collingbourne1-0/+2
2013-08-27 Revert 189297, the original commit message is following. Shuxin Yang1-17/+1
2013-08-27 Add new API lto_codegen_compile_parallel().Shuxin Yang1-1/+17
2013-08-12Revert r188188 and r188200.Shuxin Yang1-12/+0
2013-08-12Misc enhancements to LTO:Shuxin Yang1-0/+12
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak1-2/+2
2012-12-10Revert r169656.Bill Wendling1-7/+0
2012-12-08Add the `lto_codegen_set_export_dynamic' function.Bill Wendling1-0/+7
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer1-0/+7
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola1-6/+0
2012-04-09s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling1-1/+1
2012-04-09Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling1-2/+6
2012-03-31Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling1-16/+17
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc1-0/+10
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-2/+2
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola1-0/+7
2011-03-17Add support in the LTO library for loading an object from the middleRafael Espindola1-1/+9
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola1-0/+8
2011-01-07Do not include DataTypes.h in llvm-c/lto.h.Devang Patel1-4/+3
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer1-1/+1
2010-09-27Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling1-17/+18
2010-08-26Fix prototypes.Devang Patel1-3/+4
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman1-8/+0
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola1-0/+7
2010-08-10Make it possible to set the flags passed to the assembler.Rafael Espindola1-0/+6
2010-08-09Make it possible to set the target triple and expose that with an option in theRafael Espindola1-0/+6
2010-07-1280 columns.Eric Christopher1-1/+1
2009-07-15llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman1-1/+0
2009-07-02Maintain the old LTO API, by using the global context.Owen Anderson1-6/+3