summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX
AgeCommit message (Expand)Author
2018-12-08Merging r345839:linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allmodconfigTom Stellard
2018-12-08Merging r345838:Tom Stellard
2018-12-07Merging r340386 and r344190:Tom Stellard
2018-08-24Merging r340666:Hans Wennborg
2018-08-21Merging r340181:Hans Wennborg
2018-08-17Merging r340079:Reid Kleckner
2018-08-14Merging r339597:Hans Wennborg
2018-08-01[AST] CastExpr: BasePathSize is not large enough.Roman Lebedev
2018-07-31Improve support of PDB as an external layout sourceAleksandr Urakov
2018-07-30[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev
2018-07-29Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, t...Chandler Carruth
2018-07-28[UBSan] Strengthen pointer checks in 'new' expressionsSerge Pavlov
2018-07-27Add missing temporary materialization conversion on left-hand side of .Richard Smith
2018-07-26[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric
2018-07-24Borrow visibility from __fundamental_type_info for generated fundamental type...Thomas Anderson
2018-07-23Support lifetime-extension of conditional temporaries.Richard Smith
2018-07-23[ms] Fix mangling of vector types in QMM_Result contexts.Nico Weber
2018-07-23Fold dangling-field warning into general initialization lifetime checks.Richard Smith
2018-07-23Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov
2018-07-20Fold dangling-field warning into general initialization lifetime checks.Richard Smith
2018-07-20[codeview] Don't emit variable templates as class membersReid Kleckner
2018-07-20Sema: Fix explicit address space cast in C++Yaxun Liu
2018-07-19[CodeGen] Disable aggressive structor optimizations at -O0, take 3Pavel Labath
2018-07-19[clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2018-07-18Add support for __declspec(code_seg("segname"))Erich Keane
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith
2018-07-17Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith
2018-07-16[MinGW] Automatically mangle Windows-specific entry points as CMartin Storsjo
2018-07-13Use external layout information to layout bit-fields for MS ABI.Richard Smith
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
2018-07-05Fix __builtin_*_overflow when out-param isn't constexprErich Keane
2018-07-02[CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointersPiotr Padlewski
2018-07-02[ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.Nico Weber
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne
2018-06-25[CodeGen] Provide source locations for UBSan type checks when emitting constr...Igor Kudrin
2018-06-20[MS] Make sure __GetExceptionInfo works on types with no linkageReid Kleckner
2018-06-19Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz
2018-06-19Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki
2018-06-19Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki
2018-06-18IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne
2018-06-16Add RUN line for amdgcn to lit test conditional-temporaries.cppYaxun Liu
2018-06-13Add -fforce-emit-vtablesPiotr Padlewski
2018-06-13Fix crash emitting transparent list initializer for a large aggregate.Richard Smith
2018-06-11[MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg
2018-06-07[Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai
2018-06-04Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...Reid Kleckner
2018-06-01Cap "voluntary" vector alignment at 16 for all Darwin platforms.John McCall
2018-06-01[WebAssembly] Hide new Wasm EH behind its feature flagHeejin Ahn
2018-05-31[WebAssembly] Use Windows EH instructions for Wasm EHHeejin Ahn