Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a code gen. bug involving compiling global references. | Fariborz Jahanian | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | (fixes radar 7574896). llvm-svn: 94434 | |||||
* | Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring | Eli Friedman | 2010-01-08 | 1 | -6/+30 | |
| | | | | | | | run-time initialization, and emit run-time initializers aggresively to avoid ordering issues with deferred globals. llvm-svn: 92976 | |||||
* | Actually store the pointer into the global variable, spotted by Eli. | Anders Carlsson | 2009-12-10 | 1 | -2/+5 | |
| | | | | llvm-svn: 91036 | |||||
* | Handle emitting static variables that have reference type. | Anders Carlsson | 2009-12-10 | 1 | -1/+4 | |
| | | | | llvm-svn: 91027 | |||||
* | Separate generating code for static variables and global variables. | Anders Carlsson | 2009-12-10 | 1 | -33/+59 | |
| | | | | llvm-svn: 91026 | |||||
* | Move more decl related functions to CGDeclCXX.cpp | Anders Carlsson | 2009-12-10 | 1 | -0/+117 | |
| | | | | llvm-svn: 91012 | |||||
* | Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. | Anders Carlsson | 2009-12-10 | 1 | -0/+62 | |
llvm-svn: 91006 |