summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAge
...
* Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier2011-06-28
* PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad2011-06-28
* Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier2011-06-27
* Remove some unnecessary uses of c_str().Jay Foad2011-06-21
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Remove unused argument.Rafael Espindola2011-04-21
* Fix typo in comment.Nick Lewycky2011-04-21
* Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola2011-03-18
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-18
* tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi2011-03-18
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-17
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola2011-02-20
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Don't tell the linker about available_externally definitions. If we do, it willRafael Espindola2011-02-01
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* More code not compiled by CMake. :(.Michael J. Spencer2010-12-09
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Record sysbols created by aliases. Fixes PR8414.Rafael Espindola2010-10-20
* 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