index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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