summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-211-33/+104
* Merging r310776:Hans Wennborg2017-08-171-0/+13
* Merging r309058:Hans Wennborg2017-07-261-0/+41
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-192-6/+6
* CodeGen: Insert addr space cast for automatic/temp var at right positionYaxun Liu2017-07-181-6/+27
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-171-1/+1
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-132-3/+52
* Add missing dllimport member pointer template argument test from r307446Reid Kleckner2017-07-111-0/+58
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-65/+86
* [AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu2017-07-051-4/+6
* [CodeGen] Check key function for typeinfo importShoaib Meenai2017-07-041-2/+8
* [MS] Test that deleting destructor thunks are not exportedReid Kleckner2017-06-301-0/+10
* Revert "[CodeGen] Propagate dllexport to thunks"Reid Kleckner2017-06-301-9/+0
* [CodeGen] Propagate dllexport to thunksShoaib Meenai2017-06-301-0/+9
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-271-0/+7
* AST: enhance mangling for blocks with MS ABISaleem Abdulrasool2017-06-261-0/+113
* Revert "[MS] Don't statically initialize dllimport member function pointers"Reid Kleckner2017-06-231-58/+0
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-06-231-0/+58
* CodeGen: Cast temporary variable to proper address spaceYaxun Liu2017-06-191-3/+13
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-3/+1
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-1/+16
* Add support for #pragma clang sectionJaved Absar2017-06-052-0/+119
* clang/test/CodeGenCXX/unaligned-member-qualifier.cpp: Satisfy x86_thiscallcc.NAKAMURA Takumi2017-06-021-4/+4
* Remove file that I forgot to remove as part of rL304523Roger Ferrer Ibanez2017-06-021-20/+0
* Mangle __unaligned in Itanium ABIRoger Ferrer Ibanez2017-06-022-0/+53
* Fixed broken test (strict-vtable-pointers)Piotr Padlewski2017-06-011-1/+1
* Emit invariant.group.barrier when using union fieldPiotr Padlewski2017-06-011-1/+114
* Emit available_externally vtables opportunisticallyPiotr Padlewski2017-06-012-4/+34
* Don't try to spill static allocas when emitting expr cleanups with branchesReid Kleckner2017-05-311-1/+29
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-296-10/+10
* [CodeGen] Pessimize aliasing for member unions (and may-alias) objectsKrzysztof Parzyszek2017-05-251-0/+45
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-201-1/+1
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-0/+72
* Fix scope of namespaced DISubprograms when the function definition is out-of-...Adrian Prantl2017-05-161-0/+6
* Silence buildbots by tweaking an IR codegen test to be less specific w regist...Faisal Vali2017-05-151-1/+1
* [NFC] Remove some comments (IR aid) from a test file erroneous committed in r...Faisal Vali2017-05-151-26/+0
* Fix PR32933: crash on lambda capture of VLAFaisal Vali2017-05-151-1/+84
* [Hexagon] Make sure to pass empty struct arguments with nontrivial ctorsKrzysztof Parzyszek2017-05-121-4/+0
* XFAIL this test for Hexagon.Richard Smith2017-05-111-0/+4
* Work around different -std= default for PS4 target.Richard Smith2017-05-111-1/+1
* PR22877: When constructing an array via a constructor with a default argumentRichard Smith2017-05-111-0/+36
* Revert "PR22877: When constructing an array via a constructor with a default ...Diana Picus2017-05-111-36/+0
* clang/test/CodeGenCXX/array-default-argument.cpp: Satisfy targets that have x...NAKAMURA Takumi2017-05-111-4/+4
* PR22877: When constructing an array via a constructor with a default argumentRichard Smith2017-05-111-0/+36
* Update testcase for upstream LLVM changes (r302469).Adrian Prantl2017-05-091-2/+4
* Revert r302476 "Update testcase for upstream LLVM changes."Hans Wennborg2017-05-091-4/+2
* Update testcase for upstream LLVM changes.Adrian Prantl2017-05-081-2/+4
* [ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner2017-05-041-2/+2
* Relax testcase to fix a PS4 buildbot failure.Adrian Prantl2017-05-011-1/+1
* Adapt to LLVM API change (DINamespace no longer takes line/file info).Adrian Prantl2017-04-281-7/+13