| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change BitcodeReader to use error_code instead of bool + string. | Rafael Espindola | 2013-11-04 | 1 | -1/+1 |
| | | | | | | | | | In order to create an ObjectFile implementation that uses bitcode files, we need to propagate the bitcode errors to the ObjectFile interface, so we need to convert it to use the same error handling as ObjectFile: error_code. llvm-svn: 193996 | ||||
| * | llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:" | NAKAMURA Takumi | 2013-10-31 | 1 | -1/+1 |
| | | | | | llvm-svn: 193738 | ||||
| * | Fix a use after free on invalid input. | Rafael Espindola | 2013-10-31 | 1 | -0/+7 |
| llvm-svn: 193737 | |||||

