aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Analyzer/Parser.cpp
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-09Bring some things out of header files that belong only in this file.Reid Spencer
2004-06-08Fix the bug that was preventing the parser from working on all bytecodeReid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer