index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
BytecodeFormat.html
Age
Commit message (
Expand
)
Author
2005-11-12
Describe section name encoding
Chris Lattner
2005-11-06
Minor correction
Chris Lattner
2005-11-06
describe extensions to the .bc format for function/global alignment
Chris Lattner
2005-11-05
enumerate non-standard argument encoding cases, such as alignment info for
Chris Lattner
2005-11-05
rearrange some info about the instruction encoding
Chris Lattner
2005-10-24
Updated bytecode version numbers.
John Criswell
2005-10-24
Fixed a grammar issue.
John Criswell
2005-05-14
minor changes
Chris Lattner
2005-05-14
user ops are not encoded in the bc format
Chris Lattner
2005-05-14
Document the pseudo-instruction opcodes in opcode range 56-63. These are
Reid Spencer
2005-05-06
document calling convention extensions
Chris Lattner
2004-11-15
Update to reflect recent change
Chris Lattner
2004-11-08
Fix typo.
Reid Spencer
2004-11-08
Document compressed bytecode details.
Reid Spencer
2004-11-07
Replace llvm.org => llvm.cs.uiuc.edu
Misha Brukman
2004-10-16
Add missing 'Instruction Opcodes' bullet to TOC
Chris Lattner
2004-10-16
None of these have actually been implemented yet.
Chris Lattner
2004-08-27
Fix a typo in the bytecode format documentation
Nate Begeman
2004-08-20
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-18
Correct a link, add a TOC entry.
Reid Spencer
2004-08-18
Provided opcode definitions.
Reid Spencer
2004-08-17
Documented the removal of alignment in version 4 bytecode files (version 3
Reid Spencer
2004-08-17
Technical Corrections (thanks to Robert Mykland):
Reid Spencer
2004-08-16
Correct the documentation for the module block header which uses the long
Reid Spencer
2004-08-03
Line length <= 80 cols.
Reid Spencer
2004-08-03
Fix some indentation (so brg can test commit script).
Reid Spencer
2004-08-03
Fix line lengths.
Reid Spencer
2004-08-03
Properly wrap some lines.
Reid Spencer
2004-07-29
Updates to reflect most recent changes to bytecode file format:
Reid Spencer
2004-07-07
Insert a reference to uint32_vbr encoding.
Reid Spencer
2004-07-07
An update with corrections to content as well as using a regex style
Reid Spencer
2004-07-06
Punctuate
Chris Lattner
2004-07-05
First draft completed. All sections written.
Reid Spencer
2004-07-05
Added sections for Constant Pool, Module Global Info, and Compaction
Reid Spencer
2004-07-05
Add a missing "terminator" :)
Chris Lattner
2004-07-05
Structures allow only uint
Chris Lattner
2004-07-05
- Reorganized the document contents
Reid Spencer
2004-06-21
Fixed small typo to symtab link.
Tanya Lattner
2004-06-08
Put in a place holder for describing the differences in bytecode format
Reid Spencer
2004-06-05
Add "work in progress" warning.
Reid Spencer
2004-05-25
Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor
Chris Lattner
2004-05-25
Added a bit on slot numbers.
Reid Spencer
2004-05-24
Lots of minor typo fixes, some minor inaccuracies fixed, and some new material.
Chris Lattner
2004-05-24
Fix a couple of busted li's
Chris Lattner
2004-05-23
Make the file HTML 4.01 (Strict) clean.
Reid Spencer
2004-05-23
Additional content describing variable bit rate encoding, correcting the
Reid Spencer
2004-05-22
Some additional data added to the bytecode specification.
Reid Spencer
2004-05-22
Added an initial template/overview for documentation of the LLVM Bytecode
Reid Spencer