summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ext-int.c
AgeCommit message (Expand)Author
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-15[clang] Use different memory layout type for _BitInt(N) in LLVM IR (#91364)Mariya Podchishchaeva
2023-05-02[clang] Do not attempt to zero-extend _BitInt(1) when not requiredMariya Podchishchaeva
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-29Revert fad7e491a0770ac4336934030ac67d77e7af5520 with fixes appliedAaron Ballman
2022-01-28Revert "Add BITINT_MAXWIDTH support"Jan Korous
2022-01-28Add BITINT_MAXWIDTH supportAaron Ballman
2021-12-06Introduce _BitInt, deprecate _ExtIntAaron Ballman
2021-09-14[IR] Reduce max supported integer from 2^24-1 to 2^23.Craig Topper
2020-08-05Fix _ExtInt(1) to be a i1 in memory.Erich Keane
2020-04-29[NFC] Split ext-int calling convention tests into their own file.Erich Keane
2020-04-29Fix x86/x86_64 calling convention for _ExtIntErich Keane
2020-04-17Reland Implement _ExtInt as an extended int type specifier.Erich Keane
2020-04-17Revert "Implement _ExtInt as an extended int type specifier."Sterling Augustine
2020-04-17Implement _ExtInt as an extended int type specifier.Erich Keane