summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer2004-06-291-1062/+0
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-3/+3
* Make the parser deal with functions instead of just function types.Reid Spencer2004-06-101-30/+34
* Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer2004-06-101-175/+335
* Bring some things out of header files that belong only in this file.Reid Spencer2004-06-091-0/+21
* Fix the bug that was preventing the parser from working on all bytecodeReid Spencer2004-06-081-5/+5
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-071-0/+877
OpenPOWER on IntegriCloud