Update doc to reflect changes I am about to install to fix PR 888.
[oota-llvm.git] / docs / BytecodeFormat.html
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-12 Lauro Ramos Venancioupdate documentation
2007-02-28 Reid SpencerDescribe how arbitrary precision integers are written...
2007-02-15 Reid SpencerFor PR1195:
2007-02-02 Reid Spencer1. Break long lines to 80 col limit
2007-01-31 Reid SpencerFix version information for new instructions.
2007-01-31 Reid SpencerCorrect the instruction op codes to meet current head...
2007-01-31 Reid SpencerExcise documentation about Compaction Tables.
2007-01-27 Owen AndersonDescribe the recent changes to the bytecode format...
2007-01-23 Anton KorobeynikovOne more small fix to documentation
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2006-12-08 Andrew LenharthA backwards compatible bc format for packed structs
2006-12-08 Andrew LenharthPacked Structure Definitions (docs)
2006-11-08 Reid SpencerDocument correct opcodes for post 1.9 release.
2006-11-08 Reid SpencerUpdate the instruction opcodes for release 1.9
2006-10-15 Reid SpencerDocument the VAArg, and vector instruction opcodes.
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-04-20 Tanya LattnerRemoved listing of llvm releases after 1.4, and said...
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-01-25 Chris Lattnerupdate the bytecode format guide for the encoding of...
2006-01-23 Chris LattnerUpdate for file-scope inline asm
2005-11-12 Chris LattnerDescribe section name encoding
2005-11-06 Chris LattnerMinor correction
2005-11-06 Chris Lattnerdescribe extensions to the .bc format for function...
2005-11-05 Chris Lattnerenumerate non-standard argument encoding cases, such...
2005-11-05 Chris Lattnerrearrange some info about the instruction encoding
2005-10-24 John CriswellUpdated bytecode version numbers.
2005-10-24 John CriswellFixed a grammar issue.
2005-05-14 Chris Lattnerminor changes
2005-05-14 Chris Lattneruser ops are not encoded in the bc format
2005-05-14 Reid SpencerDocument the pseudo-instruction opcodes in opcode range...
2005-05-06 Chris Lattnerdocument calling convention extensions
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...