aboutsummaryrefslogtreecommitdiff
path: root/docs/BytecodeFormat.html
AgeCommit message (Expand)Author
2007-05-06this is obsoleteChris Lattner
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-21add support for alignment attributes on load/store instructionsChristopher Lamb
2007-04-12update documentationLauro Ramos Venancio
2007-02-28Describe how arbitrary precision integers are written to the bytecode.Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-021. Break long lines to 80 col limitReid Spencer
2007-01-31Fix version information for new instructions.Reid Spencer
2007-01-31Correct the instruction op codes to meet current head changes.Reid Spencer
2007-01-31Excise documentation about Compaction Tables.Reid Spencer
2007-01-27Describe the recent changes to the bytecode format for PR761.Owen Anderson
2007-01-23One more small fix to documentationAnton Korobeynikov
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2006-12-08A backwards compatible bc format for packed structsAndrew Lenharth
2006-12-08Packed Structure Definitions (docs)Andrew Lenharth
2006-11-08Document correct opcodes for post 1.9 release.Reid Spencer
2006-11-08Update the instruction opcodes for release 1.9Reid Spencer
2006-10-15Document the VAArg, and vector instruction opcodes.Reid Spencer
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-04-20Removed listing of llvm releases after 1.4, and said "1.4 and newer"Tanya Lattner
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-01-25update the bytecode format guide for the encoding of inline asm.Chris Lattner
2006-01-23Update for file-scope inline asmChris Lattner
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