index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-0
/
+4
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-2
/
+2
*
merge of use-diet branch to trunk
Gabor Greif
2008-05-10
1
-11
/
+24
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-0
/
+5
*
Don't attribute in file headers anymore. See llvmdev for the
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
-2
/
+4
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-5
/
+0
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-0
/
+5
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-2
/
+2
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-2
/
+2
*
make getnext/getprev accessors private.
Chris Lattner
2007-04-17
1
-6
/
+6
*
bool on darwin/ppc is 4 bytes.
Chris Lattner
2007-04-17
1
-2
/
+2
*
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-17
1
-5
/
+3
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
1
-1
/
+1
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
1
-2
/
+7
*
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
[next]