aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2006-12-04For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer
2006-12-03Support ICmp/FCmp constant expression reading and writing.Reid Spencer
2006-12-03Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer
2006-12-03Remove backwards compatibility goop. This is now handled by llvm-upgrade.Reid Spencer
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-28Use ostream instead of iostreamBill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-18Have ConstantExprs upgrade opcodes the same way as instructions.Reid Spencer
2006-11-14Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer
2006-11-11For PR998:Reid Spencer
2006-11-08Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer
2006-11-08For PR950:Reid Spencer
2006-11-03Remove some dead code.Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-10-12Fix massive resource leaks in the bytecode reader. Reading a bytecode fileChris Lattner
2006-09-17Small fixes for supporting dll* linkage typesAnton Korobeynikov
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-25For PR797:Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-28formatting cleanupsChris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-28Exceptions are thrown by and through this library.Chris 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-07-07These libs use EH infoChris Lattner
2006-07-07Fix a bug in my previous patch which broke building llvm/runtime when using l...Chris Lattner
2006-07-06Change the ModuleProvider interface to not throw exceptions.Chris Lattner
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner
2006-06-07For PR787:Reid Spencer
2006-06-07Fix a bug where the types for inlineasm nodes were not properly entered intoChris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-26Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner
2006-05-19Fix misencoding of calling conventionsChris Lattner
2006-05-12When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer
2006-05-06Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen
2006-04-08use isValidOperands instead of duplicating checksChris Lattner
2006-04-08Add shufflevector reading supportChris Lattner
2006-04-07We have an assertion that checks that we do not encode null values into theChris Lattner