aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2007-04-24ensure that every error return sets a message (and goes through Error, forChris Lattner
2007-04-24fix memory leakChris Lattner
2007-04-24implement reading and writing of constant exprs.Chris Lattner
2007-04-24implement support for reading aggregate constants, including handling forwardChris Lattner
2007-04-24add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner
2007-04-24read basic constants: null, undef, integers <= 64bitsChris Lattner
2007-04-24move check to the right place :)Chris Lattner
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