summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-1818-90/+90
* [CGDebugInfo] Set the size and align for reference typesKeno Fischer2015-11-161-1/+1
* Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie2015-11-143-111/+0
* Slacken the norecurse test slightlyJames Molloy2015-11-131-1/+1
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-131-0/+35
* [C++] Add the "norecurse" attribute to main() if in C++ modeJames Molloy2015-11-121-0/+8
* Update clang regression tests for 'norecurse'James Molloy2015-11-123-3/+3
* [TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren2015-11-113-26/+44
* [TLS] move setting tls_guard in tls_init.Manman Ren2015-11-111-1/+1
* [COFF] Don't try to emit weak aliases on COFFReid Kleckner2015-11-101-0/+16
* Implement __attribute__((internal_linkage)).Evgeniy Stepanov2015-11-101-0/+79
* Add support for function attribute 'not_tail_called'.Akira Hatanaka2015-11-061-0/+17
* CodeGen: Update for debug info API change.Peter Collingbourne2015-11-054-9/+9
* [MS ABI] Don't zero-initialize vbptrs in basesDavid Majnemer2015-11-021-0/+26
* [CodeGen] Call SetInternalFunctionAttributes to attach functionAkira Hatanaka2015-10-311-0/+12
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-0/+68
* [WinEH] Mark calls inside cleanups as noinlineReid Kleckner2015-10-281-10/+14
* [MS ABI] Mangle static anonymous unionsDavid Majnemer2015-10-221-0/+9
* [Driver] Alias -fvisibility=internal to -fvisibility=hiddenReid Kleckner2015-10-211-0/+3
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-0/+46
* [MS ABI] Give linkonce_odr, instead of external_linkage, to certain kinds of ...David Majnemer2015-10-192-8/+8
* [Sema] Fix address-of + enable_if overloading logicGeorge Burgess IV2015-10-161-0/+9
* [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati...Alexey Bataev2015-10-141-0/+19
* [WinEH] Push cleanupendpad scopes around exceptional cleanupsReid Kleckner2015-10-081-6/+24
* Update tests touched by r249656David Majnemer2015-10-081-3/+3
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-081-19/+31
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-0878-92/+91
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-085-39/+28
* Don't emit exceptional stackrestore cleanups around inalloca functionsReid Kleckner2015-10-082-16/+14
* [WinEH] Don't use lifetime markers for MS catch parametersReid Kleckner2015-10-071-1/+11
* Fix crash in codegen on casting to `bool &`.Alexey Bataev2015-10-071-0/+9
* Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed ...NAKAMURA Takumi2015-10-031-1/+1
* Emiting invariant.group.barrier for ctors bugfixPiotr Padlewski2015-10-022-16/+32
* Revert "Decorating virtual functions load with invariant.load" and fixRenato Golin2015-10-011-6/+1
* Test fixPiotr Padlewski2015-10-011-1/+1
* Decorating virtual functions load with invariant.loadPiotr Padlewski2015-10-011-1/+6
* Don't crash when a reserved global placement operator new is pairedJohn McCall2015-09-291-0/+20
* Generate assume loads only with -fstrict-vtable-pointersPiotr Padlewski2015-09-281-2/+3
* Remove warning on over-wide bit-field of boolean type; there's no risk thatRichard Smith2015-09-231-1/+1
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-1/+11
* [WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner2015-09-163-47/+51
* Implementation and testing for poisoning vtableNaomi Musgrave2015-09-162-3/+56
* clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".NAKAMURA Takumi2015-09-161-1/+0
* Try to appease the build botsDavid Majnemer2015-09-151-15/+15
* [MS ABI] Add a C++ test for -fnew-ms-ehDavid Majnemer2015-09-151-0/+89
* invariant.group-for-vptrs test fixPiotr Padlewski2015-09-151-1/+1
* Decorating vptr load & stores with !invariant.groupPiotr Padlewski2015-09-151-0/+75
* Added llvm.module flag for strict vtable pointersPiotr Padlewski2015-09-151-0/+9
* Emiting llvm.invariant.group.barrier when dynamic type changesPiotr Padlewski2015-09-151-0/+193
* Rebase tests after LLVM r247707.Nico Weber2015-09-152-3/+3
OpenPOWER on IntegriCloud