summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/getelementptr_invalid_ptr.ll
Commit message (Collapse)AuthorAgeFilesLines
* LLParser: gep: Simplify parsing error handlingDavid Blaikie2015-03-091-1/+1
| | | | llvm-svn: 231722
* Cleanup after r230934 per Dave's suggestions.Owen Anderson2015-03-031-2/+1
| | | | llvm-svn: 231056
* Fix a crash in the LL parser where it failed to validate that the pointer ↵Owen Anderson2015-03-021-0/+11
operand of a GEP was valid. This manifested as an assertion failure in +Asserts builds, and a hard crash in -Asserts builds. Found by fuzzing the LL parser. llvm-svn: 230934
OpenPOWER on IntegriCloud