]> granicus.if.org Git - clang/history - test/CodeGen
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / CodeGen /
2017-06-26 Marina Yatsina[inline asm] dot operator while using imm generates...
2017-06-23 Vadzim Dambrouski[MSP430] Fix data layout string.
2017-06-21 Arnold SchwaighoferSwiftCC: Perform physical layout when computing coercio...
2017-06-21 Erich KeaneCorrect VectorCall x86 (32 bit) behavior for SSE Regist...
2017-06-21 Bruno Cardoso LopesSupport MS builtins using 'long' on LP64 platforms
2017-06-21 Bruno Cardoso LopesRun dos2unix on ms-intrinsics-rotations.c test. NFC
2017-06-20 Sunil SrivastavaPrevent devirtualization of calls to un-instantiated...
2017-06-20 Abderrazek Zaafrani[AArch64] ADD ARMv.2-A FP16 vector intrinsics
2017-06-19 Manoj Gupta[Clang] Handle interaction of -pg and no_instrument_fun...
2017-06-19 Yaxun LiuCodeGen: Cast temporary variable to proper address...
2017-06-16 Dinar TemirbulatovExpand vector oparation to as IR constants, PR28129.
2017-06-16 Vedant Kumar[ubsan] PR33081: Skip the standard type checks for...
2017-06-15 Peter CollingbourneApply summary-based dead stripping to regular LTO modul...
2017-06-14 Tony Jiang[PPC] Enhance altivec conversion function macros implem...
2017-06-14 Yuka TakahashiBe more strict when checking the -flto option value
2017-06-13 Xinliang David LiPreserve cold attribute for function decls
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-12 Reid KlecknerCorrect debug info bit offset calculation for big-endia...
2017-06-12 Vedant Kumar[ubsan] Detect invalid unsigned pointer index expressio...
2017-06-09 Alexey Bataev[DebugInfo] Add kind of ImplicitParamDecl for emission...
2017-06-07 Petar JovanovicReapply r304929 [mips] Add runtime options to enable...
2017-06-07 Simon DardisFinish revert of "r304929, [mips] Add runtime options...
2017-06-07 Petar JovanovicRevert r304929 [mips] Add runtime options to enable...
2017-06-07 Petar Jovanovic[mips] Add runtime options to enable/disable madd.fmt...
2017-06-07 Florian Hahn[CodeGen] Add thumb-mode to target-features for arm...
2017-06-07 Javed Absar[ARM] Fix Neon vector type alignment to 64-bit
2017-06-06 Florian Hahn[ARM] Add support for target("arm") and target("thumb").
2017-06-02 Vedant KumarRevert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"
2017-06-02 Tim Shen[ThinLTO] Add x86 requires to thin_link_bitcode. NFC.
2017-06-01 Tim Shen[ThinLTO] Wire up ThinLTO and new PM
2017-06-01 Abderrazek Zaafrani[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics
2017-06-01 Vedant KumarRelax test to try and appease builders. NFC.
2017-06-01 Simon PilgrimDon't assume that a store source is a vector type just...
2017-06-01 Vedant Kumar[ubsan] Add a check for pointer overflow UB
2017-05-31 Alexander KornienkoEnable the ARM Neon intrinsics test by default.
2017-05-31 Alexander KornienkoRevert "[ARM] Update long-test after r304201."
2017-05-30 Javed AbsarReverting Neon vector type 64-alignment fix
2017-05-30 Diana PicusFixup r304205 - Require PowerPC target
2017-05-30 Javed AbsarFix issue with test that caused bildbot failure
2017-05-30 Benjamin Kramer[ARM] Update long-test after r304201.
2017-05-30 Benjamin Kramer[PPC] Make altivec conversion function macros.
2017-05-30 Javed Absar[ARM] Fix Neon vector type alignment to 64-bit
2017-05-29 Benjamin KramerUnbreak long test after r304127.
2017-05-29 Mehdi AminiIRGen: Add optnone attribute on function during O0
2017-05-26 Arnold SchwaighoferCodeGen: Define Swift's legal vector types for AArch64...
2017-05-25 Oren Ben Simhon[X86] Adding avx512_vpopcntdq feature set and its intri...
2017-05-25 Krzysztof Parzyszek[CodeGen] Pessimize aliasing for member unions (and...
2017-05-24 Tony JiangFix one test case faiulre in commit 303766.
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxsldwi builtin.
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxpermdi builtin.
2017-05-24 Dean Michael Berris[XRay][clang] Allow imbuing arg1 logging attribute...
2017-05-23 Simon Dardis[mips] Make checks in CodeGen/mips-varargs.c less fragile
2017-05-23 Teresa JohnsonAdjust clang test for r303590
2017-05-22 Simon Atanasyan[mips] Support `micromips` attribute
2017-05-20 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-20 Matthias BraunRevert "CodeGenModule: Always output wchar_size, check...
2017-05-19 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
2017-05-15 Evgeniy Stepanov[asan] One more test for -fsanitize-address-globals...
2017-05-12 Teresa JohnsonRemove ignore-empty-index-file option
2017-05-12 James Y Knight[SPARC] Support 'f' and 'e' inline asm constraints.
2017-05-11 Reid KlecknerIssue diagnostics when returning FP values on x86_64...
2017-05-10 Petar JovanovicReland: [mips] Impose a threshold for coercion of aggre...
2017-05-09 Vedant Kumar[ubsan] Mark overflow checks with !nosanitize
2017-05-09 Evgeniy Stepanov[asan] A clang flag to enable ELF globals-gc.
2017-05-09 Petar JovanovicRevert r302547 ([mips] Impose a threshold for coercion...
2017-05-09 Petar Jovanovic[mips] Impose a threshold for coercion of aggregates
2017-05-09 Dean Michael Berris[XRay] Add __xray_customeevent(...) as a clang-supporte...
2017-05-08 Simon Pilgrim[X86][LWP] Add clang support for LWP instructions.
2017-05-05 Tim NorthoverAArch64: fix weird edge case in ABI.
2017-05-04 Reid Kleckner[ms-inline-asm] Use the frontend size only for ambiguou...
2017-05-04 Peter CollingbourneRe-apply r302108, "IR: Use pointers instead of GUIDs...
2017-05-04 Sam Parker[ARM] ACLE Chapter 9 intrinsics
2017-05-03 Daniel JasperFix tests after speculatable intrinsics patch
2017-05-03 Matt ArsenaultFix tests after speculatable intrinsics patch
2017-05-02 Vedant Kumar[ubsan] Skip overflow checks on safe arithmetic (fixes...
2017-05-02 Sanjay Patel[CodeGen] remove/fix checks that will fail when r301923...
2017-04-29 Simon Pilgrim[X86][AVX] Added support for _mm256_zext* helper intrin...
2017-04-28 Simon Pilgrim[X86][SSE] Add _mm_set_pd1 (PR32827)
2017-04-26 Rui UeyamaRevert r301487: Replace HashString algorithm with xxHash64
2017-04-26 Rui UeyamaReplace HashString algorithm with xxHash64
2017-04-26 Vedant Kumar[ubsan] Skip alignment checks on allocas with known...
2017-04-26 Evgeniy Stepanov[asan] Unconditionally enable GC of globals on COFF.
2017-04-25 Davide Italiano[PGO/tests] Update comment to reflect reality.
2017-04-25 Davide Italiano[PGO] Update test now that we don't call IndirectCallPr...
2017-04-24 Evgeniy Stepanov[asan] Disable ASan global-GC depending on the target...
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
2017-04-20 Adam NemetDon't pass FPOpFusion::Strict to the backend
2017-04-19 David BlaikieParse backend options during thinlto backend compile...
2017-04-18 Adrian PrantlDebug Info: Remove special-casing of indirect function...
2017-04-14 Simon Pilgrim[X86][SSE] Update MOVNTDQA non-temporal loads to generi...
2017-04-11 Yaxun Liu[OpenCL] Map default address space to alloca address...
2017-04-10 Reid KlecknerReland "[IR] Make AttributeSetNode public, avoid tempor...
2017-04-10 Matt ArsenaultUpdate for lifetime intrinsic signature change
2017-04-07 Evgeniy Stepanov[cfi] Emit __cfi_check stub in the frontend.
2017-04-07 Hans WennborgAttempt to fix ms-intrinsics.c test
2017-04-07 Hans WennborgImplement _interlockedbittestandset as a builtin
2017-04-04 Adam NemetAdd #pragma clang fp
2017-04-04 Adam NemetSet FMF for -ffp-contract=fast
2017-04-04 Coby Tayree[fixup][X86][inline-asm] Add support for MS 'EVEN'...
next