summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Collapse)AuthorAgeFilesLines
* 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