summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Allow this to compile with gcc 4.0.XReid Spencer2007-05-041-2/+4
* Encoding calling conv info in call/invoke instrs, tree add now round trips co...Chris Lattner2007-05-031-16/+21
* the type field for a store is the type of the pointer, not the value.Chris Lattner2007-05-031-3/+4
* fix encoding of BB names in the symtabChris Lattner2007-05-031-0/+10
* bug fixesChris Lattner2007-05-031-3/+3
* implement the rest of the instructionsChris Lattner2007-05-031-10/+68
* add a few more instructions, getting closeChris Lattner2007-05-031-10/+53
* add reader logic for terminator instrs.Chris Lattner2007-05-021-8/+89
* add reader support for a bunch of new instructionsChris Lattner2007-05-021-14/+90
* read a few instructions, fix some bugs. This is enough to be able to roundChris Lattner2007-05-021-15/+38
* handle function-level forward references, read binops.Chris Lattner2007-05-011-20/+126
* implement materializeModule, force deallocation of vector memory when weChris Lattner2007-05-011-6/+99
* The stream to read from is now an ivarChris Lattner2007-05-011-13/+12
* implement scafolding for lazy deserialization of function bodiesChris Lattner2007-05-011-2/+63
* Implement visibility checking during linking. Also implement protectedAnton Korobeynikov2007-04-291-0/+1
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-291-5/+50
* This is not "FIXME" anymoreAnton Korobeynikov2007-04-281-3/+1
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-3/+11
* add bitcode alias supportChris Lattner2007-04-261-17/+57
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-241-19/+35
* fix memory leakChris Lattner2007-04-241-3/+4
* implement reading and writing of constant exprs.Chris Lattner2007-04-241-6/+133
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-241-1/+77
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-241-8/+40
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-241-0/+77
* move check to the right place :)Chris Lattner2007-04-241-3/+4
* track global initsChris Lattner2007-04-241-3/+7
* Read global symtabChris Lattner2007-04-231-3/+56
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-231-3/+6
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-6/+8
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-221-0/+455
OpenPOWER on IntegriCloud