Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / docs / BytecodeFormat.html
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...