index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Globals.cpp
Age
Commit message (
Expand
)
Author
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-08
LLVMContext-ification.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-08
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-06-20
Revert r73790, and replace it with a significantly less ugly solution. Rathe...
Owen Anderson
2009-06-19
Fix a serious bug that would cause deadlock during abstract type refinement. ...
Owen Anderson
2009-03-09
make GlobalValue::removeDeadConstantUsers() const.
Chris Lattner
2009-01-08
Use mayBeOverridden here, in anticipation of the
Duncan Sands
2008-09-09
Make safer variant of alias resolution routine to be default
Anton Korobeynikov
2008-09-09
Fix typo
Anton Korobeynikov
2008-09-09
Fix incorrect linker behaviour: we shouldn't resolve weak aliases.
Anton Korobeynikov
2008-05-26
eliminate calls to deprecated Use::init() interface
Gabor Greif
2008-05-26
Factor code to copy global value attributes like
Duncan Sands
2008-05-10
merge of use-diet branch to trunk
Gabor Greif
2008-03-22
Slightly increase default set size. It's cheap and won't hurt.
Anton Korobeynikov
2008-03-11
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-11
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-05-05
handle gep aliasee
Chris Lattner
2007-05-03
Unbreak VC++ build.
Jeff Cohen
2007-04-30
Fix typo. Interesting, but old variant worked too :)
Anton Korobeynikov
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-02-26
reapply my previous patch with a bugfix.
Chris Lattner
2007-02-26
revert my previous change, something strange is happening.
Chris Lattner
2007-02-25
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2006-09-30
Add a version of the globalvariable ctor that inserts at a specific location.
Chris Lattner
2006-01-24
Initial checkin of the InlineAsm class
Chris Lattner
2005-10-04
Change the signature of replaceUsesOfWithOnConstant. The bool was always
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-05
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
Remove the 2nd argument to Value::setName
Chris Lattner
2005-01-29
Adjust to changes in User class.
Chris Lattner
2004-10-11
Implement remove/eraseFromParent methods
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-05
Make GlobalVariable constructor assert when an initializer is of
Alkis Evlogimenos
2004-08-04
Add a cast
Chris Lattner
2004-07-19
Method now returns null, dtor is inlined
Chris Lattner
2004-07-18
Fix infinite loop gccld'ing povray
Chris Lattner
2004-07-18
bug 122:
Reid Spencer