summaryrefslogtreecommitdiff
path: root/tools/lto/LTOCodeGenerator.h
Commit message (Expand)AuthorAge
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-22
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola2011-02-24
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-11
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-10
* Fix another -Wmismatched-tags warningDouglas Gregor2009-12-23
* Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor2009-12-23
* Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky2009-08-03
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-04
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-30
* Remove warning about declaration does not declare anything. This class wasNick Lewycky2008-11-30
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik2008-07-08
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-03
* Rename new lto2 tool as lto.Devang Patel2008-06-30