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