aboutsummaryrefslogtreecommitdiff
path: root/docs/BytecodeFormat.html
AgeCommit message (Expand)Author
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