Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-25 | - Changed Handler.h -> BytecodeHandler.h | Reid Spencer | |
- Fixed some small coding standard compliance issues in BytecodeHandler.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14393 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-06-24 | Definition of the Bytecode Handler interface. Subclasses can override just | Reid Spencer | |
the methods they are interested in to perform out-of-band tasks while the BytecodeReader is constructing a module. Handlers should *not* modify any of the LLVM IR objects during this process. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14380 91177308-0d34-0410-b5e6-96231b3b80d8 |