summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-083-3/+78
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* Clean up some whitespace and comments from this test that were remnants ofChandler Carruth2010-09-031-3/+0
* Allow anonymous and local types. The support was already in place for these,Chandler Carruth2010-09-031-0/+40
* Re-commit r112916 with an additional fix for the self-host failures.John McCall2010-09-031-0/+40
* Revert r112916, it's breaking selfhost pretty badly.John McCall2010-09-031-17/+0
* Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some pro...Daniel Dunbar2010-09-031-10/+0
* It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfoJohn McCall2010-09-031-0/+17
* Fix a few more ConvertTypes that should be ConvertTypeForMems, fixingDouglas Gregor2010-09-021-0/+4
* stop looking for #uses comments.Chris Lattner2010-09-022-53/+29
* Another i1 vs. i8 type mismatch issue. This timeFariborz Jahanian2010-09-021-0/+10
* Fix more i1/i8 pointer madness. Here, an overactive assertionDouglas Gregor2010-09-021-0/+10
* Fix a crash involving pointer-to-data-members of boolean type. We wereDouglas Gregor2010-09-021-0/+14
* Stupid emacs keystroke.John McCall2010-09-021-1/+1
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-024-8/+195
* fix rdar://8360877 a really nasty miscompilation in Boost.XpressiveChris Lattner2010-09-011-0/+15
* Some support for unicode string constantsFariborz Jahanian2010-08-311-0/+6
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-2/+84
* Debug info for friends!Devang Patel2010-08-271-0/+11
* test case for r112238.Devang Patel2010-08-261-0/+31
* Fix miscompilation. The cookie was not used when new'ing arrays with multiple...Argyrios Kyrtzidis2010-08-261-1/+4
* Fix miscompilation. The custom new[]/delete[] methods were not getting called...Argyrios Kyrtzidis2010-08-251-0/+11
* Support explicit instantiation of function templates and members of classChandler Carruth2010-08-251-0/+31
* Expression statements undergo lvalue-to-rvalue conversion in C,John McCall2010-08-251-0/+35
* test case for PR7920.Devang Patel2010-08-231-0/+5
* fix rdar://8340348, a miscompile of boost that was exposed by r109848.Chris Lattner2010-08-231-0/+24
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-232-7/+13
* Do not elide copy construction when we're performing base-class initializationDouglas Gregor2010-08-221-0/+26
* Eliminate a stale assertion. Fixes Clang self-host.Douglas Gregor2010-08-221-0/+11
* Preserve the zero-initialization and construction-kind settings whenDouglas Gregor2010-08-221-0/+26
* When performing value-initialization for a class with a non-trivial,Douglas Gregor2010-08-221-0/+18
* Clean up a very silly use of first-class aggregates.John McCall2010-08-221-8/+4
* Experiment with using first-class aggregates to represent member functionJohn McCall2010-08-222-31/+23
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-0/+20
* Improve test coverage.Daniel Dunbar2010-08-211-0/+7
* Fix a major regression with value-initialization of class types withDouglas Gregor2010-08-201-0/+27
* Mangle explicit template arguments in dependent or overloaded names.John McCall2010-08-201-3/+42
* Contextual arity is a feature of mangling expressions; kill offJohn McCall2010-08-181-0/+28
* Make sure to add MallocAttr to explicitly-declared operator new/new[]Douglas Gregor2010-08-181-0/+4
* Fix PR7889 by generalizing some over specialized code. There is noChris Lattner2010-08-181-0/+10
* fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__Chris Lattner2010-08-171-0/+4
* Whoops. Don't fall through into the overload case when mangling aJohn McCall2010-08-171-0/+17
* Fix initialization for members of anonymous struct in a union.Argyrios Kyrtzidis2010-08-161-0/+12
* Properly give unique-external linkage to members of member templatesJohn McCall2010-08-131-8/+30
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-127-15/+29
* Revert r110936; this fails on clang-i686-darwin10 too.Dan Gohman2010-08-121-2/+3
* Make this test darwin only.Devang Patel2010-08-121-3/+2
* Temporarily disable this failing test, until it can be properlyDan Gohman2010-08-121-1/+2
* Test for rdar://problem/8073696.John McCall2010-08-121-0/+11
* Emit debug info for static const class member.Devang Patel2010-08-121-0/+12
OpenPOWER on IntegriCloud