summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-263-98/+38
| | | | llvm-svn: 36465
* improve a commentChris Lattner2007-04-261-3/+5
| | | | llvm-svn: 36464
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-265-69/+123
| | | | | | | I just introduced), stub out function reading, purge aggregate values from the value table before reading functions. llvm-svn: 36463
* add bitcode alias supportChris Lattner2007-04-264-17/+81
| | | | llvm-svn: 36461
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-243-19/+37
| | | | | | | | | easy breakpointing). Fix bugs reading constantexpr geps. We now can disassemble kc++ global initializers. llvm-svn: 36398
* fix memory leakChris Lattner2007-04-241-3/+4
| | | | llvm-svn: 36397
* implement reading and writing of constant exprs.Chris Lattner2007-04-242-15/+230
| | | | llvm-svn: 36394
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-242-5/+108
| | | | | | constant references, etc. llvm-svn: 36391
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-241-8/+40
| | | | llvm-svn: 36390
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-242-2/+80
| | | | llvm-svn: 36389
* 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