summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/lto.h
Commit message (Expand)AuthorAgeFilesLines
* Remove lto_codegen_set_attr.Rafael Espindola2014-08-011-9/+1
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-031-2/+2
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-031-2/+3
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-1/+9
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-141-1/+2
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-021-19/+0
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-281-4/+5
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-101-1/+11
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-211-1/+38
* LTO: document LTO_API_VERSION for each APIDuncan P. N. Exon Smith2014-01-161-7/+80
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-151-1/+28
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-141-1/+14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-141-14/+1
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-141-1/+14
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-9/+0
* Use c comments.Rafael Espindola2013-10-251-3/+3
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-241-9/+23
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-231-12/+9
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-4/+12
* Try again to fix the MSVC build.Peter Collingbourne2013-09-251-1/+1
* Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.Peter Collingbourne2013-09-251-0/+2
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-271-17/+1
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-271-1/+17
* Revert r188188 and r188200.Shuxin Yang2013-08-121-12/+0
* Misc enhancements to LTO:Shuxin Yang2013-08-121-0/+12
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Revert r169656.Bill Wendling2012-12-101-7/+0
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-081-0/+7
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-241-0/+7
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-161-6/+0
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-091-1/+1
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-091-2/+6
* Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-311-16/+17
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-211-0/+10
* 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
OpenPOWER on IntegriCloud