move the mangler into libtarget from vmcore.
[oota-llvm.git] / tools / lto / LTOModule.cpp
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerremove calls to dead methods.
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-09-23 Gabor Greifpretty mechanical changes to match coding guidelines...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-07-28 Nick LewyckyRemove memory corruption bug. string.c_str() was return...
2009-07-26 Nick LewyckyFix libLTO:
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarSwitch some obvious clients to using the new TargetRegi...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Nick LewyckyDon't create undefined symbols for aliases.
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 Kledzikupdate comments about .objc_ symbols being generated
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-02-06 Nick LewyckyCorrect strange whitespace.
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-07-19 Nick Kledziktentative definitions are default visibility
2008-07-16 Devang PatelName string length is end position marker - begin posit...
2008-07-16 Devang PatelDo not forget global definitions from inline asm code...
2008-07-15 Devang PatelLinkOnce definitions have default scope, like weak...
2008-06-30 Devang PatelRename new lto2 tool as lto.