| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ARM static local initialization guards, which are more compact than | John McCall | 2010-09-08 | 3 | -3/+78 |
* | 'const std::type_info*' instead of 'std::type_info const*' | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | Clean up some whitespace and comments from this test that were remnants of | Chandler Carruth | 2010-09-03 | 1 | -3/+0 |
* | Allow anonymous and local types. The support was already in place for these, | Chandler Carruth | 2010-09-03 | 1 | -0/+40 |
* | Re-commit r112916 with an additional fix for the self-host failures. | John McCall | 2010-09-03 | 1 | -0/+40 |
* | Revert r112916, it's breaking selfhost pretty badly. | John McCall | 2010-09-03 | 1 | -17/+0 |
* | Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some pro... | Daniel Dunbar | 2010-09-03 | 1 | -10/+0 |
* | It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfo | John McCall | 2010-09-03 | 1 | -0/+17 |
* | Fix a few more ConvertTypes that should be ConvertTypeForMems, fixing | Douglas Gregor | 2010-09-02 | 1 | -0/+4 |
* | stop looking for #uses comments. | Chris Lattner | 2010-09-02 | 2 | -53/+29 |
* | Another i1 vs. i8 type mismatch issue. This time | Fariborz Jahanian | 2010-09-02 | 1 | -0/+10 |
* | Fix more i1/i8 pointer madness. Here, an overactive assertion | Douglas Gregor | 2010-09-02 | 1 | -0/+10 |
* | Fix a crash involving pointer-to-data-members of boolean type. We were | Douglas Gregor | 2010-09-02 | 1 | -0/+14 |
* | Stupid emacs keystroke. | John McCall | 2010-09-02 | 1 | -1/+1 |
* | Abstract IR generation of array cookies into the C++ ABI class and | John McCall | 2010-09-02 | 4 | -8/+195 |
* | fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive | Chris Lattner | 2010-09-01 | 1 | -0/+15 |
* | Some support for unicode string constants | Fariborz Jahanian | 2010-08-31 | 1 | -0/+6 |
* | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -2/+84 |
* | Debug info for friends! | Devang Patel | 2010-08-27 | 1 | -0/+11 |
* | test case for r112238. | Devang Patel | 2010-08-26 | 1 | -0/+31 |
* | Fix miscompilation. The cookie was not used when new'ing arrays with multiple... | Argyrios Kyrtzidis | 2010-08-26 | 1 | -1/+4 |
* | Fix miscompilation. The custom new[]/delete[] methods were not getting called... | Argyrios Kyrtzidis | 2010-08-25 | 1 | -0/+11 |
* | Support explicit instantiation of function templates and members of class | Chandler Carruth | 2010-08-25 | 1 | -0/+31 |
* | Expression statements undergo lvalue-to-rvalue conversion in C, | John McCall | 2010-08-25 | 1 | -0/+35 |
* | test case for PR7920. | Devang Patel | 2010-08-23 | 1 | -0/+5 |
* | fix rdar://8340348, a miscompile of boost that was exposed by r109848. | Chris Lattner | 2010-08-23 | 1 | -0/+24 |
* | Abstract out everything having to do with member pointers into the ABI | John McCall | 2010-08-23 | 2 | -7/+13 |
* | Do not elide copy construction when we're performing base-class initialization | Douglas Gregor | 2010-08-22 | 1 | -0/+26 |
* | Eliminate a stale assertion. Fixes Clang self-host. | Douglas Gregor | 2010-08-22 | 1 | -0/+11 |
* | Preserve the zero-initialization and construction-kind settings when | Douglas Gregor | 2010-08-22 | 1 | -0/+26 |
* | When performing value-initialization for a class with a non-trivial, | Douglas Gregor | 2010-08-22 | 1 | -0/+18 |
* | Clean up a very silly use of first-class aggregates. | John McCall | 2010-08-22 | 1 | -8/+4 |
* | Experiment with using first-class aggregates to represent member function | John McCall | 2010-08-22 | 2 | -31/+23 |
* | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall | 2010-08-22 | 1 | -0/+20 |
* | Improve test coverage. | Daniel Dunbar | 2010-08-21 | 1 | -0/+7 |
* | Fix a major regression with value-initialization of class types with | Douglas Gregor | 2010-08-20 | 1 | -0/+27 |
* | Mangle explicit template arguments in dependent or overloaded names. | John McCall | 2010-08-20 | 1 | -3/+42 |
* | Contextual arity is a feature of mangling expressions; kill off | John McCall | 2010-08-18 | 1 | -0/+28 |
* | Make sure to add MallocAttr to explicitly-declared operator new/new[] | Douglas Gregor | 2010-08-18 | 1 | -0/+4 |
* | Fix PR7889 by generalizing some over specialized code. There is no | Chris Lattner | 2010-08-18 | 1 | -0/+10 |
* | fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ | Chris Lattner | 2010-08-17 | 1 | -0/+4 |
* | Whoops. Don't fall through into the overload case when mangling a | John McCall | 2010-08-17 | 1 | -0/+17 |
* | Fix initialization for members of anonymous struct in a union. | Argyrios Kyrtzidis | 2010-08-16 | 1 | -0/+12 |
* | Properly give unique-external linkage to members of member templates | John McCall | 2010-08-13 | 1 | -8/+30 |
* | Just disable the hidden-visibility optimization for now by hiding it behind | John McCall | 2010-08-12 | 7 | -15/+29 |
* | Revert r110936; this fails on clang-i686-darwin10 too. | Dan Gohman | 2010-08-12 | 1 | -2/+3 |
* | Make this test darwin only. | Devang Patel | 2010-08-12 | 1 | -3/+2 |
* | Temporarily disable this failing test, until it can be properly | Dan Gohman | 2010-08-12 | 1 | -1/+2 |
* | Test for rdar://problem/8073696. | John McCall | 2010-08-12 | 1 | -0/+11 |
* | Emit debug info for static const class member. | Devang Patel | 2010-08-12 | 1 | -0/+12 |