summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BitCodeFormat.html
Commit message (Collapse)AuthorAgeFilesLines
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-091-2/+38
| | | | | | | | | | | | | | | | bc files for modules with a target triple that indicates they are for darwin. The reader unconditionally handles this, and the writer could turn this on for more targets if we care. This change has two benefits for darwin: 1) it allows us to encode the cpu type of the file in an easy to read place that doesn't require decoding the bc file. 2) it works around a bug (IMO) in darwin's AR where it is incapable of handling files that are not a multiple of 8 bytes long. BC files are only guaranteed to be multiples of 4 bytes long. llvm-svn: 53275
* Various improvements to the documentation, contributed byChris Lattner2007-10-081-23/+62
| | | | | | Joshua Haberman! llvm-svn: 42763
* add initial description of llvm top-level stuff.Chris Lattner2007-05-131-3/+93
| | | | llvm-svn: 37017
* finish the description of the bitstream format.Chris Lattner2007-05-131-3/+88
| | | | llvm-svn: 37016
* Fix a grammaro.Reid Spencer2007-05-121-1/+1
| | | | llvm-svn: 37005
* fix typoChris Lattner2007-05-121-1/+1
| | | | llvm-svn: 37004
* continued descriptionChris Lattner2007-05-121-5/+108
| | | | llvm-svn: 37003
* add a bunch of content.Chris Lattner2007-05-121-8/+213
| | | | llvm-svn: 37002
* first stepChris Lattner2007-05-121-27/+97
| | | | llvm-svn: 37001
* Initial template for the 2.0 Bitcode format that will replace the 1.xReid Spencer2007-01-201-0/+61
Bytecode format. llvm-svn: 33412
OpenPOWER on IntegriCloud