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
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