summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX
AgeCommit message (Expand)Author
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01Revert r343518.Akira Hatanaka
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith
2018-09-24[CodeGen] Revert commit https://reviews.llvm.org/rL342717Calixte Denizet
2018-09-21[CodeGen] Add to emitted DebugLoc information about coverage when it's requiredCalixte Denizet
2018-09-14Relax assumption about default method calling convention in new testReid Kleckner
2018-09-14Relax alignment assumptions in a test after r342194Vedant Kumar
2018-09-13[Sema] Remove location from implicit capture init exprVedant Kumar
2018-09-13[AArch64] Enable return address signing for static ctorsOliver Stannard
2018-09-12[CodeGen] Align rtti and vtable dataDavid Green
2018-09-09Revert r341754.Akira Hatanaka
2018-09-08ms: Insert $$Z in mangling between directly consecutive parameter packs.Nico Weber
2018-09-08Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-08-31[WebAssembly] clang-format (NFC)Heejin Ahn
2018-08-31Tests: fix tests encoding specific hash values for 32-bit systems.Tim Northover
2018-08-31[DEBUGINFO] Add support for emission of the debug directives only.Alexey Bataev
2018-08-30[MS ABI] Fix mangling issue with dynamic initializer stubs.Zachary Turner
2018-08-29[MinGW] Don't mark external variables as DSO localMartin Storsjo
2018-08-27[PPC] Remove Darwin support from POWER backend.Kit Barton
2018-08-24Revert r323281 "Adjust MaxAtomicInlineWidth for i386/i486 targets."Hans Wennborg
2018-08-22[AST] correct the behavior of -fvisibility-inlines-hidden option (don't make ...Hiroshi Inoue
2018-08-21Add a new flag and attributes to control static destructor registrationErik Pilkington
2018-08-20[OPENMP][BLOCKS]Fix PR38923: reference to a global variable is capturedAlexey Bataev
2018-08-17[MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner
2018-08-17[CodeGen] Merge identical block descriptor global variables.Akira Hatanaka
2018-08-13Enforce instantiation of template multiversion functionsErich Keane
2018-08-10Make changes to the check strings so that the test I modified in r339438Akira Hatanaka
2018-08-10[CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka
2018-08-09[CMake] Use normalized Windows target triplesPetr Hosek
2018-08-08CDDecl More automatic variable tail padding testJF Bastien
2018-08-08Fixed a breaking test caseBalaji V. Iyer
2018-08-08[CodeGen] IncompleteArray SupportBalaji V. Iyer
2018-08-07[NFC] Improve auto-var-init alignment checkJF Bastien
2018-08-07Auto var init test fix #2JF Bastien
2018-08-07Remove broken command flagJF Bastien
2018-08-07[NFC] Test automatic variable initializationJF Bastien
2018-08-04Avoid creating conditional cleanup blocks that contain only @llvm.lifetime.en...Richard Smith
2018-08-03[CodeGen] Emit parallel_loop_access for each loop in the loop stack.Michael Kruse
2018-08-03Sema: Fix explicit address space cast involving void pointersYaxun Liu
2018-08-01[NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit-llvm and ignoring it.Roman Lebedev
2018-08-01[UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green
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