aboutsummaryrefslogtreecommitdiff
path: root/docs/BytecodeFormat.html
AgeCommit message (Expand)Author
2005-11-12Describe section name encodingChris Lattner
2005-11-06Minor correctionChris Lattner
2005-11-06describe extensions to the .bc format for function/global alignmentChris Lattner
2005-11-05enumerate non-standard argument encoding cases, such as alignment info forChris Lattner
2005-11-05rearrange some info about the instruction encodingChris Lattner
2005-10-24Updated bytecode version numbers.John Criswell
2005-10-24Fixed a grammar issue.John Criswell
2005-05-14minor changesChris Lattner
2005-05-14user ops are not encoded in the bc formatChris Lattner
2005-05-14Document the pseudo-instruction opcodes in opcode range 56-63. These areReid Spencer
2005-05-06document calling convention extensionsChris Lattner
2004-11-15Update to reflect recent changeChris Lattner
2004-11-08Fix typo.Reid Spencer
2004-11-08Document compressed bytecode details.Reid Spencer
2004-11-07Replace llvm.org => llvm.cs.uiuc.eduMisha Brukman
2004-10-16Add missing 'Instruction Opcodes' bullet to TOCChris Lattner
2004-10-16None of these have actually been implemented yet.Chris Lattner
2004-08-27Fix a typo in the bytecode format documentationNate Begeman
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-18Correct a link, add a TOC entry.Reid Spencer
2004-08-18Provided opcode definitions.Reid Spencer
2004-08-17Documented the removal of alignment in version 4 bytecode files (version 3Reid Spencer
2004-08-17Technical Corrections (thanks to Robert Mykland):Reid Spencer
2004-08-16Correct the documentation for the module block header which uses the longReid Spencer
2004-08-03Line length <= 80 cols.Reid Spencer
2004-08-03Fix some indentation (so brg can test commit script).Reid Spencer
2004-08-03Fix line lengths.Reid Spencer
2004-08-03Properly wrap some lines.Reid Spencer
2004-07-29Updates to reflect most recent changes to bytecode file format:Reid Spencer
2004-07-07Insert a reference to uint32_vbr encoding.Reid Spencer
2004-07-07An update with corrections to content as well as using a regex styleReid Spencer
2004-07-06PunctuateChris Lattner
2004-07-05First draft completed. All sections written.Reid Spencer
2004-07-05Added sections for Constant Pool, Module Global Info, and CompactionReid Spencer
2004-07-05Add a missing "terminator" :)Chris Lattner
2004-07-05Structures allow only uintChris Lattner
2004-07-05- Reorganized the document contentsReid Spencer
2004-06-21Fixed small typo to symtab link.Tanya Lattner
2004-06-08Put in a place holder for describing the differences in bytecode formatReid Spencer
2004-06-05Add "work in progress" warning.Reid Spencer
2004-05-25Make use of the doc_author and doc_code styles. <tt>'ify llvm names. MinorChris Lattner
2004-05-25Added a bit on slot numbers.Reid Spencer
2004-05-24Lots of minor typo fixes, some minor inaccuracies fixed, and some new material.Chris Lattner
2004-05-24Fix a couple of busted li'sChris Lattner
2004-05-23Make the file HTML 4.01 (Strict) clean.Reid Spencer
2004-05-23Additional content describing variable bit rate encoding, correcting theReid Spencer
2004-05-22Some additional data added to the bytecode specification.Reid Spencer
2004-05-22Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer