Add missing check to SETCC optimization.
[oota-llvm.git] / tools / lto / LTOCodeGenerator.h
2013-09-04 Rafael EspindolaRename some variables to match the style guide.
2013-09-04 Rafael EspindolaRename variables to match the style guide and clang...
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-08-06 Shuxin YangAdd some comment to LTOCodeGenerator class
2013-07-22 Shuxin YangInitialize/Register LTO passes to enable flags like...
2013-05-04 Rafael EspindolaAdd missing header.
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-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.