| Commit message (Expand) | Author | Age | Files | Lines |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -14/+25 |
* | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman | 2010-07-28 | 1 | -4/+3 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -4/+13 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -7/+2 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -2/+7 |
* | Add static methods to handle Linkage Types. | Rafael Espindola | 2010-03-06 | 1 | -20/+62 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -8/+27 |
* | sink twine.h down out of Value.h. It is annoying that you need | Chris Lattner | 2009-12-29 | 1 | -1/+1 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -7/+10 |
* | add missing predicate. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson | 2009-06-20 | 1 | -1/+1 |
* | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson | 2009-06-19 | 1 | -1/+1 |
* | available_externall linkage is not local, this was confusing the codegenerator, | Torok Edwin | 2009-05-23 | 1 | -2/+1 |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 1 | -3/+9 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -11/+4 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 1 | -12/+4 |
* | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner | 2009-03-09 | 1 | -1/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -22/+62 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+5 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -3/+4 |
* | Add GlobalValue::{removeFromParent,eraseFromParent} | Daniel Dunbar | 2008-08-29 | 1 | -0/+8 |
* | Add predicate for GhostLinkage, used by the JIT | Nate Begeman | 2008-07-25 | 1 | -0/+1 |
* | Add convenient helper for checking whether global is weak in linker sense | Anton Korobeynikov | 2008-07-05 | 1 | -0/+9 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 1 | -0/+4 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -2/+2 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+3 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -5/+4 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -4/+5 |
* | Change casts from old style to new style. This helps document the details | Reid Spencer | 2007-08-12 | 1 | -1/+1 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
* | Fix comment | Anton Korobeynikov | 2007-04-30 | 1 | -3/+4 |
* | Implement protected visibility. This partly implements PR1363. Linker | Anton Korobeynikov | 2007-04-29 | 1 | -2/+6 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -10/+0 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+12 |
* | Implement review feedback. | Jeff Cohen | 2007-04-22 | 1 | -2/+2 |
* | Fix breakage of bytecode reader when built with VC++. | Jeff Cohen | 2007-04-21 | 1 | -2/+4 |
* | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner | 2007-04-17 | 1 | -7/+7 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -2/+2 |
* | Rework GlobalValue::removeDeadConstantUsers to always remove dead constant | Chris Lattner | 2007-02-25 | 1 | -4/+0 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -2/+4 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -3/+3 |
* | Add some comments, fix an 80 cols violation. | Reid Spencer | 2007-01-27 | 1 | -12/+16 |
* | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov | 2007-01-12 | 1 | -2/+11 |
* | Fix some 80 col violations. | Reid Spencer | 2006-12-06 | 1 | -2/+2 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -11/+17 |