aboutsummaryrefslogtreecommitdiff
path: root/tools/lto/LTOCodeGenerator.h
AgeCommit message (Expand)Author
2013-08-26Revert LOCALMODs in gold plugin and libLTO related to bitcode shared objects ...Derek Schuff
2013-08-07Revert localmod for bitcode linking speedup (different fix upstream).Jan Voung
2013-05-06Fix build warnings/UB in LTOCodeGenerator.cppDerek Schuff
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2012-12-10Revert r169656.Bill Wendling
2012-12-08Add the `lto_codegen_set_export_dynamic' function.Bill Wendling
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-08-13Change LLVM bitcode linking to use tree reductionJan Voung
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola
2012-04-09Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling
2012-03-31Move trivial functions into the class definition.Bill Wendling
2012-03-31Cleanup whitespace and trim some of the #includes.Bill Wendling
2012-03-31These strings aren't 'const char *' but 'char *'.Bill Wendling
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola
2011-02-24Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola
2010-08-10Make it possible to set the flags passed to the assembler.Rafael Espindola
2009-12-23Fix another -Wmismatched-tags warningDouglas Gregor
2009-12-23Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor
2009-08-03Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-02Maintain the old LTO API, by using the global context.Owen Anderson
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-06-04<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik
2009-04-30Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky
2008-11-30Remove warning about declaration does not declare anything. This class wasNick Lewycky
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-07-08fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik
2008-07-03Provide a hook to set the code generation debug options to investigate lto f...Devang Patel
2008-06-30Rename new lto2 tool as lto.Devang Patel