summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalValue.h
Commit message (Expand)AuthorAge
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* add missing predicate.Chris Lattner2009-07-09
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-20
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-19
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-09
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Add the private linkage.Rafael Espindola2009-01-15
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-29
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29
* Add predicate for GhostLinkage, used by the JITNate Begeman2008-07-25
* Add convenient helper for checking whether global is weak in linker senseAnton Korobeynikov2008-07-05
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-12
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix commentAnton Korobeynikov2007-04-30
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Implement review feedback.Jeff Cohen2007-04-22
* Fix breakage of bytecode reader when built with VC++.Jeff Cohen2007-04-21
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-17
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Rework GlobalValue::removeDeadConstantUsers to always remove dead constantChris Lattner2007-02-25
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Add some comments, fix an 80 cols violation.Reid Spencer2007-01-27
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Fix some 80 col violations.Reid Spencer2006-12-06
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Add support for putting globals in a particular sectionChris Lattner2005-11-12
* Make sure to initialize the alignment fieldChris Lattner2005-11-06
* allow functions and modules to have an explicit alignmentChris Lattner2005-11-06
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add doxygen comments, patch contributed by Evan Jones.Chris Lattner2005-04-21
* Adjust to changes in the User class.Chris Lattner2005-01-29
* Add an accessorChris Lattner2004-11-15
* Add GhostLinkage for marking functions before they're fully materializedMisha Brukman2004-11-14
* Change method to return void. Inline dtorChris Lattner2004-07-19