summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.h
Commit message (Expand)AuthorAge
* Move comment to the correct place.Bill Wendling2011-11-04
* Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2011-11-04
* Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2011-11-04
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-08
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-18
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor2009-12-23
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-18
* 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/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-01
* Untabify.Evan Cheng2009-05-30
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-16
* Rename new lto2 tool as lto.Devang Patel2008-06-30