aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
AgeCommit message (Expand)Author
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-17Remove block names from test case to unbreak release builds.Lang Hames
2013-02-17Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames
2013-02-16Emit vtables for an extern template class as available_externally, not asRichard Smith
2013-02-16Rework the visibility computation algorithm in preparationJohn McCall
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2013-02-15Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-02-14Mangle extern "C" functions whose names are not simple identifiers.Rafael Espindola
2013-02-14Partially revert r175117 so that we don't break assumptions about howRafael Espindola
2013-02-14Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola
2013-02-13ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith
2013-02-13... and now fix the +Asserts buildTimur Iskhodzhanov
2013-02-13Fix the microsoft-abi-structors test expectations to match both Release and R...Timur Iskhodzhanov
2013-02-13Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov
2013-02-12Rename -constructors test to just -structors as in fact it tests dtors too. A...Timur Iskhodzhanov
2013-02-12Call __cxa_begin_catch with the current exception beforeJohn McCall
2013-02-12Backing out r174919 while I investigate a self-host bug on Takumi's builder.Lang Hames
2013-02-11When generating IR for default copy-constructors, copy-assignment operators,Lang Hames
2013-02-08Use the target address space value when mangling names.Tanya Lattner
2013-02-07Permit ABIs where the caller extends the result (test change).Tim Northover
2013-02-03Drop value names from test to get -Asserts builds back to green.Benjamin Kramer
2013-02-03CodeGen: Implement hint values for dynamic_cast as described in the Itanium C...Benjamin Kramer
2013-02-03CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.Benjamin Kramer
2013-02-03clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few t...NAKAMURA Takumi
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2013-02-02Don't forget to run destructors when we create an array temporary of class type.Richard Smith
2013-02-02Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie
2013-02-01clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.NAKAMURA Takumi
2013-02-01Fix exception handling line table problems introduced by r173593David Blaikie
2013-02-01Destroy arrays and ARC fields when throwing out of ctors.John McCall
2013-01-31Update the tests.Bill Wendling
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-31When we're emitting a constructor or destructor call from a delegatingDouglas Gregor
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2013-01-28FileCheck'ize testsDmitri Gribenko
2013-01-26Specify non-GNU-ARM triples for key-function test.Tim Northover
2013-01-26Fix up the test.Fariborz Jahanian
2013-01-25patch for PR9027 and // rdar://11861085Fariborz Jahanian
2013-01-25ARM says that the array cookie should always be eight bytes.John McCall
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall
2013-01-25clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc t...NAKAMURA Takumi
2013-01-21First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov
2013-01-21PR14472: Preserve qualifiers while unwrapping types for debug infoDavid Blaikie
2013-01-20The last of PR14471: Debug info support for inline in-class initializer for f...David Blaikie
2013-01-19Emit the function type of member function pointer types the same as member fu...David Blaikie
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-16Add testcase missed yesterday. Patch from Paul Robinson.Eric Christopher
2013-01-16Collect both normal and static data members of a class in sourceEric Christopher
2013-01-12Disable caching of visibility.Rafael Espindola