aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2007-04-24track global initsChris Lattner
2007-04-23Read global symtabChris Lattner
2007-04-23implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner
2007-04-23first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner
2007-04-22Initial support for reading bitcode files. They currently only read types,Chris Lattner