aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Analyzer/Parser.h
AgeCommit message (Expand)Author
2004-06-29Analyzer moved to ../Reader directory.Reid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-10Make the parser deal with functions instead of just function types.Reid Spencer
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-08Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer