summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/invalid.test
AgeCommit message (Expand)Author
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov
2023-03-10[HWASAN][LSAN] Disable tests which don't pass in HWASAN+LSAN modeKirill Stoimenov
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita 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-15[Bitstream] Improve error propagation from ReadVBRJan Korous
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[Bitstream] Temporarily disable UBSan for invalid bitcode tests. This fixes f...Andrew Browne
2022-02-07[Bitcode] Replace assertion with checkNikita Popov
2022-02-07[Bitcode] Guard against out of bounds value referenceNikita Popov
2022-02-07[Bitstream] Check that there is enough space for blobNikita 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
2022-02-04[BitstreamReader] Handle errors more gracefullyNikita Popov
2021-05-21[Verifier] Move some atomicrmw/cmpxchg checks to instruction creationArthur Eubanks
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen
2019-11-14Add support for multi-module bitcode files to llvm-disMatthew Voss
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-06-27Bitcode: derive all types used from records instead of Values.Tim Northover
2019-06-26Fix Bitcode/invalid.testJF Bastien
2019-06-26BitStream reader: propagate errorsJF Bastien
2016-11-16Bitcode: Introduce initial multi-module reader API.Peter Collingbourne
2016-11-09Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne
2016-11-02Bitcode: Check file size before reading bitcode header.Peter Collingbourne
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith
2015-11-04Error out when faced with value names containing '\0'Filipe Cabecinhas
2015-11-03Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas
2015-10-30Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas
2015-10-29Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas