Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switch the bitcode reader interface to take a MemoryBuffer instead of knowing | Chris Lattner | 2007-04-29 | 1 | -5/+12 | |
* | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner | 2007-04-26 | 1 | -0/+5 | |
* | add bitcode alias support | Chris Lattner | 2007-04-26 | 1 | -0/+2 | |
* | ensure that every error return sets a message (and goes through Error, for | Chris Lattner | 2007-04-24 | 1 | -0/+1 | |
* | implement support for reading aggregate constants, including handling forward | Chris Lattner | 2007-04-24 | 1 | -4/+31 | |
* | read basic constants: null, undef, integers <= 64bits | Chris Lattner | 2007-04-24 | 1 | -2/+3 | |
* | track global inits | Chris Lattner | 2007-04-24 | 1 | -0/+2 | |
* | Read global symtab | Chris Lattner | 2007-04-23 | 1 | -0/+3 | |
* | promote LLVMBitCodes to be a public header | Chris Lattner | 2007-04-23 | 1 | -1/+1 | |
* | Fix build problem with Gentoo 4.1.1-r3. | Jeff Cohen | 2007-04-22 | 1 | -1/+1 | |
* | Initial support for reading bitcode files. They currently only read types, | Chris Lattner | 2007-04-22 | 1 | -0/+66 |