aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Merging r203007:Tom Stellard1-2/+18
2013-12-11Merging r196995:Bill Wendling1-0/+106
2013-12-10Merging r196771:Bill Wendling1-0/+38
2013-12-09Merging r196712:Bill Wendling1-0/+14
2013-12-07Merging r196488:Bill Wendling1-8/+28
2013-12-07Merging r196658:Bill Wendling1-0/+22
2013-11-26Merging r195669:Bill Wendling1-2/+10
2013-11-25Merging r195501:Bill Wendling1-0/+32
2013-11-21Merging r195283:Bill Wendling1-0/+35
2013-11-18Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu1-0/+13
2013-11-15[-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg1-0/+108
2013-11-14Makes A Microsoft Layout CodeGen Test ExplicitWarren Hunt1-0/+10
2013-11-13Don't use alias from derived dtor to base dtor at -O0.Rafael Espindola3-3/+9
2013-11-12Avoid producing mismatched comdats.Rafael Espindola1-3/+7
2013-11-12Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola1-8/+8
2013-11-11Add a testcase where we replace a destructor with an alias.Rafael Espindola1-0/+16
2013-11-11Fix pr17875.Rafael Espindola1-0/+15
2013-11-11Revert "Keep the old function order in CodeGenModule::applyReplacements."Rafael Espindola1-8/+8
2013-11-10Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola1-8/+8
2013-11-09Add -mconstructor aliases to some tests.Rafael Espindola5-7/+7
2013-11-09Don't emit an internal destructor that is identical to an external one.Rafael Espindola1-0/+15
2013-11-08Use rauw for all discardable aliases, not just linkonce_odr.Rafael Espindola2-22/+23
2013-11-08Remove an incorrect optimization inside Clang's IRGen. Its check to determineNick Lewycky1-0/+9
2013-11-08If a linkonce_odr dtor/ctor is identical to another one, just rauw.Rafael Espindola2-3/+4
2013-11-08Make -fdump-vtable-layouts print to stdout, not stderrReid Kleckner5-11/+11
2013-11-08Fix tests effected by r194221David Majnemer2-2/+2
2013-11-06Fix the -cxx-abi microsoft -mconstructor-aliases combination.Rafael Espindola1-0/+9
2013-11-06Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov3-2/+407
2013-11-05Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2-10/+9
2013-11-05Fix vbtable indices when a class shares the vbptr with a non-virtual baseTimur Iskhodzhanov1-0/+67
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith1-2/+9
2013-11-05Expand the test a bit.Rafael Espindola1-1/+4
2013-11-05Add a testcase from the recent bootstrap failure.Rafael Espindola1-0/+13
2013-11-05Revert "Produce direct calls instead of alias to linkonce_odr functions."Rafael Espindola2-6/+7
2013-11-05Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2-7/+6
2013-11-04Use aliases for more constructors and destructors.Rafael Espindola2-8/+68
2013-11-03Sema: Do not allow overloading between methods based on restrictDavid Majnemer1-0/+9
2013-11-02clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts.NAKAMURA Takumi1-4/+3
2013-11-02Adding triple to lit test fixed in r193901Warren Hunt1-4/+4
2013-11-02Fixes lit test that doesn't fail on windowsWarren Hunt1-3/+3
2013-11-01Wraps lazily generated builtins in an extern "C" contextWarren Hunt1-0/+12
2013-10-30Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov3-25/+67
2013-10-29Fix an assertion when handling a custom case of virtual inheritance; also red...Timur Iskhodzhanov1-9/+25
2013-10-29Add a missing lit-test expectation (forgotten to write initially?)Timur Iskhodzhanov1-0/+1
2013-10-26Check IR and don't use temporary files.Rafael Espindola1-11/+5
2013-10-26clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, f...NAKAMURA Takumi1-0/+1
2013-10-23AST: Mangle fields in anonymous structs/unionsDavid Majnemer1-0/+9
2013-10-22Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith1-1/+1
2013-10-22Use GEPs correctly when adjusting this in MicrosoftCXXABITimur Iskhodzhanov3-12/+12
2013-10-22Sema: Do not allow template declarations inside local classesDavid Majnemer1-10/+0