aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
AgeCommit message (Expand)Author
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner
2007-02-07move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-02-07remove dead ivars.Chris Lattner
2007-02-07remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner
2007-02-07eliminate std::vector's from the bchandler interfaceChris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-30Compaction tables no longer supported, remove its block ID.Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2007-01-06For PR411:Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-11-14Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-08-30Restore source-level compatibility with clients of these functions.Chris Lattner
2006-08-28remove extraneous spaceChris Lattner
2006-08-25For PR797:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-07-28Update comments.Chris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer
2006-05-14improve comment.Chris Lattner
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-11-30minor cleanupChris Lattner
2005-11-30Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-26Implement an isBytecodeArchive method to determine if an archive containsReid Spencer
2005-01-16Improve compatibility with aCC on HPUX. Patch by Duraid MadinaChris Lattner
2004-12-13Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer
2004-11-19Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer
2004-11-16Per code review:\Reid Spencer
2004-11-15Remove useless/confusing namespace qualifier.Reid Spencer
2004-11-15Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer
2004-11-14Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer
2004-11-14Complete rewrite to get first working version.Reid Spencer
2004-11-08Remove extra spacesMisha Brukman
2004-11-08Make writing compressed bytecode the default.Reid Spencer
2004-11-07Make compression the default on writing.Reid Spencer
2004-11-07* Provide option for specifying bytecode compressionReid Spencer
2004-11-06Add support for compressed bytecodeReid Spencer
2004-11-06Provide an interface for getting just the external symbols from aReid Spencer
2004-11-06Deprecate constructors we don't want users to use.Reid Spencer
2004-11-05Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer