summaryrefslogtreecommitdiff
path: root/llvm/unittests/Bitcode
AgeCommit message (Expand)Author
2025-10-17[AMDPGU] Auto-upgrade ELF mangling in the data layout (#163644)Joseph Huber
2025-05-19[AMDGPU] Set AS8 address width to 48 bitsAlexander Richardson
2024-12-10[WebAssembly] Add `-i128:128` to the `datalayout` string. (#119204)Dan Gohman
2024-12-09[PowerPC] Update data layout aligment of i128 to 16 (#118004)Lei Huang
2024-11-06[MIPS] LLVM data layout give i128 an alignment of 16 for mips64 (#112084)yingopq
2024-10-15[clang][aarch64] Add support for the MSVC qualifiers __ptr32, __ptr64, __sptr...Daniel Paoliello
2024-09-30[SPARC] Align i128 to 16 bytes in SPARC datalayouts (#106951)Koakuma
2024-09-13[llvm][unittests] Strip unneeded uses of raw_string_ostream::str() (NFC)JOE1994
2024-06-06[LoongArch] Adjust LA64 data layout by using n32:64 in layout string (#93814)hev
2024-05-05[clang backend] In AArch64's DataLayout, specify a minimum function alignment...Doug Wyatt
2024-04-16[clang][CodeGen] Add AS for Globals to SPIR & SPIRV datalayouts (#88455)Alex Voicu
2024-04-10[FPEnv][BitcodeReader] Correct strictfp test.Kevin P. Neal
2023-12-15[AMDGPU] - Add address space for strided buffers (#74471)Jessica Del
2023-11-10[llvm] Stop including llvm/ADT/MapVector.h (NFC)Kazu Hirata
2023-10-11[X86] Align i128 to 16 bytes in x86 datalayoutsHarald van Dijk
2023-05-03Re-land "[AMDGPU] Define data layout entries for buffers""Krzysztof Drewniak
2023-05-03Revert "[AMDGPU] Define data layout entries for buffers"Krzysztof Drewniak
2023-05-03[AMDGPU] Define data layout entries for buffersKrzysztof Drewniak
2023-01-18[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2023-01-18Revert "[BitcodeReader] Allow reading pointer types from old IR"Nikita Popov
2023-01-17[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2022-10-28[RISCV] Adjust RV64I data layout by using n32:64 in layout stringCraig Topper
2022-01-23[X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match ...Phoebe Wang
2022-01-15Revert "[X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits t...Phoebe Wang
2022-01-12[X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match ...Phoebe Wang
2020-11-20[AMDGPU] Set the default globals address space to 1Alex Richardson
2020-06-15[strictfp] Replace dangling strictfp attrs with nobuiltinKevin P. Neal
2019-09-18Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-06-26BitStream reader: propagate errorsJF Bastien
2019-01-20Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-01-04Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie
2017-01-04Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie
2017-01-04Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne
2016-11-02Bitcode: Fix short read implementation.Peter Collingbourne
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-28Explicitly test BitstreamReader::setArtificialByteLimit, NFCDuncan P. N. Exon Smith
2016-03-28Remove accidentally duplicated testDuncan P. N. Exon Smith
2016-03-27Bitcode: Fix MSVC bot failure from r264549Duncan P. N. Exon Smith
2016-03-27BitcodeWriter: Simplify and test writing blobs, NFCDuncan P. N. Exon Smith