aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-04Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-07-04- remove use of isa<Type>(Val) since there's no inheritance relationshipReid Spencer
2004-07-04Remove use of Type::TypeTy which is no longer defined. This change neededReid Spencer
2004-07-04Correct syntax typo .. ; -> :Reid Spencer
2004-07-04- Changes for bug 122Reid Spencer
2004-07-04- #include <iostream> since its not in Value.h any more.Reid Spencer
2004-07-04Constify SymbolTable's use of Type* so that it never modifies them.Reid Spencer
2004-07-04- #include <iostream> since its not in Value.h any more.Reid Spencer
2004-07-04#include <iostream> since its not in Value.h any more.Reid Spencer
2004-07-04Adjust the slot machine to handle Types separately from Values. This wasReid 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-04Move SlotCalculator.h to lib/Bytecode/Writer since that is the only placeReid Spencer
2004-07-04- Don't use macros to call the BytecodeHandlerReid Spencer
2004-07-04Make all the virtual function (except destructor) inline so there areReid 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-07-04Add a new, compatible, interface function for writing types as operands.Reid Spencer
2004-07-04Added #include <iostream> since this header is no longer picked up fromReid Spencer
2004-07-04- Remove enumerator TypeVal since Values can't be types any moreReid Spencer
2004-07-04There is no longer a "Type" primitive type because Values and Types areReid Spencer
2004-07-04Constify usage of Type* on the interface to ensure SymbolTable doesn'tReid Spencer
2004-07-04Remove all of the classof(const Value*) methods of the derived types sinceReid Spencer
2004-07-04Make Type have no base classes. Previously it inherited Value. AlsoReid Spencer
2004-07-04Add efficiency statistic.Alkis Evlogimenos
2004-07-04Add more operators.Alkis Evlogimenos
2004-07-03Fix compilation on internixChris Lattner
2004-07-03Implement add.ll:test22, a common case in MSIL filesChris Lattner
2004-07-03Add a new testcase for folding an add into a switchChris Lattner
2004-07-02Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner
2004-07-02Do not call getTypeSize on a type that has no sizeChris Lattner
2004-07-02Modernize example, so that you can paste it right into llvm-asBrian Gaeke
2004-07-02Since we are in the department of redundancy department, at least be correctChris Lattner
2004-07-02Add FIXME notes for spilling int/fp regs (need to calculate stack space).Misha Brukman
2004-07-02* Wrap long linesMisha Brukman
2004-07-02* Standardize manpage output: program name bold, options italic/emphasizedMisha Brukman
2004-07-02The HTML documentation is now automatically generated from POD source.Misha Brukman
2004-07-02* Link to the POD-generated HTML documentationMisha Brukman
2004-07-02Make `args' stand out as bold, delete confusing elipsis at the end of cmdline.Misha Brukman
2004-07-02HTML links in PODs must be absolute.Misha Brukman
2004-07-02Simplify wording: `the bugpoint tool' can just become `bugpoint'.Misha Brukman
2004-07-02llvm-abcd has become llvm-bcanalyzerMisha Brukman