Move comment to the correct place.
[oota-llvm.git] / tools / lto / LTOModule.h
2011-11-04 Bill WendlingMove comment to the correct place.
2011-11-04 Bill WendlingMake the Mangler an ivar so that it doesn't have to...
2011-11-04 Bill WendlingRefactor the MCContext so that it's an ivar instead...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fail fracefully when the targe...
2011-03-18 Rafael EspindolaSimplify the computation of undefined symbols. Instead...
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2009-12-23 Douglas GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-05-30 Evan ChengUntabify.
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2008-07-16 Devang PatelDo not forget global definitions from inline asm code...
2008-06-30 Devang PatelRename new lto2 tool as lto.