index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
GlobalValue.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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,
Edwin Török
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+151