Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.
[oota-llvm.git] / docs / BytecodeFormat.html
2004-11-15 Chris LattnerUpdate to reflect recent change
2004-11-08 Reid SpencerFix typo.
2004-11-08 Reid SpencerDocument compressed bytecode details.
2004-11-07 Misha BrukmanReplace llvm.org => llvm.cs.uiuc.edu
2004-10-16 Chris LattnerAdd missing 'Instruction Opcodes' bullet to TOC
2004-10-16 Chris LattnerNone of these have actually been implemented yet.
2004-08-27 Nate BegemanFix a typo in the bytecode format documentation
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-18 Reid SpencerCorrect a link, add a TOC entry.
2004-08-18 Reid SpencerProvided opcode definitions.
2004-08-17 Reid SpencerDocumented the removal of alignment in version 4 byteco...
2004-08-17 Reid SpencerTechnical Corrections (thanks to Robert Mykland):
2004-08-16 Reid SpencerCorrect the documentation for the module block header...
2004-08-03 Reid SpencerLine length <= 80 cols.
2004-08-03 Reid SpencerFix some indentation (so brg can test commit script).
2004-08-03 Reid SpencerFix line lengths.
2004-08-03 Reid SpencerProperly wrap some lines.
2004-07-29 Reid SpencerUpdates to reflect most recent changes to bytecode...
2004-07-07 Reid SpencerInsert a reference to uint32_vbr encoding.
2004-07-07 Reid SpencerAn update with corrections to content as well as using...
2004-07-06 Chris LattnerPunctuate
2004-07-05 Reid SpencerFirst draft completed. All sections written.
2004-07-05 Reid SpencerAdded sections for Constant Pool, Module Global Info...
2004-07-05 Chris LattnerAdd a missing "terminator" :)
2004-07-05 Chris LattnerStructures allow only uint
2004-07-05 Reid Spencer- Reorganized the document contents
2004-06-21 Tanya LattnerFixed small typo to symtab link.
2004-06-08 Reid SpencerPut in a place holder for describing the differences...
2004-06-05 Reid SpencerAdd "work in progress" warning.
2004-05-25 Chris LattnerMake use of the doc_author and doc_code styles. <tt...
2004-05-25 Reid SpencerAdded a bit on slot numbers.
2004-05-24 Chris LattnerLots of minor typo fixes, some minor inaccuracies fixed...
2004-05-24 Chris LattnerFix a couple of busted li's
2004-05-23 Reid SpencerMake the file HTML 4.01 (Strict) clean.
2004-05-23 Reid SpencerAdditional content describing variable bit rate encodin...
2004-05-22 Reid SpencerSome additional data added to the bytecode specification.
2004-05-22 Reid SpencerAdded an initial template/overview for documentation...