| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-05-01 | handle function-level forward references, read binops. | Chris Lattner | |
| llvm-svn: 36620 | |||
| 2007-05-01 | implement materializeModule, force deallocation of vector memory when we | Chris Lattner | |
| are done with them, start implementing ParseFunctionBody llvm-svn: 36617 | |||
| 2007-05-01 | The stream to read from is now an ivar | Chris Lattner | |
| llvm-svn: 36615 | |||
| 2007-05-01 | implement scafolding for lazy deserialization of function bodies | Chris Lattner | |
| llvm-svn: 36614 | |||
| 2007-04-29 | Switch the bitcode reader interface to take a MemoryBuffer instead of knowing | Chris Lattner | |
| anything about disk I/O itself. This greatly simplifies its interface - eliminating the need for the ReaderWrappers.cpp file. This adds a new option to llvm-dis (-bitcode) which instructs it to read the input file as bitcode. Until/unless the bytecode reader is taught to read from MemoryBuffer, there is no way to handle stdin reading without it. I don't plan to switch the bytecode reader over, I'd rather delete it :), so the option will stay around temporarily. llvm-svn: 36554 | |||
| 2007-04-26 | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner | |
| I just introduced), stub out function reading, purge aggregate values from the value table before reading functions. llvm-svn: 36463 | |||
| 2007-04-26 | add bitcode alias support | Chris Lattner | |
| llvm-svn: 36461 | |||
| 2007-04-24 | ensure that every error return sets a message (and goes through Error, for | Chris Lattner | |
| easy breakpointing). Fix bugs reading constantexpr geps. We now can disassemble kc++ global initializers. llvm-svn: 36398 | |||
| 2007-04-24 | implement support for reading aggregate constants, including handling forward | Chris Lattner | |
| constant references, etc. llvm-svn: 36391 | |||
| 2007-04-24 | read basic constants: null, undef, integers <= 64bits | Chris Lattner | |
| llvm-svn: 36389 | |||
| 2007-04-24 | track global inits | Chris Lattner | |
| llvm-svn: 36385 | |||
| 2007-04-23 | Read global symtab | Chris Lattner | |
| llvm-svn: 36378 | |||
| 2007-04-23 | promote LLVMBitCodes to be a public header | Chris Lattner | |
| llvm-svn: 36358 | |||
| 2007-04-22 | Fix build problem with Gentoo 4.1.1-r3. | Jeff Cohen | |
| llvm-svn: 36348 | |||
| 2007-04-22 | Initial support for reading bitcode files. They currently only read types, | Chris Lattner | |
| the type symtab, and global/function protos, and are missing the important size optimization, but it is a place to start. llvm-svn: 36330 | |||
