summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAge
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-27
* The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling2010-09-27
* lto: Fix an inverted conditional which prevented the addition of symbols scrapedDaniel Dunbar2010-08-11
* lto: Fix gratuitous memory leaks.Daniel Dunbar2010-08-11
* lto: Reduce nesting.Daniel Dunbar2010-08-10
* LTOModule.cpp: Fix numerous style issues.Daniel Dunbar2010-08-10
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-11
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* give Mangler access to TargetData.Chris Lattner2010-03-12
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-12
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-17
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* remove calls to dead methods.Chris Lattner2010-01-16
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-16
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-18
* pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif2009-09-23
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* No really, it's unused.Daniel Dunbar2009-08-04
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-03
* Remove memory corruption bug. string.c_str() was returning a temporary that wasNick Lewycky2009-07-28
* Fix libLTO:Nick Lewycky2009-07-26
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-16
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-15
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* rename getValueName -> getMangledNameChris Lattner2009-07-14
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Don't create undefined symbols for aliases.Nick Lewycky2009-07-09
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-01
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-01
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Correct strange whitespace.Nick Lewycky2009-02-06
* Add protected visibility to libLTO.Nick Lewycky2008-11-29
* tentative definitions are default visibilityNick Kledzik2008-07-19
* Name string length is end position marker - begin position marker.Devang Patel2008-07-16