gold plugin: report errors occured in lto_module_create_from_*
[oota-llvm.git] / tools / gold / gold-plugin.cpp
2011-09-09 Ivan Krasingold plugin: report errors occured in lto_module_create...
2011-07-26 Nick LewyckyDon't try to dereference syms[0] on an empty vector...
2011-05-04 Duncan SandsRemove an unused variable.
2011-04-07 Rafael EspindolaIf present, use gold's support for getting a file view...
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-27 Rafael EspindolaGold now rescans archives as needed, so the pass-throug...
2011-02-27 Rafael Espindolabfd was fixed, remove the work around.
2011-02-26 Rafael EspindolaLTO uses MC now.
2011-02-20 Rafael EspindolaDispose modules early and only create codegen when...
2011-02-19 Rafael EspindolaAdd modules to codegen as soon as possible. This reduce...
2011-02-16 Rafael EspindolaAdd a debug obj-path option to make it easy to keep...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-01-20 Michael J. Spencergold: MinGW fix.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-02 Nick LewyckyFix compile errors.
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
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-10 Rafael EspindolaFix silly bug.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-06-29 Duncan SandsRemove variables that are written by not read.
2010-06-23 Rafael EspindolaAdd an extra-library-path option to the plugin. This...
2010-06-21 Rafael Espindolaadd_input_file and add_input_library now take const...
2010-06-18 Rafael EspindolaAdd a pass-through option to the plugin. The use case...
2010-06-14 Rafael EspindolaDon't produce output only if *all* files are unused.
2010-06-07 Nick LewyckyPlug a leak in the non-error case by removing one level...
2010-06-07 Rafael EspindolaMisc cleanups to the gold plugin.
2010-06-03 Rafael EspindolaAdd a emit-llvm option to the plugin and make the path...
2010-06-03 Nick LewyckyPerfer !string.empty() over string != "".
2010-06-03 Nick LewyckyWhitespace cleanup.
2010-06-03 Rafael EspindolaDon't preserve all symbols in a .so and instead trust...
2010-05-13 Rafael EspindolaAdd an also-emit-llvm option to the gold plugin.
2010-04-16 Nick LewyckyRevert r64616 which worked around gcc.gnu.org/PR42757...
2010-04-16 Dan GohmanMake things static that don't need to be referenced...
2009-10-28 Viktor KutuzovFix to pass options from Gold plugin to LTO codegen
2009-10-22 Duncan SandsInclude config.h in order to have HAVE_STDINT_H be...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-15 Rafael EspindolaRemove the gcc= option. llvm-gcc uses only as=
2009-06-07 Nick LewyckyAdd option for specifying the path to assembler, "as...
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-02-22 Nick LewyckyAdd an option to the gold plugin to make it emit a...
2009-02-18 Rafael Espindolareally fix style
2009-02-18 Rafael Espindolafix style
2009-02-17 Rafael Espindolatools like nm and ar only need register_claim_file...
2009-02-15 Nick LewyckyShoot! Remove this debugging line again!
2009-02-15 Nick LewyckyDon't discard definitions of common symbols. Not sure...
2009-02-07 Nick LewyckyFree the buffer in the case where we don't create a...
2009-02-06 Nick LewyckyFree the buffer.
2009-02-05 Nick LewyckyIt's not obvious, but lto_module_create_from_memory...
2009-02-05 Nick LewyckyRemove accidentally included debug message!
2009-02-04 Torok EdwinAlphabetize includes. Update comment.
2009-02-04 Torok Edwinremove printf - it was there only for debugging!
2009-02-04 Torok Edwinadd support for .a files containing LLVM IR to the...
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.