aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
AgeCommit message (Expand)Author
2007-02-10inline hasNullValue, rename some variables, simplify some code.Chris Lattner
2007-02-10merge insertValue into its single caller, eliminate some redundant checks.Chris Lattner
2007-02-10merge doInsertValue into insertValueChris Lattner
2007-02-10insertvalue's second operand is always falseChris Lattner
2007-02-10remove dead 'dontIgnore' flag for insertTypeChris Lattner
2007-02-10rename getSlot -> getSlotType and getOrCreateSlot ->getOrCreateTypeSlotChris Lattner
2007-02-09Use int32_t and uint32_t to hopefully help weak compilers (cygwin) notReid Spencer
2007-02-09Make SlotCalculator::getPlane an inline function. It is used inside loops.Reid Spencer
2007-02-09remove unneeded #includesChris Lattner
2007-02-09remove dead code, the outputConstants function is now only called at module s...Chris Lattner
2007-02-091. constants can never occur in the symbol table.Chris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-30Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer
2007-01-28This file has been dead for a long time. Remove it.Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-19Back out last changes for dataLayout. Much more work is needed.Reid Spencer
2007-01-18For PR761:Reid Spencer
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-13Make sure that GEP indices are only 32 or 64 bits. We're not ready forReid 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-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-08Packed StructuresAndrew Lenharth
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-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-08Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer
2006-11-02For PR786:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-07-28formatting cleanupsChris 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