Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
[oota-llvm.git] / tools / lto / LTOModule.cpp
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-11 Cameron ZwarichFix LTO after the recent MC subtarget refactoring.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Chad RosierReinstate r133516 "Remove some unnecessary uses of...
2011-06-28 Jay FoadPR10210: New method ConstantArray::getAsCString()....
2011-06-27 Chad RosierRevert r133516 "Remove some unnecessary uses of c_str()."
2011-06-21 Jay FoadRemove some unnecessary uses of c_str().
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Nick LewyckyFix typo in comment.
2011-03-18 Rafael EspindolaUse lazy parsing in LTO. Unfortunately this is only...
2011-03-18 Rafael EspindolaSimplify the computation of undefined symbols. Instead...
2011-03-18 NAKAMURA Takumitools/lto/LTOModule.cpp: Eliminate an unused variable.
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
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-20 Rafael EspindolaFix some memory leaks and avoid looking in the hash...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-01 Rafael EspindolaDon't tell the linker about available_externally defini...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Michael J. SpencerMore code not compiled by CMake. :(.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-20 Rafael EspindolaRecord sysbols created by aliases. Fixes PR8414.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-09-27 Bill WendlingThe "linker_private_weak*" linkages should set the...
2010-08-11 Daniel Dunbarlto: Fix an inverted conditional which prevented the...
2010-08-11 Daniel Dunbarlto: Fix gratuitous memory leaks.
2010-08-10 Daniel Dunbarlto: Reduce nesting.
2010-08-10 Daniel DunbarLTOModule.cpp: Fix numerous style issues.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
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.