aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
AgeCommit message (Expand)Author
2007-04-24implement support for reading aggregate constants, including handling forwardChris Lattner
2007-04-24read basic constants: null, undef, integers <= 64bitsChris Lattner
2007-04-24track global initsChris Lattner
2007-04-23Read global symtabChris 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