summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* In case of an existing GlobalVariable, the comdat is created using the name o...Yaron Keren2015-07-291-0/+25
* Make this test target x86_64-pc-windows-gnu as well.Yaron Keren2015-07-291-0/+3
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+2
* Use CGLoopInfo to emit metadata for loop hint pragmas.Tyler Nowicki2015-07-273-50/+62
* Generating available_externally vtables for outline virtual functionsPiotr Padlewski2015-07-242-6/+144
* Fix a case where we forgot to make a static local variable comdatReid Kleckner2015-07-201-0/+17
* [MS ABI] Explicit specialization of static data members are weakDavid Majnemer2015-07-172-3/+13
* Changed "pragma" -> "#pragma" in a comment, NFC.Andrey Bokhanko2015-07-171-1/+1
* [CodeGen, X86] Classify vectors <= 32 bits as INTEGERDavid Majnemer2015-07-171-0/+9
* Disable #pragma redefine_extname for C++ code as it does not make sense in su...Aaron Ballman2015-07-161-0/+6
* updated tests for correct commitNaomi Musgrave2015-07-162-41/+61
* adding tests for various dtor decl typesNaomi Musgrave2015-07-151-4/+59
* Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพYaron Keren2015-07-151-1/+0
* -disable-llvm-optzns in one clang test.Evgeniy Stepanov2015-07-151-2/+2
* Set comdat when an available_externally thunk is converted to linkonce_odr.Rafael Espindola2015-07-151-0/+17
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-151-0/+30
* Fix for clang memcpyizer bugs 23911 and 23924 (patch by Denis Zobnin)Alexey Bataev2015-07-142-0/+93
* Basic code generation for MSan use-after-dtor.Evgeniy Stepanov2015-07-141-0/+17
* Set the linkage before setting the visibility.Rafael Espindola2015-07-131-0/+20
* Respect alignment when loading up a coerced function argumentUlrich Weigand2015-07-102-2/+2
* CFI: Emit correct bit set information if RTTI is disabled under MS ABI.Peter Collingbourne2015-07-091-0/+12
* CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.Peter Collingbourne2015-07-081-0/+23
* [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in...Alexey Bataev2015-07-081-0/+37
* [CodeGen] Correctly handle base classes which are passed in memoryDavid Majnemer2015-07-081-0/+16
* [CodeGen] Don't crash classifying a union of an AVX vector and an intDavid Majnemer2015-07-081-0/+9
* [SEH] Switch from frameaddress(0) to localaddressReid Kleckner2015-07-071-2/+2
* Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner2015-07-071-7/+7
* Update testcase to reflect new behavior in DIBuilder.Adrian Prantl2015-07-061-2/+1
* clang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match MS-mangled names.NAKAMURA Takumi2015-07-031-6/+6
* Make corrections to r241314.Akira Hatanaka2015-07-031-4/+4
* Fix test case to appease buildbot.Akira Hatanaka2015-07-031-4/+4
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-0/+36
* [MS ABI] nullptr data member ptrs are mangled differently for classes vs fnsDavid Majnemer2015-07-022-2/+17
* Revert "[DebugInfo] Fix debug info generation for function static variables, ...David Blaikie2015-07-014-71/+0
* [DebugInfo] Fix debug info generation for function static variables, typedefs...Michael Kuperstein2015-07-014-0/+71
* CodeGen: Do not give local-linkage functions externally available linkage, ev...Peter Collingbourne2015-07-011-0/+1
* [MS ABI] Stick constructor closures in an IR COMDAT groupDavid Majnemer2015-06-301-6/+6
* CodeGen: Assign an appropriate comdat to thunks.Peter Collingbourne2015-06-301-2/+2
* Update testcases: DICompileUnits are now created distinct by DIBuilder.Adrian Prantl2015-06-303-4/+4
* [MS ABI] Workaround corner-case bug in the ABI for operator deleteDavid Majnemer2015-06-301-0/+10
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-2929-84/+84
* Omit 'nodebug' methods from the class description.Paul Robinson2015-06-251-0/+12
* Fix #pragma redefine_extname when there is a local variable of the same name....Aaron Ballman2015-06-251-1/+13
* Relax assertion in x86_64 byval argument handling for 32-bit pointersDerek Schuff2015-06-241-2/+15
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-231-0/+12
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-231-3/+20
* [Codegen] Don't crash if destructor is not accessible.Davide Italiano2015-06-211-0/+19
* CFI: Implement bitset emission for the Microsoft ABI.Peter Collingbourne2015-06-191-23/+87
* Fix Windows test failure.Peter Collingbourne2015-06-191-1/+1
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-192-14/+25