aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merging r213913:Bill Wendling1-0/+10
2014-08-04------------------------------------------------------------------------Bill Wendling1-1/+55
2014-07-22-fms-extensions: Implement half of #pragma init_segReid Kleckner1-16/+72
2014-07-21Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison1-132/+0
2014-07-21Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison1-0/+132
2014-07-19CodeGen: Properly null-check typeid expressionsDavid Majnemer1-0/+82
2014-07-18Revert "CodeGen: Properly null-check typeid expressions"David Majnemer1-68/+0
2014-07-18Address Richard's latest feedback.David Majnemer1-3/+13
2014-07-18Address Richard's commentsDavid Majnemer1-0/+4
2014-07-18Address Richard's comments.David Majnemer1-0/+10
2014-07-18CodeGen: Properly null-check typeid expressionsDavid Majnemer1-0/+44
2014-07-18[UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.Alexey Samsonov1-0/+6
2014-07-18Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov1-0/+8
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel42-230/+264
2014-07-18Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison1-98/+0
2014-07-18Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison1-0/+98
2014-07-18Mark the vtable used when defining implicit copy and move ctorsReid Kleckner1-1/+21
2014-07-17Check-labelize ubsan testsAlexey Samsonov1-16/+16
2014-07-17MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg4-14/+36
2014-07-16DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie3-1/+3
2014-07-16Revert "Stuff"David Blaikie1-2/+1
2014-07-16DebugInfo: Ensure the ASTConsumer "HandleTagDeclRequireDefinition" callback p...David Blaikie1-5/+3
2014-07-16StuffDavid Blaikie1-1/+2
2014-07-14AST: Fix __uuidof for template specializationsDavid Majnemer1-0/+37
2014-07-14Fix typosAlp Toker2-2/+2
2014-07-13MS ABI: Stick internal vftables in a comdat if they have RTTI dataDavid Majnemer1-1/+2
2014-07-11CodeGen: Don't emit a thread-wrapper if we can't touch the backing variableDavid Majnemer1-2/+25
2014-07-11clang/test/CodeGenCXX/PR20038.cpp: Appease targeting msvc due to incompatibil...NAKAMURA Takumi1-1/+1
2014-07-10Enable -gcolumn-info by default.Diego Novillo2-6/+6
2014-07-10PR20256: don't accidentally instantiate non-dependent default-initialization asRichard Smith1-0/+53
2014-07-10Fix the dtor location issues in PR20038 harder.David Blaikie1-5/+10
2014-07-10Fix clang tests to be compliant with LLVM IR aliasesDavid Majnemer2-3/+3
2014-07-10MS ABI: Fix __fastcall methods that return structsReid Kleckner1-0/+9
2014-07-08PR20227: materialize a temporary when dynamic_casting a class prvalue to aRichard Smith1-0/+15
2014-07-08MS ABI: "Fix" passing non-POD structs by value to variadic functionsReid Kleckner1-3/+28
2014-07-07CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer4-249/+249
2014-07-03MS ABI: Get linkage of RTTI data correctDavid Majnemer1-0/+13
2014-07-01clang/test/CodeGenCXX/microsoft-no-rtti-data.cpp: Relax an expression for -As...NAKAMURA Takumi1-1/+1
2014-07-01CodeGenCXX: Add tests for RTTI in VFTablesDavid Majnemer1-0/+41
2014-07-01Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer1-0/+21
2014-07-01MS ABI: Reference MSVC RTTI from the VFTableDavid Majnemer1-1/+5
2014-06-30test: move test from CodeGen to SemaSaleem Abdulrasool1-16/+0
2014-06-30Remove some incorrect test suppressionsAlp Toker4-5/+1
2014-06-29Basic: correct the va_list type on Windows on ARMSaleem Abdulrasool1-0/+16
2014-06-29[Mips] Fix MIPS ABI name in the test. The name "64" is accepted by both gccSimon Atanasyan1-1/+1
2014-06-29clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts fo...NAKAMURA Takumi1-0/+1
2014-06-28test: add a test for windows itanium exceptionsSaleem Abdulrasool1-0/+46
2014-06-25Make PR20038.cpp test case portable to non-Itanium ABIsDavid Blaikie1-1/+1
2014-06-25Don't allow dllimport variables in constant initializersHans Wennborg1-0/+8
2014-06-25MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2-0/+197