aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Stop using getValues().Alkis Evlogimenos2004-08-041-4/+3
* Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner2004-08-043-32/+34
* Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner2004-08-032-29/+24
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-1/+1
* Simplify code and silence warningChris Lattner2004-07-271-6/+4
* Fix a serious bug in the double constant reader. In particular, becauseChris Lattner2004-07-251-1/+2
* Always write FP values correctly.Reid Spencer2004-07-251-35/+21
* Don't create a backwards compatibility flag for something that was aReid Spencer2004-07-251-4/+0
* Adjust to new Module.h interface for dependent libraries.Reid Spencer2004-07-251-2/+2
* bug 263:Reid Spencer2004-07-257-811/+1003
* bug 122:Reid Spencer2004-07-181-30/+16
* bug 122:Reid Spencer2004-07-181-8/+8
* User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer2004-07-181-1/+1
* bug 122:Reid Spencer2004-07-181-9/+5
* bug 122:Reid Spencer2004-07-181-3/+1
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Actually set the endian/pointersize flags on the module being read in!Brian Gaeke2004-07-141-0/+3
* Fix warning on SparcV9, where sizeof (int) != sizeof (void *).Brian Gaeke2004-07-131-1/+1
* Fix unused var warningChris Lattner2004-07-121-3/+2
* Various cleanups:Reid Spencer2004-07-111-153/+193
* - Rename two methods to give them more meaningReid Spencer2004-07-111-2/+8
* Remove tabs.Reid Spencer2004-07-111-2/+2
* Prepare the writer for a non-broken implementation of writing floatingReid Spencer2004-07-112-2/+19
* Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer2004-07-101-3/+2
* Error Handling Cleanup:Reid Spencer2004-07-092-121/+129
* Fix a backwards compatibility bug found by Tanya. In version 1.2, theReid Spencer2004-07-091-0/+5
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+1
* Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer2004-07-054-29/+38
* Implementation of SlotTable went into header file. Note that this headerReid Spencer2004-07-041-116/+0
* Remove Tabs.Reid Spencer2004-07-041-4/+4
* Implement new output functions for types and compacted type planes. AlsoReid Spencer2004-07-041-51/+68
* Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer2004-07-041-2/+4
* For bug 122:Reid Spencer2004-07-042-133/+237
* - Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer2004-07-041-5/+1
* - Don't use macros to call the BytecodeHandlerReid Spencer2004-07-041-278/+434
* - Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer2004-07-041-60/+51
* Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer2004-07-041-8/+4
* Add #include <iostream> which is needed now that Value.h doesn't include itReid Spencer2004-07-042-0/+2
* Excise tabs.Reid Spencer2004-07-041-32/+31
* Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer2004-06-299-3404/+0
* This is a slimming down of the previous ReaderInternals.h that justReid Spencer2004-06-291-0/+470
* MAJOR REWRITE.Reid Spencer2004-06-291-326/+1355
* Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer2004-06-291-15/+68
* Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer2004-06-291-63/+377
* Analyzer moved to ../Reader directory.Reid Spencer2004-06-297-2573/+0
* Remove newly defunct Analyzer directory.Reid Spencer2004-06-291-1/+1
* No functionality changes here:Chris Lattner2004-06-251-7/+4
* Fix more warnings building with VC++Chris Lattner2004-06-252-4/+3
* fix warningsChris Lattner2004-06-251-2/+2
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-1712-33/+33