index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When initializing thread-safe statics, put the call to
Douglas Gregor
2010-05-16
1
-8
/
+64
*
Revert r103880 (thread-safe static initialization w/ exceptions),
Douglas Gregor
2010-05-16
1
-26
/
+8
*
When initializing thread-safe statics, put the call to
Douglas Gregor
2010-05-15
1
-8
/
+26
*
For thread-safe static initialization of local statics with
Douglas Gregor
2010-05-05
1
-33
/
+48
*
Emit the globals, metadata, etc. associated with static variables even when
John McCall
2010-05-04
1
-0
/
+3
*
emit dtors with the right calling convention in -fno-use-cxa-atexit
Chris Lattner
2010-04-26
1
-3
/
+8
*
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-03-20
1
-16
/
+73
*
IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller.
Daniel Dunbar
2010-03-20
1
-30
/
+15
*
Add support for threadsafe statics, and make them the default (matching gcc).
Anders Carlsson
2010-02-06
1
-22
/
+85
*
Revert the new reference binding code; I came up with a way simpler solution ...
Anders Carlsson
2010-02-03
1
-2
/
+2
*
global variable that binds reference to a non-lvalue reproted
Fariborz Jahanian
2010-01-25
1
-2
/
+7
*
Fix a code gen. bug involving compiling global references.
Fariborz Jahanian
2010-01-25
1
-2
/
+2
*
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
2010-01-08
1
-6
/
+30
*
Actually store the pointer into the global variable, spotted by Eli.
Anders Carlsson
2009-12-10
1
-2
/
+5
*
Handle emitting static variables that have reference type.
Anders Carlsson
2009-12-10
1
-1
/
+4
*
Separate generating code for static variables and global variables.
Anders Carlsson
2009-12-10
1
-33
/
+59
*
Move more decl related functions to CGDeclCXX.cpp
Anders Carlsson
2009-12-10
1
-0
/
+117
*
Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.
Anders Carlsson
2009-12-10
1
-0
/
+62