Age | Commit message (Expand) | Author |
---|---|---|
2010-02-07 | Use the right linkage for static variables inside C++ inline functions. | Anders Carlsson |
2010-01-26 | Make sure to always mark a global variable as not being constant if it has a ... | Anders Carlsson |
2009-12-16 | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-10 | Handle emitting static variables that have reference type. | Anders Carlsson |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-08-12 | Use the inbounds variant of getelementptr for common pointer arithmetic. | Dan Gohman |
2009-08-08 | Refactor some code and implement support for global destructors for static va... | Anders Carlsson |