aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/LTOModule.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-181-2/+0
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-171-1/+6
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-021-3/+9
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-081-0/+3
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+1
* Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor2009-12-231-2/+1
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-181-2/+0
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-021-4/+0
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-3/+3
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-3/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-4/+9
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-011-2/+8
* Untabify.Evan Cheng2009-05-301-1/+1
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-1/+1
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-161-0/+1
* Rename new lto2 tool as lto.Devang Patel2008-06-301-0/+105