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