summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/Inputs
AgeCommit message (Expand)Author
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov
2023-10-05[BitcodeReader] Replace unsupported constexprs in metadata with undefNikita Popov
2023-09-28[Bitcode] Support expanding constant expressions in function metadataNikita Popov
2023-04-20[ThinLTO] Remove BlockCount for non partial sample profile buildsTeresa Johnson
2022-12-19[Intrinsic] Rename flt.rounds intrinsic to get.roundingQiu Chaofan
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov
2022-07-04[Bitcode] Use bitcode input for test (NFC)Nikita Popov
2022-03-11[Bitcode] Don't confuse type attributes on declaration and callNikita Popov
2022-03-11[Bitcode] Check for type mismatch when assigning valueNikita Popov
2022-03-11[Bitcode] Report error for missing element type for attr upgradeNikita Popov
2022-02-09[Bitcode] Fix size check for DIImportedEntity recordNikita Popov
2022-02-09[Bitcode] Check minimum size of constant GEP recordNikita Popov
2022-02-08[Bitstream] Make MaxChunkSize word-size independentNikita Popov
2022-02-08[Bitcode] Prevent OOB read for invalid name sizeNikita Popov
2022-02-08[Bitstream] Check for unterminated VBRNikita Popov
2022-02-07[Bitcode] Replace assertion with checkNikita Popov
2022-02-07[Bitcode] Add missing test fileNikita Popov
2022-02-07[Bitcode] Guard against out of bounds value referenceNikita Popov
2022-02-07[Bitcode] Don't assert on invalid attribute group recordNikita Popov
2022-02-07[Bitstream] Reject implausibly large reservationsNikita Popov
2022-02-07[Bitcode] Handle invalid abbrev number error more gracefullyNikita Popov
2021-10-06Reland [IR] Increase max alignment to 4GBArthur Eubanks
2021-10-06Revert "Reland [IR] Increase max alignment to 4GB"Arthur Eubanks
2021-10-06Reland [IR] Increase max alignment to 4GBArthur Eubanks
2021-10-06Revert "[IR] Increase max alignment to 4GB"Arthur Eubanks
2021-10-06[IR] Increase max alignment to 4GBArthur Eubanks
2021-05-21[Verifier] Move some atomicrmw/cmpxchg checks to instruction creationArthur Eubanks
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault
2020-12-14OpaquePtr: Require byval on x86_intrcc parameter 0Matt Arsenault
2020-08-04[StackSafety,NFC] Add combined index testVitaly Buka
2020-07-23[Bitcode] Avoid duplicating linker option when upgradingSteven Wu
2020-07-23[Bitcode] Drop invalid branch_weight in BitcodeReaderSteven Wu
2019-07-14Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn
2019-07-11Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn
2019-07-11[BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn
2019-05-30Reapply: IR: add optional type to 'byval' function parametersTim Northover
2019-05-29Revert "IR: add optional type to 'byval' function parameters"Tim Northover
2019-05-29IR: add optional type to 'byval' function parametersTim Northover
2019-04-17[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbolsSteven Wu
2018-09-20[Bitcode] Address backwards compat bug in r342631Vedant Kumar
2018-07-09[BitcodeReader] Infer the correct runtime preemption for GlobalValueSteven Wu
2017-08-03Do not want to use BFI to get profile count for sample pgoDehao Chen
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne
2016-11-29Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne
2016-11-02Bitcode: Check file size before reading bitcode header.Peter Collingbourne