aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
AgeCommit message (Expand)Author
2014-02-24Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-07-15Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'Eli Bendersky
2013-07-12Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clangEli Bendersky
2013-06-24Switch back to non-ARM ABI for C++ guard variables under PNaClMark Seaborn
2013-06-19Use ARM-style representation for C++ method pointers under PNaClMark Seaborn
2013-05-16Merging r181465:Bill Wendling
2013-05-08Merging r181368:Bill Wendling
2013-05-06DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie
2013-05-03Reapply r180982 with repaired logic and an additional testcase.Adrian Prantl
2013-05-03Revert "Attempt to un-break the gdb buildbot."Adrian Prantl
2013-05-03[ms-cxxabi] Emit non-virtual member function pointersReid Kleckner
2013-05-03Attempt to un-break the gdb buildbot.Adrian Prantl
2013-05-02Use the Itanium ABI for thread_local on Darwin.Bill Wendling
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith
2013-04-30[ms-cxxabi] Implement member pointer comparisonsReid Kleckner
2013-04-29Modify triple to try to make it pass on ARM.Bill Wendling
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling
2013-04-26Support debug info for using directives at global/namespace scope.David Blaikie
2013-04-25[ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne
2013-04-22Move debug info tests for scoped enums into a separate file.Adrian Prantl
2013-04-22Cleanup: test source file does not need to be executableArnaud A. de Grandmaison
2013-04-22Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-19cleanup and relax test casesAdrian Prantl
2013-04-19Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith
2013-04-19Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher
2013-04-19PR14606: Debug info for using directives/DW_TAG_imported_moduleDavid Blaikie
2013-04-17Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov
2013-04-16Use -emit-llvm for the following tests to stop them from failing for Hexagon:Jyotsna Verma
2013-04-16Correctly propagate the storage class to function template instantiations.Rafael Espindola
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith
2013-04-11Widen the checks in the ms abi memptr test to work under NDEBUGReid Kleckner
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-04-10C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith
2013-04-09[ms-cxxabi] Add "$$C" when mangling template arg QualTypesReid Kleckner
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith
2013-04-06<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor
2013-04-02Revert "Revert r178079, it caused PR15637."Eric Christopher
2013-04-01Revert r178079, it caused PR15637.Nico Weber
2013-04-01* Attempt to un-break gdb buildbot by emitting a lexical block end onlyAdrian Prantl
2013-04-01Modifed debug-info-byval.cpp test to grep for .string or .asciz.Jyotsna Verma
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2013-03-28Revert "Update debug info test for schema change made to LLVM."David Blaikie
2013-03-27Update debug info test for schema change made to LLVM.David Blaikie
2013-03-26clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...NAKAMURA Takumi
2013-03-26[ms-cxxabi] Mangle vector typesReid Kleckner
2013-03-22[ms-cxxabi] Implement member data pointers for non-dynamic classesReid Kleckner
2013-03-22Fix a crash-on-valid where a block capture copy expression wasJohn McCall