More templatization.
[oota-llvm.git] / lib / Bitcode / Writer /
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-04 Gordon HenriksenDeleting -emitbitcode option which did nothing.
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-07 Dale JohannesenRevert previous change to IR.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-05 Chris Lattnerremove a dead case
2007-05-11 Chris Lattnerallow partially materialized modules to be written...
2007-05-08 Chris LattnerMake a preemptive bitcode format change to support...
2007-05-06 Chris LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd abbrevs for binops and casts. This shrinks a testc...
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-05-06 Chris Lattnerimplement reading/writing of inlineasm objects
2007-05-06 Chris Lattneradd some abbrevs for ret and unreachable, shrinking...
2007-05-06 Chris Lattnerenumerate the operands of a constant before we enumerat...
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattneradd an abbreviation for the string constants opzn,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-06 Chris Lattnerfurther reduce the redundancy of types in the instructi...
2007-05-06 Chris Lattnerstop encoding type/value pairs when the type is implied...
2007-05-05 Chris Lattneradd an abbrev for loads. This shrinks the function...
2007-05-05 Chris Lattneradd abbrevs for the constants tables. This shrinks...
2007-05-05 Chris LattnerAdd abbreviations to the TYPE_BLOCK for pointers, funct...
2007-05-05 Chris Lattneradd a char6 abbrev for bbnames and value names. This...
2007-05-05 Chris Lattneradd an abbreviation for the type symtab, this shrinks...
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattnerallow the 8-bit abbrev to be used for either bb or...
2007-05-04 Chris Lattnershave another 150K off of kc++, by using a 7-bit encodi...
2007-05-04 Chris Lattnerwhere possible, encode symtab names with 7 bits per...
2007-05-04 Chris LattnerEncode all value symtab strings as arrays of 8-bit...
2007-05-04 Chris Lattnereliminate internal length fields from record. Records...
2007-05-04 Chris Lattnerstub out creation of BLOCKINFO_BLOCK
2007-05-04 Chris Lattneroptimize constant layout. This fixes encoding of 181...
2007-05-04 Chris Lattnersimple optimization for the type table
2007-05-04 Chris Lattnerfix encoding of invoke instructions. kc++ now round...
2007-05-04 Chris Lattnerencode and read param attrs along with function type...
2007-05-04 Chris Lattnerfix a bug encoding param attrs
2007-05-04 Chris Lattneradd writer support for param attrs
2007-05-04 Chris Lattnerpass by reference, not by value
2007-05-04 Chris Lattnertrivial scaffolding for param attrs
2007-05-03 Chris Lattnerenumerate parameter attr lists.
2007-05-03 Chris LattnerEncoding calling conv info in call/invoke instrs, tree...
2007-05-03 Chris Lattnerdon't bother encoding # varargs
2007-05-03 Chris Lattnerfix encoding of BB names in the symtab
2007-05-02 Chris Lattneradd reader logic for terminator instrs.
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 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 LattnerFix this to use the right block ID
2007-04-29 Chris Lattnermoved Writer.cpp -> BitcodeWriter.cpp to make it more...
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 Lattnerimplement reading and writing of constant exprs.
2007-04-24 Chris Lattnerfix off-by-one computing size for section abbrevs
2007-04-24 Chris LattnerEmit module-level constants.
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 Chris LattnerInitial support for writing bitcode files. This curren...