aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
Commit message (Expand)AuthorAgeFilesLines
* Fix version information for new instructions.Reid Spencer2007-01-311-22/+22
* Correct the instruction op codes to meet current head changes.Reid Spencer2007-01-311-51/+33
* Excise documentation about Compaction Tables.Reid Spencer2007-01-311-98/+6
* Describe the recent changes to the bytecode format for PR761.Owen Anderson2007-01-271-40/+13
* One more small fix to documentationAnton Korobeynikov2007-01-231-1/+5
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-8/+38
* A backwards compatible bc format for packed structsAndrew Lenharth2006-12-081-4/+17
* Packed Structure Definitions (docs)Andrew Lenharth2006-12-081-0/+4
* Document correct opcodes for post 1.9 release.Reid Spencer2006-11-081-10/+7
* Update the instruction opcodes for release 1.9Reid Spencer2006-11-081-33/+35
* Document the VAArg, and vector instruction opcodes.Reid Spencer2006-10-151-2/+12
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-6/+15
* Removed listing of llvm releases after 1.4, and said "1.4 and newer"Tanya Lattner2006-04-201-1/+1
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-3/+3
* update the bytecode format guide for the encoding of inline asm.Chris Lattner2006-01-251-9/+61
* Update for file-scope inline asmChris Lattner2006-01-231-14/+11
* Describe section name encodingChris Lattner2005-11-121-13/+66
* Minor correctionChris Lattner2005-11-061-3/+6
* describe extensions to the .bc format for function/global alignmentChris Lattner2005-11-061-5/+69
* enumerate non-standard argument encoding cases, such as alignment info forChris Lattner2005-11-051-10/+34
* rearrange some info about the instruction encodingChris Lattner2005-11-051-105/+123
* Updated bytecode version numbers.John Criswell2005-10-241-1/+3
* Fixed a grammar issue.John Criswell2005-10-241-1/+1
* minor changesChris Lattner2005-05-141-8/+7
* user ops are not encoded in the bc formatChris Lattner2005-05-141-2/+0
* Document the pseudo-instruction opcodes in opcode range 56-63. These areReid Spencer2005-05-141-0/+36
* document calling convention extensionsChris Lattner2005-05-061-1/+5
* Update to reflect recent changeChris Lattner2004-11-151-2/+8
* Fix typo.Reid Spencer2004-11-081-1/+1
* Document compressed bytecode details.Reid Spencer2004-11-081-1/+28
* Replace llvm.org => llvm.cs.uiuc.eduMisha Brukman2004-11-071-1/+1
* Add missing 'Instruction Opcodes' bullet to TOCChris Lattner2004-10-161-38/+100
* None of these have actually been implemented yet.Chris Lattner2004-10-161-3/+5
* Fix a typo in the bytecode format documentationNate Begeman2004-08-271-1/+1
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+21
* Correct a link, add a TOC entry.Reid Spencer2004-08-181-1/+2
* Provided opcode definitions.Reid Spencer2004-08-181-89/+182
* Documented the removal of alignment in version 4 bytecode files (version 3Reid Spencer2004-08-171-0/+28
* Technical Corrections (thanks to Robert Mykland):Reid Spencer2004-08-171-18/+26
* Correct the documentation for the module block header which uses the longReid Spencer2004-08-161-4/+22
* Line length <= 80 cols.Reid Spencer2004-08-031-1/+2
* Fix some indentation (so brg can test commit script).Reid Spencer2004-08-031-4/+4
* Fix line lengths.Reid Spencer2004-08-031-2/+4
* Properly wrap some lines.Reid Spencer2004-08-031-17/+15
* Updates to reflect most recent changes to bytecode file format:Reid Spencer2004-07-291-940/+1279
* Insert a reference to uint32_vbr encoding.Reid Spencer2004-07-071-2/+2
* An update with corrections to content as well as using a regex styleReid Spencer2004-07-071-220/+261
* PunctuateChris Lattner2004-07-061-1/+1
* First draft completed. All sections written.Reid Spencer2004-07-051-116/+312
* Added sections for Constant Pool, Module Global Info, and CompactionReid Spencer2004-07-051-38/+280