Revert "Reapply "LTO: add API to set strategy for -internalize""
[oota-llvm.git] / tools / lto / lto.cpp
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
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-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
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
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-10-02 Rafael EspindolaFix option parsing in the gold plugin.
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
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-08-07 Shuxin YangChange public functions of LTOCodeGenerator from ret...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2012-12-10 Bill WendlingRevert r169656.
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
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-30 Bill WendlingCleanup whitespace. Doxygenize comments. And indent...
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-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
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-08-26 Devang PatelFix prototypes.
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...
2009-08-03 Nick LewyckyRemove the GCC path from libLTO. This has been superced...
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-26 Evan ChengIndentation.
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2008-07-08 Nick Kledzikfix dangling pointer and argv off by one errors. Add...
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-06-30 Devang PatelRename new lto2 tool as lto.
2008-06-30 Devang PatelRemove old LTO interface.
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2008-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-22 Owen AndersonAdd MemCpyOpt to LTO.
2008-04-21 Owen AndersonUse GVN in LTO instead of GCSE+LoadVN.
2008-04-02 Dale JohannesenMake EH work with unnamed functions. Reenable running
2008-02-07 Devang PatelBegin setting features for target based on target tripl...
2008-02-04 Devang PatelDo not set time out, lets assume assembler will do...
2008-02-02 Devang PatelDo not strip symbols when EH is ON.
2008-01-30 Devang PatelSupply appropriate arch info to darwin assembler.
2008-01-30 Devang PatelEnable exception handling if it is supported.
2008-01-15 Devang Patel- Introduces versioning macro LLVM_LTO_VERSION
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-20 Devang PatelRevert my previous check-in.
2007-12-20 Devang PatelAdd lto version check mechanism.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-07-18 Reid SpencerFix a sys::Path API error caught by a gcc 4.2 warning.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattnerbitcodify
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-08 Bill WendlingAvoid assert() in lto. Let linker handle all failures...
2007-02-08 Bill WendlingThe new version of how to add passes to emit files...
2007-02-05 Reid SpencerFor PR411:
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-08 Devang PatelModules are consumed when they are merged together...
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2007-01-06 Chris Lattnerfix typo
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-23 Devang PatelFix typo. Add more comment. Avoid extra hash_map search.
2006-10-23 Devang PatelAdd removeModule().
2006-10-09 Devang PatelUse FindProgramByName instead of FindExecutable.
2006-10-09 Devang PatelDo error checking.
2006-10-09 Devang PatelUse GetTemporaryDirectory. Fix llvm.org/bugs/show_bug...
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
2006-09-14 Devang PatelAdd comment.
2006-09-14 Devang PatelGlobalValue with InternalLinkage may have operands...
2006-09-07 Devang PatelUsing addPassesToEmitWholeFile is not a good idea here.
2006-09-07 Devang PatelUse addPassesToEmitWholeFile() instead of addPassesToEm...
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Devang PatelInstead of demangling symbol name by hand, use original...
next