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
/
GlobalValue.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-25
1
-4
/
+0
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-2
/
+4
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-3
/
+3
*
Add some comments, fix an 80 cols violation.
Reid Spencer
2007-01-27
1
-12
/
+16
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-2
/
+11
*
Fix some 80 col violations.
Reid Spencer
2006-12-06
1
-2
/
+2
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-11
/
+17
*
Add support for putting globals in a particular section
Chris Lattner
2005-11-12
1
-4
/
+9
*
Make sure to initialize the alignment field
Chris Lattner
2005-11-06
1
-1
/
+2
*
allow functions and modules to have an explicit alignment
Chris Lattner
2005-11-06
1
-0
/
+7
*
Remove some dead argument names which irritates GCC at certain warning levels.
Chris Lattner
2005-10-25
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Add doxygen comments, patch contributed by Evan Jones.
Chris Lattner
2005-04-21
1
-6
/
+6
*
Adjust to changes in the User class.
Chris Lattner
2005-01-29
1
-3
/
+3
*
Add an accessor
Chris Lattner
2004-11-15
1
-2
/
+9
*
Add GhostLinkage for marking functions before they're fully materialized
Misha Brukman
2004-11-14
1
-1
/
+2
*
Change method to return void. Inline dtor
Chris Lattner
2004-07-19
1
-5
/
+7
*
Fix typeos in comments.
Reid Spencer
2004-07-18
1
-2
/
+2
*
bug 122:
Reid Spencer
2004-07-17
1
-4
/
+18
*
Implement a new method useful for things like the inliner
Chris Lattner
2004-07-12
1
-0
/
+10
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Add weak linking type
Chris Lattner
2003-10-16
1
-0
/
+2
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-7
/
+16
*
Make isExtern() be a virtual function inherited from GlobalValue
Chris Lattner
2002-10-09
1
-3
/
+8
*
* Clean up some comments
Chris Lattner
2002-09-06
1
-1
/
+1
*
Add a forward defn for Module since it's no longer in Value.h
Chris Lattner
2002-04-28
1
-0
/
+1
*
Transform uses of Method into uses of Function.
Chris Lattner
2002-03-26
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-1
/
+1
*
Implement "internal vs external linkage" which corresponds to the C notion of...
Chris Lattner
2001-11-26
1
-2
/
+9
*
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
1
-2
/
+9
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-0
/
+36