Add a -time-compilations=<N> option to llc.
[oota-llvm.git] / tools / lto / LTOCodeGenerator.h
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-03-31 Bill WendlingMove trivial functions into the class definition.
2012-03-31 Bill WendlingCleanup whitespace and trim some of the #includes.
2012-03-31 Bill WendlingThese strings aren't 'const char *' but 'char *'.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
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.
2009-12-23 Douglas GregorFix another -Wmismatched-tags warning
2009-12-23 Douglas GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
2009-08-03 Nick LewyckyRemove the GCC path from libLTO. This has been superced...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
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-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-11-30 Nick LewyckyRemove warning about declaration does not declare anyth...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
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.