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
/
lib
/
VMCore
/
Globals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-0
/
+13
*
In GlobalVariable::setInitializer, assert that the initializer has the
Jeffrey Yasskin
2009-11-17
1
-0
/
+15
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
1
-3
/
+1
*
the verifier shouldn't modify the IR.
Chris Lattner
2009-11-01
1
-7
/
+0
*
fix an issue where the verifier would reject a function whose entry
Chris Lattner
2009-11-01
1
-0
/
+8
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
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
*
Convert a few more things to use raw_ostream.
Dan Gohman
2009-07-25
1
-1
/
+0
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-2
/
+2
*
LLVMContext-ification.
Owen Anderson
2009-07-08
1
-1
/
+2
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-0
/
+1
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-10
/
+7
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-3
/
+3
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-4
/
+9
*
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
*
make GlobalValue::removeDeadConstantUsers() const.
Chris Lattner
2009-03-09
1
-7
/
+7
*
Use mayBeOverridden here, in anticipation of the
Duncan Sands
2009-01-08
1
-2
/
+2
*
Make safer variant of alias resolution routine to be default
Anton Korobeynikov
2008-09-09
1
-3
/
+3
*
Fix typo
Anton Korobeynikov
2008-09-09
1
-1
/
+1
*
Fix incorrect linker behaviour: we shouldn't resolve weak aliases.
Anton Korobeynikov
2008-09-09
1
-1
/
+9
*
eliminate calls to deprecated Use::init() interface
Gabor Greif
2008-05-26
1
-3
/
+3
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-1
/
+20
*
merge of use-diet branch to trunk
Gabor Greif
2008-05-10
1
-10
/
+8
*
Slightly increase default set size. It's cheap and won't hurt.
Anton Korobeynikov
2008-03-22
1
-1
/
+1
*
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2008-03-11
1
-0
/
+16
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-4
/
+6
*
handle gep aliasee
Chris Lattner
2007-05-05
1
-3
/
+4
*
Unbreak VC++ build.
Jeff Cohen
2007-05-03
1
-2
/
+2
*
Fix typo. Interesting, but old variant worked too :)
Anton Korobeynikov
2007-04-30
1
-1
/
+1
*
Implement review feedback
Anton Korobeynikov
2007-04-29
1
-6
/
+27
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-7
/
+14
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-1
/
+44
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
1
-6
/
+6
*
reapply my previous patch with a bugfix.
Chris Lattner
2007-02-26
1
-21
/
+31
*
revert my previous change, something strange is happening.
Chris Lattner
2007-02-26
1
-29
/
+21
*
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-25
1
-21
/
+29
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+0
*
Add a version of the globalvariable ctor that inserts at a specific location.
Chris Lattner
2006-09-30
1
-0
/
+21
*
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
1
-2
/
+2
*
Change the signature of replaceUsesOfWithOnConstant. The bool was always
Chris Lattner
2005-10-04
1
-4
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
1
-8
/
+0
*
Remove the 2nd argument to Value::setName
Chris Lattner
2005-03-05
1
-3
/
+1
*
Adjust to changes in User class.
Chris Lattner
2005-01-29
1
-5
/
+8
*
Implement remove/eraseFromParent methods
Chris Lattner
2004-10-11
1
-2
/
+9
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Make GlobalVariable constructor assert when an initializer is of
Alkis Evlogimenos
2004-08-05
1
-1
/
+5
[next]