aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/lto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-27/+24
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+46
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+28
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-17/+23
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-109/+60
* Update to LLVM 3.5a.Stephen Hines2014-04-241-34/+46
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-4/+0
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-241-9/+9
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-231-9/+9
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-0/+4
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-021-0/+15
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-301-7/+60
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-241-2/+25
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-271-5/+0
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-271-0/+5
* Revert r188188 and r188200.Shuxin Yang2013-08-121-13/+0
* Misc enhancements to LTO:Shuxin Yang2013-08-121-0/+13
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-071-5/+7
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-2/+1
* Revert r169656.Bill Wendling2012-12-101-6/+0
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-081-0/+6
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-161-6/+0
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-091-3/+3
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-091-0/+6
* Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-311-11/+10
* Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.Bill Wendling2012-03-301-214/+119
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-221-0/+6
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-171-1/+14
* Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola2011-02-241-2/+2
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-081-0/+8
* Do not include DataTypes.h in llvm-c/lto.h.Devang Patel2011-01-071-3/+3
* Fix prototypes.Devang Patel2010-08-261-1/+1
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-111-0/+8
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-101-0/+10
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+8
* Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky2009-08-031-8/+0
* Add newline at end of file.Duncan Sands2009-07-031-1/+1
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-021-9/+6
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-5/+5
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-4/+8
* Indentation.Evan Cheng2009-06-261-8/+5
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-041-0/+8
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-301-0/+8
* fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik2008-07-081-0/+4
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-031-0/+6
* Rename new lto2 tool as lto.Devang Patel2008-06-301-0/+241
* Remove old LTO interface.Devang Patel2008-06-301-563/+0
* Add CommonLinkage to lto (treated same as weak AFAICT)Dale Johannesen2008-05-161-1/+3