summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Collapse)AuthorAgeFilesLines
...
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
| | | | llvm-svn: 36388
* move check to the right place :)Chris Lattner2007-04-241-3/+4
| | | | llvm-svn: 36386
* track global initsChris Lattner2007-04-242-3/+9
| | | | llvm-svn: 36385
* Emit module-level constants.Chris Lattner2007-04-243-10/+118
| | | | llvm-svn: 36384
* Read global symtabChris Lattner2007-04-232-3/+59
| | | | llvm-svn: 36378
* fix off-by oneChris Lattner2007-04-231-1/+1
| | | | llvm-svn: 36377
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
| | | | llvm-svn: 36374
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-232-6/+13
| | | | llvm-svn: 36367
* first part of implementation of abbrevs. The writer isn't fully there yet ↵Chris Lattner2007-04-232-12/+47
| | | | | | | | and the reader doesn't handle them at all yet. llvm-svn: 36363
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-233-89/+2
| | | | llvm-svn: 36358
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-221-1/+1
| | | | llvm-svn: 36348
* add llvm ir bitcode definition fileChris Lattner2007-04-221-0/+87
| | | | llvm-svn: 36337
* build the bitcode dirChris Lattner2007-04-221-0/+14
| | | | llvm-svn: 36332
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-224-0/+652
| | | | | | | the type symtab, and global/function protos, and is missing the important size optimization, but it is a place to start. llvm-svn: 36331
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-224-0/+633
the type symtab, and global/function protos, and are missing the important size optimization, but it is a place to start. llvm-svn: 36330
OpenPOWER on IntegriCloud