summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BytecodeFormat.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some indentation (so brg can test commit script).Reid Spencer2004-08-031-4/+4
| | | | llvm-svn: 15448
* Fix line lengths.Reid Spencer2004-08-031-2/+4
| | | | llvm-svn: 15446
* Properly wrap some lines.Reid Spencer2004-08-031-17/+15
| | | | llvm-svn: 15440
* Updates to reflect most recent changes to bytecode file format:Reid Spencer2004-07-291-940/+1279
| | | | | | | | * Dependent libraries & target triple * Short block headers * 24-bit type slot ids. llvm-svn: 15314
* Insert a reference to uint32_vbr encoding.Reid Spencer2004-07-071-2/+2
| | | | llvm-svn: 14669
* An update with corrections to content as well as using a regex styleReid Spencer2004-07-071-220/+261
| | | | | | | | notation that Chris' suggested to make the specification more compact and succinct. Added a section to Describe the notation, made the VBR description its own section, and otherwise generally cleaned things up. llvm-svn: 14668
* PunctuateChris Lattner2004-07-061-1/+1
| | | | llvm-svn: 14650
* First draft completed. All sections written.Reid Spencer2004-07-051-116/+312
| | | | llvm-svn: 14633
* Added sections for Constant Pool, Module Global Info, and CompactionReid Spencer2004-07-051-38/+280
| | | | | | Tables. Two more sections to go. llvm-svn: 14631
* Add a missing "terminator" :)Chris Lattner2004-07-051-1/+1
| | | | llvm-svn: 14630
* Structures allow only uintChris Lattner2004-07-051-4/+3
| | | | | | arrays allow int/uint/long/ulong llvm-svn: 14629
* - Reorganized the document contentsReid Spencer2004-07-051-207/+468
| | | | | | | | | | | - Provided a "General Layout" section that currently covers just the block structure of the bytecode file. - Wrote the section on the Global Type Pool - Wrote the section on differences between LLVM file format versions. Only five sections left to write! llvm-svn: 14628
* Fixed small typo to symtab link.Tanya Lattner2004-06-211-1/+1
| | | | llvm-svn: 14308
* Put in a place holder for describing the differences in bytecode formatReid Spencer2004-06-081-0/+37
| | | | | | | between LLVM versions. This is just a reminder so I don't forget to document it. llvm-svn: 14066
* Add "work in progress" warning.Reid Spencer2004-06-051-0/+3
| | | | llvm-svn: 14042
* Make use of the doc_author and doc_code styles. <tt>'ify llvm names. MinorChris Lattner2004-05-251-12/+14
| | | | | | other edits llvm-svn: 13760
* Added a bit on slot numbers.Reid Spencer2004-05-251-0/+38
| | | | llvm-svn: 13756
* Lots of minor typo fixes, some minor inaccuracies fixed, and some new material.Chris Lattner2004-05-241-37/+61
| | | | llvm-svn: 13715
* Fix a couple of busted li'sChris Lattner2004-05-241-2/+2
| | | | llvm-svn: 13713
* Make the file HTML 4.01 (Strict) clean.Reid Spencer2004-05-231-4/+6
| | | | llvm-svn: 13659
* Additional content describing variable bit rate encoding, correcting theReid Spencer2004-05-231-47/+237
| | | | | | | definition of the signature block and module block, and adding definitions of the global type pool and symbol table. More still to come. llvm-svn: 13658
* Some additional data added to the bytecode specification.Reid Spencer2004-05-221-20/+35
| | | | llvm-svn: 13626
* Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer2004-05-221-0/+248
file format. This format is being extracted from the source code and the small recesses of Chris' brain. llvm-svn: 13625
OpenPOWER on IntegriCloud