Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LLParser: gep: Simplify parsing error handling | David Blaikie | 2015-03-09 | 1 | -1/+1 |
| | | | | llvm-svn: 231722 | ||||
* | Cleanup after r230934 per Dave's suggestions. | Owen Anderson | 2015-03-03 | 1 | -2/+1 |
| | | | | llvm-svn: 231056 | ||||
* | Fix a crash in the LL parser where it failed to validate that the pointer ↵ | Owen Anderson | 2015-03-02 | 1 | -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 |