aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/invalid.test
AgeCommit message (Expand)AuthorFilesLines
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov1-1/+1
2023-03-10[HWASAN][LSAN] Disable tests which don't pass in HWASAN+LSAN modeKirill Stoimenov1-0/+1
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov1-14/+2
2022-03-11[Bitcode] Don't confuse type attributes on declaration and callNikita Popov1-4/+0
2022-03-11[Bitcode] Check for type mismatch when assigning valueNikita Popov1-0/+4
2022-03-11[Bitcode] Report error for missing element type for attr upgradeNikita Popov1-0/+5
2022-02-15[Bitstream] Improve error propagation from ReadVBRJan Korous1-1/+1
2022-02-09[Bitcode] Fix size check for DIImportedEntity recordNikita Popov1-0/+5
2022-02-09[Bitcode] Check minimum size of constant GEP recordNikita Popov1-1/+6
2022-02-08[Bitstream] Make MaxChunkSize word-size independentNikita Popov1-0/+5
2022-02-08[Bitcode] Prevent OOB read for invalid name sizeNikita Popov1-0/+5
2022-02-08[Bitstream] Check for unterminated VBRNikita Popov1-0/+5
2022-02-07[Bitstream] Temporarily disable UBSan for invalid bitcode tests. This fixes f...Andrew Browne1-10/+0
2022-02-07[Bitcode] Replace assertion with checkNikita Popov1-0/+5
2022-02-07[Bitcode] Guard against out of bounds value referenceNikita Popov1-0/+5
2022-02-07[Bitstream] Check that there is enough space for blobNikita Popov1-0/+5
2022-02-07[Bitcode] Don't assert on invalid attribute group recordNikita Popov1-0/+5
2022-02-07[Bitstream] Reject implausibly large reservationsNikita Popov1-0/+5
2022-02-07[Bitcode] Handle invalid abbrev number error more gracefullyNikita Popov1-0/+5
2022-02-04[BitstreamReader] Handle errors more gracefullyNikita Popov1-6/+6
2021-05-21[Verifier] Move some atomicrmw/cmpxchg checks to instruction creationArthur Eubanks1-0/+11
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-6/+6
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen1-6/+6
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-6/+6
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen1-6/+6
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-6/+6
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-6/+6
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen1-6/+6
2019-11-14Add support for multi-module bitcode files to llvm-disMatthew Voss1-5/+0
2019-07-14Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn1-0/+5
2019-07-11Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn1-5/+0
2019-07-11[BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn1-0/+5
2019-06-27Bitcode: derive all types used from records instead of Values.Tim Northover1-1/+1
2019-06-26Fix Bitcode/invalid.testJF Bastien1-6/+6
2019-06-26BitStream reader: propagate errorsJF Bastien1-7/+7
2016-11-16Bitcode: Introduce initial multi-module reader API.Peter Collingbourne1-11/+11
2016-11-09Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne1-1/+1
2016-11-02Bitcode: Check file size before reading bitcode header.Peter Collingbourne1-0/+3
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas1-0/+5
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas1-0/+5
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas1-0/+5
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas1-0/+5
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith1-5/+0
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-0/+5
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith1-5/+0
2015-11-04Error out when faced with value names containing '\0'Filipe Cabecinhas1-0/+5
2015-11-03Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas1-0/+5
2015-10-30Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas1-5/+0
2015-10-29Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas1-0/+5
2015-10-06Make sure the CastInst is valid before trying to create itFilipe Cabecinhas1-0/+5