Fix some GCC 4.7 issues with the new Orc remote JIT support
[oota-llvm.git] / include / llvm-c / lto.h
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-07-04 Peter CollingbourneLTO: expose LTO_SYMBOL_ALIAS, which indicates that...
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-11 Peter CollingbourneLTO: expose LTO_SYMBOL_COMDAT flag, which indicates...
2015-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-27 Duncan P. N. Exon... LTO: Correct some doxygen comments about API availability
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-04 Rafael EspindolaFix warning: "function declaration isn’t a prototype"
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2014-11-11 Duncan P. N. Exon... libLTO: Allow linker to choose context of modules and...
2014-08-01 Rafael EspindolaRemove lto_codegen_set_attr.
2014-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle update: don't duplicate comments, they were getti...
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-16 Duncan P. N. Exon... LTO: document LTO_API_VERSION for each API
2014-01-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
2014-01-14 Duncan P. N. Exon... Reapply "LTO: add API to set strategy for -internalize"
2014-01-14 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Duncan P. N. Exon... LTO: add API to set strategy for -internalize
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-25 Rafael EspindolaUse c comments.
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-09-25 Peter CollingbourneTry again to fix the MSVC build.
2013-09-25 Peter CollingbourneWrap the #include of <stdbool.h> in an #ifndef __cplusplus.
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-10 Bill WendlingRevert r169656.
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-01-07 Devang PatelDo not include DataTypes.h in llvm-c/lto.h.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-08-26 Devang PatelFix prototypes.
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-07-12 Eric Christopher80 columns.
2009-07-15 Dan Gohmanllvm-c/Core.h is no longer needed in lto.h, and it...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-01 Owen AndersonFix the LTO header for LLVMContext changes.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-04-30 Nick LewyckyOops! Missed a file in my last commit.
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-02-06 Nick LewyckyCorrect strange whitespace.
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-05-04 Gordon HenriksenUse (void) instead of () in C code.
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...