summaryrefslogtreecommitdiff
path: root/docs/BitCodeFormat.html
AgeCommit message (Expand)Author
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-04-08Missing closed tag.Bill Wendling
2011-01-08First step in fixing PR8927:Rafael Espindola
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-05-21expand on the llvm ir bitcode dox. Patch by Peter Housel!Chris Lattner
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-01-20reduce redundant are's.Chris Lattner
2009-10-29greatly improve the LLVM IR bitcode encoding documentation,Chris Lattner
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-04-26Add two new record types to the blockinfo block:Chris Lattner
2009-04-06add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner
2009-04-06clean up some htmlChris Lattner
2009-04-04Fix some HTML validation errors.Bill Wendling
2009-04-04General clean-up of the bitcode format documentation. Having the paragraphsBill Wendling
2009-03-30fix some validation problems.Chris Lattner
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner
2007-10-08Various improvements to the documentation, contributed byChris Lattner
2007-05-13add initial description of llvm top-level stuff.Chris Lattner
2007-05-13finish the description of the bitstream format.Chris Lattner
2007-05-12Fix a grammaro.Reid Spencer
2007-05-12fix typoChris Lattner
2007-05-12continued descriptionChris Lattner
2007-05-12add a bunch of content.Chris Lattner
2007-05-12first stepChris Lattner
2007-01-20Initial template for the 2.0 Bitcode format that will replace the 1.xReid Spencer