| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Implement visibility checking during linking. Also implement protected | Anton Korobeynikov | |
| visibility support for bitcode. llvm-svn: 36577 | |||
| 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-28 | This is not "FIXME" anymore | Anton Korobeynikov | |
| llvm-svn: 36541 | |||
| 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 | fix memory leak | Chris Lattner | |
| llvm-svn: 36397 | |||
| 2007-04-24 | implement reading and writing of constant exprs. | Chris Lattner | |
| llvm-svn: 36394 | |||
| 2007-04-24 | implement support for reading aggregate constants, including handling forward | Chris Lattner | |
| constant references, etc. llvm-svn: 36391 | |||
| 2007-04-24 | add supprot for FP constants, wide integers, and fix the encoding of MININT | Chris Lattner | |
| llvm-svn: 36390 | |||
| 2007-04-24 | read basic constants: null, undef, integers <= 64bits | Chris Lattner | |
| llvm-svn: 36389 | |||
| 2007-04-24 | move check to the right place :) | Chris Lattner | |
| llvm-svn: 36386 | |||
| 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 | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | |
| llvm-svn: 36367 | |||
| 2007-04-23 | first part of implementation of abbrevs. The writer isn't fully there yet ↵ | Chris Lattner | |
| and the reader doesn't handle them at all yet. llvm-svn: 36363 | |||
| 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 | |||
