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
/
include
/
llvm
/
GlobalVariable.h
Age
Commit message (
Expand
)
Author
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-17
make getnext/getprev accessors private.
Chris Lattner
2007-04-17
bool on darwin/ppc is 4 bytes.
Chris Lattner
2007-04-17
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-13
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-09-30
Add a version of the globalvariable ctor that inserts at a specific location.
Chris Lattner
2005-12-17
Fix VC++ level 4 warnings. Because a base class has declared these private, ...
Jeff Cohen
2005-10-04
Change the signature of replaceUsesOfWithOnConstant to take a Use* and not
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
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 second argument to Value::setName, it is never needed.
Chris Lattner
2005-01-29
Adjust to changes in the User class.
Chris Lattner
2004-10-11
Add long overdue methods
Chris Lattner
2004-07-17
bug 122:
Reid Spencer
2004-07-02
Since we are in the department of redundancy department, at least be correct
Chris Lattner
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-02-02
Allow modifying a global variables constness property
Chris Lattner
2002-10-09
Make isExtern() be a virtual function inherited from GlobalValue
Chris Lattner
2002-10-06
- Add new isExternal() method to GlobalVariable to mirror Function.
Chris Lattner
2002-09-06
* Clean up some comments
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-08
* Add virtual print methods
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Implement "internal vs external linkage" which corresponds to the C notion of...
Chris Lattner
2001-10-14
Initializers are not const even if the GV is.
Chris Lattner
2001-10-13
Add assertions
Chris Lattner
2001-10-03
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
Share ConstPoolPointer elements correctly
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-18
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner