]> granicus.if.org Git - clang/history - test/CodeGenCXX
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / CodeGenCXX /
2017-06-26 Saleem AbdulrasoolAST: enhance mangling for blocks with MS ABI
2017-06-23 Reid KlecknerRevert "[MS] Don't statically initialize dllimport...
2017-06-23 Reid Kleckner[MS] Don't statically initialize dllimport member funct...
2017-06-19 Yaxun LiuCodeGen: Cast temporary variable to proper address...
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-09 Alexey Bataev[DebugInfo] Add kind of ImplicitParamDecl for emission...
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-06-02 NAKAMURA Takumiclang/test/CodeGenCXX/unaligned-member-qualifier.cpp...
2017-06-02 Roger Ferrer IbanezRemove file that I forgot to remove as part of rL304523
2017-06-02 Roger Ferrer IbanezMangle __unaligned in Itanium ABI
2017-06-01 Piotr PadlewskiFixed broken test (strict-vtable-pointers)
2017-06-01 Piotr PadlewskiEmit invariant.group.barrier when using union field
2017-06-01 Piotr PadlewskiEmit available_externally vtables opportunistically
2017-05-31 Reid KlecknerDon't try to spill static allocas when emitting expr...
2017-05-29 Mehdi AminiIRGen: Add optnone attribute on function during O0
2017-05-25 Krzysztof Parzyszek[CodeGen] Pessimize aliasing for member unions (and...
2017-05-20 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
2017-05-16 Adrian PrantlFix scope of namespaced DISubprograms when the function...
2017-05-15 Faisal ValiSilence buildbots by tweaking an IR codegen test to...
2017-05-15 Faisal Vali[NFC] Remove some comments (IR aid) from a test file...
2017-05-15 Faisal ValiFix PR32933: crash on lambda capture of VLA
2017-05-12 Krzysztof Parzyszek[Hexagon] Make sure to pass empty struct arguments...
2017-05-11 Richard SmithXFAIL this test for Hexagon.
2017-05-11 Richard SmithWork around different -std= default for PS4 target.
2017-05-11 Richard SmithPR22877: When constructing an array via a constructor...
2017-05-11 Diana PicusRevert "PR22877: When constructing an array via a const...
2017-05-11 NAKAMURA Takumiclang/test/CodeGenCXX/array-default-argument.cpp: Satis...
2017-05-11 Richard SmithPR22877: When constructing an array via a constructor...
2017-05-09 Adrian PrantlUpdate testcase for upstream LLVM changes (r302469).
2017-05-09 Hans WennborgRevert r302476 "Update testcase for upstream LLVM changes."
2017-05-08 Adrian PrantlUpdate testcase for upstream LLVM changes.
2017-05-04 Reid Kleckner[ms-inline-asm] Use the frontend size only for ambiguou...
2017-05-01 Adrian PrantlRelax testcase to fix a PS4 buildbot failure.
2017-04-28 Adrian PrantlAdapt to LLVM API change (DINamespace no longer takes...
2017-04-27 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-04-26 Vedant Kumar[ubsan] nullability-assign: Check assignments into...
2017-04-26 Vedant Kumar[ubsan] Skip alignment checks on allocas with known...
2017-04-24 Piotr Padlewski[Devirtualization] Emit invariant.group loads with...
2017-04-22 Richard SmithRearrange some Modules TS testcases into test/CXX/modul...
2017-04-21 Richard SmithP0629R0: Switch to latest proposal for distinguishing...
2017-04-20 Shoaib Meenai[Sema] Use MSVC inner class behavior on Itanium
2017-04-20 Richard SmithAdd a triple to codegen test.
2017-04-19 Richard SmithFix assertion failure in codegen on non-template deduct...
2017-04-19 Roger Ferrer IbanezAvoid assert when a non-static member function is quali...
2017-04-18 Adrian PrantlDebug Info: Remove special-casing of indirect function...
2017-04-17 Vedant Kumar[ubsan] Skip null checks if they are constant-folded...
2017-04-17 Vedant Kumar[ubsan] Skip null checks on pointers to the start of...
2017-04-14 Vedant Kumar[ubsan] Don't check alignment if the alignment is 1
2017-04-14 Vedant Kumar[ubsan] Reduce alignment checking of C++ object pointers
2017-04-10 Matt ArsenaultUpdate for lifetime intrinsic signature change
2017-03-21 Peter CollingbourneIRGen: Do not set dllexport on declarations.
2017-03-09 Vedant KumarRetry: [ubsan] Detect UB loads from bitfields
2017-03-09 Vedant KumarRevert "[ubsan] Detect UB loads from bitfields"
2017-03-08 Vedant Kumar[ubsan] Detect UB loads from bitfields
2017-03-08 Roger Ferrer IbanezHonor __unaligned in codegen for declarations and expre...
2017-03-06 Reid KlecknerRelax stmtexpr.cpp checks for PPC64
2017-03-06 Reid KlecknerDon't assume cleanup emission preserves dominance in...
2017-03-01 Charles Li[Test] Make Lit tests C++11 compatible - IR ordering
2017-02-27 Adrian PrantlPR32042: Create inlined debug info for EmitInlinedInher...
2017-02-25 Richard SmithC++ DR1611, 1658, 2180: implement "potentially construc...
2017-02-24 Charles Li[Test] Make Lit tests C++11 compatible #9
2017-02-23 Richard SmithPR32044: Fix some cases where we would confuse a transp...
2017-02-22 Bob Haarmanstop using associative comdats for SEH filter functions
2017-02-22 Richard SmithFix assertion failure when generating debug information...
2017-02-20 Brad SmithEnable support for __float128 in Clang on OpenBSD/X86
2017-02-17 Vedant KumarRetry^2: [ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant KumarRevert "Retry: [ubsan] Reduce null checking of C++...
2017-02-17 Charles Li[Test] Make Lit tests C++11 compatible - misc
2017-02-17 Vedant KumarRetry: [ubsan] Reduce null checking of C++ object point...
2017-02-17 Vedant KumarRevert "[ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Reduce null checking of C++ object pointers...
2017-02-15 Hans Wennborg[dllimport] Check for dtor references in functions
2017-02-15 Hans Wennborg[dllimport] Look through typedefs and arrays in HasNonD...
2017-02-14 David Majnemer[MS ABI] Correctly mangling vbase destructors
2017-02-13 Nick LewyckyWhen the new expr's array size is an ICE, emit it as...
2017-02-13 Reid Kleckner[CodeGen] Treat auto-generated __dso_handle symbol...
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - nounwind noexcept
2017-02-08 Reid Kleckner[MS] Fix C++ destructor thunk line info for a declaration
2017-02-02 Warren RistowPrevent ICE in dllexport class with _Atomic data member
2017-02-01 Hans WennborgDrop 'dllimport' when redeclaring inline function templ...
2017-02-01 Hans WennborgFollow-up to r293732: add a proper triple to the test
2017-02-01 Hans Wennborgclang-cl: Evaluate arguments left-to-right in construct...
2017-01-31 David BlaikieFix modules codegen to be compatible with modules-ts
2017-01-30 David BlaikieReapply "DebugInfo: Omit class definitions even in...
2017-01-27 David BlaikieFix linkage of static locals in available_externally...
2017-01-26 Peter CollingbourneRe-apply r292662, "IRGen: Start using the WriteThinLTOB...
2017-01-24 Richard SmithStrengthen test from r292632 to also check we get the...
2017-01-23 Hans WennborgRe-commit "Don't inline dllimport functions referencing...
2017-01-23 David BlaikieRevert "DebugInfo: Omit class definitions even in the...
2017-01-23 Martin BohmeRevert "IRGen: Start using the WriteThinLTOBitcode...
2017-01-23 David BlaikieDebugInfo: Omit class definitions even in the presence...
2017-01-20 Peter CollingbourneIRGen: Start using the WriteThinLTOBitcode pass.
2017-01-20 Reid KlecknerRevert "Don't inline dllimport functions referencing...
2017-01-20 Richard SmithFix actually-reachable llvm_unreachable.
2017-01-20 Richard SmithP0426: Make the library implementation of constexpr...
2017-01-19 Hans WennborgDon't inline dllimport functions referencing non-import...
2017-01-18 Peter CollingbourneMove vtable type metadata emission behind a cc1-level...
2017-01-17 David Majnemer[AST] AttributedType should derive type properties...
2017-01-13 Reid KlecknerUse less byval on 32-bit Windows x86 for classes with...
next