add supprot for FP constants, wide integers, and fix the encoding of MININT
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.h
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnertrack global inits
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Chris LattnerInitial support for reading bitcode files. They curren...