aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)Author
2001-12-06Do not pessimize users of this function. Fix logic.Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement internalChris Lattner
2001-11-26Implement support for internal methodsChris Lattner
2001-11-26Implement support for internal methodsChris Lattner
2001-11-26Fix a bad assertion to be correct . The root basic block can be used by PHI n...Chris Lattner
2001-11-26Support Array IndexingChris Lattner
2001-11-26Implement: isLosslesslyConvertableTo and new CompositeType base classChris Lattner
2001-11-26If a name conflict occurs when inserting a value, rename it.Chris Lattner
2001-11-26Be more const correctChris Lattner
2001-11-13Minor style cleanupsChris Lattner
2001-11-08Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve
2001-11-07Add #includes to enable buiding in Release modeChris Lattner
2001-11-07Implement CachedWriter class to allow module level printing of various compon...Chris Lattner
2001-11-06Add notesChris Lattner
2001-11-06Print out the abridged form of the call instruction.Chris Lattner
2001-11-06Give me PHI's space backChris Lattner
2001-11-06Print PHI nodes with zero operands even if they are illegalChris Lattner
2001-11-03Don't forget to link type names together too. Fix for Olden/mst benchmarkChris Lattner
2001-11-03Remove debugging infoChris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-11-03Add extra code for debugging linker problemsChris Lattner
2001-11-02Dramatically simplify recursive type processing. Fixed a few bugs, a few sti...Chris Lattner
2001-11-01Implement new simpler constructors for if you don't have a index listChris Lattner
2001-11-01Implement constant propogation of null pointer values.Chris Lattner
2001-10-31Implemented constant propogation of cast instructionsChris Lattner
2001-10-31Initial version of GCC cleanup pass: just removes extraneous global symbol ta...Chris Lattner
2001-10-30Initialize isRecursive. Found by PurifyChris Lattner
2001-10-29Pull method symbols over when linking. Otherwise the result of the link will...Chris Lattner
2001-10-29Fix blatent bugs in checkinChris Lattner
2001-10-29Expose the WriteTypeSymbolic function from the library. Refactor code to makeChris Lattner
2001-10-29Be careful to output symbolic type name if possible for a type. This makesChris Lattner
2001-10-29Remove C string capability from VMCore library. Move to SupportChris Lattner
2001-10-28Remove non linking related stuffChris Lattner
2001-10-28Support printing control characters in standard C/assembly style,Vikram S. Adve
2001-10-28Added name-mangling routines for future use.Vikram S. Adve
2001-10-24Two things:Chris Lattner
2001-10-23Fix problem linking in a method prototype when a method body existsChris Lattner
2001-10-23Remove unnamed prototypes that are created.Chris Lattner
2001-10-23More symbol table bugfixes that are impossible to track down. GoodyChris Lattner
2001-10-23Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner
2001-10-22Delete MachineCodeInfoForMethod object.Vikram S. Adve
2001-10-22Fix a problem occuring with type unification of symbol table entriesChris Lattner
2001-10-22Added MachineCodeForMethod object in class Method.Vikram S. Adve
2001-10-22Fix bug exposed by this testcase:Chris Lattner
2001-10-21Fix erroneous assertion failure on the following code:Chris Lattner
2001-10-20Fix shift printing when using a ubyte LHSChris Lattner