aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalValue.h
Commit message (Expand)AuthorAgeFilesLines
* Add static methods to handle Linkage Types.Rafael Espindola2010-03-061-20/+62
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-8/+27
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-291-1/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-1/+1
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-2/+2
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-7/+10
* add missing predicate.Chris Lattner2009-07-091-0/+1
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-201-1/+1
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-1/+1
* available_externall linkage is not local, this was confusing the codegenerator,Edwin Török2009-05-231-2/+1
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-3/+9
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-11/+4
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-12/+4
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-091-1/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-22/+62
* Add the private linkage.Rafael Espindola2009-01-151-0/+5
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-3/+4
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-291-0/+8
* Add predicate for GhostLinkage, used by the JITNate Begeman2008-07-251-0/+1
* Add convenient helper for checking whether global is weak in linker senseAnton Korobeynikov2008-07-051-0/+9
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-0/+4
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-2/+2
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-5/+4
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-4/+5
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+151