Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
[oota-llvm.git] / tools / lto / LTOModule.cpp
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-08 Bill WendlingCache a commonly used reference.
2012-08-06 Bill WendlingReduce indentation by early exiting.
2012-08-06 Bill WendlingAdd a way to grab the target options from the LTO comma...
2012-06-22 Evan ChengForgot this patch in r159023.
2012-05-11 Rafael EspindolaFix a use after free when the streamer is destroyed...
2012-04-03 Bill WendlingReformatting. No functionality change.
2012-04-02 Bill WendlingHack the hack. If we have a situation where an ASM...
2012-04-02 Bill WendlingIt could come about that we parse the inline ASM before...
2012-03-31 Bill WendlingCleanup whitespace and trim some of the #includes.
2012-03-30 Bill Wendling* Set the scope attributes for the ASM symbol we added...
2012-03-29 Bill WendlingMake some headway towards compiling all of LLVM.
2012-03-29 Bill WendlingCache the end() iterator.
2012-03-28 Bill WendlingCleanup some whitespaces.
2012-03-28 Bill WendlingInline function into its one caller.
2012-03-28 Bill WendlingReformat the LTOModule code to be more inline with...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerupdate this to ConstantDataArray. There are no tests...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-04 Bill WendlingReformatting changes to get rid of blank lines, put...
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-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fast path when no module level...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fail fracefully when the targe...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
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.
next