aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2004-08-04Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner
2004-08-03Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-27Simplify code and silence warningChris Lattner
2004-07-25Fix a serious bug in the double constant reader. In particular, becauseChris Lattner
2004-07-25Always write FP values correctly.Reid Spencer
2004-07-25Don't create a backwards compatibility flag for something that was aReid Spencer
2004-07-25Adjust to new Module.h interface for dependent libraries.Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-18User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-15Fix for PR341Chris Lattner
2004-07-14Actually set the endian/pointersize flags on the module being read in!Brian Gaeke
2004-07-13Fix warning on SparcV9, where sizeof (int) != sizeof (void *).Brian Gaeke
2004-07-12Fix unused var warningChris Lattner
2004-07-11Various cleanups:Reid Spencer
2004-07-11- Rename two methods to give them more meaningReid Spencer
2004-07-11Remove tabs.Reid Spencer
2004-07-11Prepare the writer for a non-broken implementation of writing floatingReid Spencer
2004-07-10Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer
2004-07-09Error Handling Cleanup:Reid Spencer
2004-07-09Fix a backwards compatibility bug found by Tanya. In version 1.2, theReid Spencer
2004-07-06Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
2004-07-04Implementation of SlotTable went into header file. Note that this headerReid Spencer
2004-07-04Remove Tabs.Reid Spencer
2004-07-04Implement new output functions for types and compacted type planes. AlsoReid Spencer
2004-07-04Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer
2004-07-04For bug 122:Reid Spencer
2004-07-04- Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer
2004-07-04- Don't use macros to call the BytecodeHandlerReid Spencer
2004-07-04- Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer
2004-07-04Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer
2004-07-04Add #include <iostream> which is needed now that Value.h doesn't include itReid Spencer
2004-07-04Excise tabs.Reid Spencer
2004-06-29Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer
2004-06-29This is a slimming down of the previous ReaderInternals.h that justReid Spencer
2004-06-29MAJOR REWRITE.Reid Spencer
2004-06-29Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer
2004-06-29Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer
2004-06-29Analyzer moved to ../Reader directory.Reid Spencer
2004-06-29Remove newly defunct Analyzer directory.Reid Spencer
2004-06-25No functionality changes here:Chris Lattner
2004-06-25Fix more warnings building with VC++Chris Lattner
2004-06-25fix warningsChris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer