aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader
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-23promote LLVMBitCodes to be a public headerChris Lattner
2007-04-22Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen
2007-04-22Initial support for reading bitcode files. They currently only read types,Chris Lattner