aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2007-01-13Get rid of some useless distinction between bool and integer.Reid Spencer
2007-01-12remove unneeded special case for boolChris Lattner
2007-01-12Eliminate a log(n) lookupChris Lattner
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2007-01-07remove support for old-style varargs upgradingChris Lattner
2007-01-06For PR411:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-19switch statistics over to not use static ctors.Chris Lattner
2006-12-17This snuck in. Reverted.Bill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-15Remove an extraneous { at the end of a block.Reid Spencer
2006-12-15Fix long standing issue with propagating error message back to caller. ThisReid Spencer
2006-12-15For PR1050:Reid Spencer
2006-12-11Create the cast constant expression that was read instead of attemptingReid Spencer
2006-12-08Packed StructuresAndrew Lenharth
2006-12-07Removed more <iostream> includesBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-06Fix a CmpInst writing bug by removing merge cruft that I *know* I've removedReid Spencer
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