Use 'static const char' instead of 'static const int'.
[oota-llvm.git] / lib / Bitcode /
2007-05-02 Chris Lattneradd reader logic for terminator instrs.
2007-05-02 Chris Lattneradd reader support for a bunch of new instructions
2007-05-02 Chris Lattnerread a few instructions, fix some bugs. This is enough...
2007-05-02 Chris Lattneruse the correct code for binop instrs
2007-05-01 Chris Lattnerfix build with non-buggy compilers
2007-05-01 Chris Lattnerhandle function-level forward references, read binops.
2007-05-01 Chris Lattnerimplement materializeModule, force deallocation of...
2007-05-01 Chris LattnerThe stream to read from is now an ivar
2007-05-01 Chris Lattnerimplement scafolding for lazy deserialization of functi...
2007-05-01 Chris Lattnerwrite the symbol table for function bodies
2007-05-01 Chris Lattnerencode all of the instructions.
2007-04-29 Anton KorobeynikovImplement visibility checking during linking. Also...
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-29 Chris LattnerFix this to use the right block ID
2007-04-29 Chris Lattnermoved Writer.cpp -> BitcodeWriter.cpp to make it more...
2007-04-28 Anton KorobeynikovThis is not "FIXME" anymore
2007-04-26 Chris Lattnerstart code for writing out instructions. Separate...
2007-04-26 Chris Lattnerenumerate BB's separately from other function values.
2007-04-26 Chris Lattneradd support for incorporating and purging functions...
2007-04-26 Chris Lattnerimprove a comment
2007-04-26 Chris Lattnermove some code around, fix a bug in the reader reading...
2007-04-26 Chris Lattneradd bitcode alias support
2007-04-24 Chris Lattnerensure that every error return sets a message (and...
2007-04-24 Chris Lattnerfix memory leak
2007-04-24 Chris Lattnerimplement reading and writing of constant exprs.
2007-04-24 Chris Lattnerimplement support for reading aggregate constants,...
2007-04-24 Chris Lattneradd supprot for FP constants, wide integers, and fix...
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnerfix off-by-one computing size for section abbrevs
2007-04-24 Chris Lattnermove check to the right place :)
2007-04-24 Chris Lattnertrack global inits
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerfix off-by one
2007-04-23 Chris Lattnerwrite out the symtab for globals.
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
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 Lattneradd llvm ir bitcode definition file
2007-04-22 Chris Lattnerbuild the bitcode dir
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...
2007-04-22 Chris LattnerInitial support for reading bitcode files. They curren...