summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
Commit message (Expand)AuthorAge
* LTO: -internalize sets visibility to defaultDuncan P. N. Exon Smith2014-05-05
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Small simplification given that insert of an empty range is a nop.Rafael Espindola2013-09-04
* Refactor duplicated logic to a helper function.Rafael Espindola2013-09-04
* Remove dead code.Rafael Espindola2013-09-04
* Compulsive reformatting.Bill Wendling2013-08-30
* Move stack protector names to the same place.Bill Wendling2013-08-12
* Respect llvm.used in Internalize.Rafael Espindola2013-07-25
* added ability to dynamically change the ExportList of an alreadyPedro Artigas2013-01-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use an ArrayRef instead of a std::vector&.Rafael Espindola2012-12-11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Add a Fixme.Bill Wendling2012-04-16
* Code-gen may inject code into the IR before it emits the ASM. The linkerBill Wendling2012-04-13
* Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...Benjamin Kramer2012-03-31
* These llvm.dbg.* constants are not used anymore.Devang Patel2011-03-09
* Don't internalize available_externally functions. We already did the rightRafael Espindola2011-03-06
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* don't internalize available_externally functions, they areChris Lattner2010-04-03
* Change errs() to dbgs().David Greene2010-01-05
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* eliminate uses of cerr()Chris Lattner2009-08-23
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Add the private linkage.Rafael Espindola2009-01-15