Discard code that supported old bytecode formats. This makes the Bytecode
Reader code much easier to read and maintain. Backwards compatibility from version 5 format has been retained. Older formats will produce an error. llvm-svn: 31723
Showing
- llvm/include/llvm/Bytecode/Analyzer.h 1 addition, 1 deletionllvm/include/llvm/Bytecode/Analyzer.h
- llvm/include/llvm/Bytecode/Format.h 21 additions, 62 deletionsllvm/include/llvm/Bytecode/Format.h
- llvm/lib/Bytecode/Reader/Analyzer.cpp 1 addition, 1 deletionllvm/lib/Bytecode/Reader/Analyzer.cpp
- llvm/lib/Bytecode/Reader/Reader.cpp 144 additions, 475 deletionsllvm/lib/Bytecode/Reader/Reader.cpp
- llvm/lib/Bytecode/Reader/Reader.h 2 additions, 75 deletionsllvm/lib/Bytecode/Reader/Reader.h
- llvm/test/Regression/Bytecode/constexpr.ll 0 additions, 97 deletionsllvm/test/Regression/Bytecode/constexpr.ll
- llvm/test/Regression/Bytecode/constexpr.ll.bc-13 0 additions, 0 deletionsllvm/test/Regression/Bytecode/constexpr.ll.bc-13
- llvm/test/Regression/Bytecode/slow.ll 0 additions, 21089 deletionsllvm/test/Regression/Bytecode/slow.ll
- llvm/test/Regression/Bytecode/slow.ll.bc-13 0 additions, 0 deletionsllvm/test/Regression/Bytecode/slow.ll.bc-13
- llvm/test/Regression/Bytecode/ver6.ll 1 addition, 0 deletionsllvm/test/Regression/Bytecode/ver6.ll
Loading
Please register or sign in to comment