* Fix nondeleted type handle which could cause type pool corruption (and
[oota-llvm.git] / lib / VMCore /
2002-03-29 Chris Lattner* s/Method/Function
2002-03-29 Chris LattnerAdd an insert method to VAlueHolder to allow batch...
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerImplement new getFunction and getOrInsertFunction methods
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-03-22 Chris LattnerAdd an assertion that would hopefully catch a problem...
2002-03-21 Chris Lattner* AllocationInst ctor moved here from iMemory.h
2002-03-21 Chris LattnerAdd an assertion to catch a misuse of replaceAllUsesWith
2002-03-17 Chris LattnerMake an assertion provide a more helpful error message
2002-03-15 Chris LattnerCheckin new test for problem anand ran into
2002-03-15 Chris LattnerCleanup error message output a bit
2002-03-14 Chris LattnerAdd a check to ensure that only PHI nodes are self...
2002-03-08 Chris Lattner* Add new method localLookup
2002-02-26 Chris LattnerExpose more entry points to the verifier
2002-02-25 Chris LattnerFix bug: test/Regression/Other/2002-02-24-InlineBrokePH...
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-20 Chris LattnerActually implement some checking in the verifier.
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-03 Chris LattnerSwitch from MachineCodeForVMInstr model that is built...
2002-02-01 Chris LattnerAdd more debug output
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerProvide the right AnalysisID for postdominators
2002-01-31 Chris LattnerImplement new pass framework
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-31 Chris LattnerFix bug where we didn't initialize and finalize basic...
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-25 Chris LattnerThis checkin fixes the bug described in:
2002-01-25 Chris LattnerCheck in fix for bug: test/Regression/Assembler/ValueRe...
2002-01-23 Chris Lattner* Expose new command line arg --debug-pass for gccas...
2002-01-22 Chris LattnerOops, misnamed function, didn't override correctly...
2002-01-22 Chris LattnerOoops, forgot to implement void PassManager::add(BasicB...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerImplementation of the new spiffy pass system
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-14 Chris Lattner* Assert that indices are valid for an indexing instruc...
2001-12-14 Chris LattnerRename ConstPoolVals.cpp to Constants.cpp
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris LattnerMake strings SByte* arrays instead of UByte * arrays
2001-12-14 Chris LattnerDon't waste as much horizontal space on #uses flag...
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
2001-12-13 Chris LattnerAdd debugging to make a more useful message if a value...
2001-12-06 Chris LattnerDo not pessimize users of this function. Fix logic.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement internal
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerFix a bad assertion to be correct . The root basic...
2001-11-26 Chris LattnerSupport Array Indexing
2001-11-26 Chris LattnerImplement: isLosslesslyConvertableTo and new CompositeT...
2001-11-26 Chris LattnerIf a name conflict occurs when inserting a value, renam...
2001-11-26 Chris LattnerBe more const correct
2001-11-13 Chris LattnerMinor style cleanups
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-11-07 Chris LattnerImplement CachedWriter class to allow module level...
2001-11-06 Chris LattnerAdd notes
2001-11-06 Chris LattnerPrint out the abridged form of the call instruction.
2001-11-06 Chris LattnerGive me PHI's space back
2001-11-06 Chris LattnerPrint PHI nodes with zero operands even if they are...
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerRemove debugging info
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-11-02 Chris LattnerDramatically simplify recursive type processing. Fixed...
2001-11-01 Chris LattnerImplement new simpler constructors for if you don't...
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-30 Chris LattnerInitialize isRecursive. Found by Purify
2001-10-29 Chris LattnerPull method symbols over when linking. Otherwise the...
2001-10-29 Chris LattnerFix blatent bugs in checkin
2001-10-29 Chris LattnerExpose the WriteTypeSymbolic function from the library...
2001-10-29 Chris LattnerBe careful to output symbolic type name if possible...
2001-10-29 Chris LattnerRemove C string capability from VMCore library. Move...
2001-10-28 Chris LattnerRemove non linking related stuff
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-24 Chris LattnerTwo things:
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-23 Chris LattnerRemove unnamed prototypes that are created.
2001-10-23 Chris LattnerMore symbol table bugfixes that are impossible to track...
2001-10-23 Chris LattnerAllow unresolved/opaque types to be read and written...
2001-10-22 Vikram S. AdveDelete MachineCodeInfoForMethod object.
2001-10-22 Chris LattnerFix a problem occuring with type unification of symbol...
2001-10-22 Vikram S. AdveAdded MachineCodeForMethod object in class Method.
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-21 Chris LattnerFix erroneous assertion failure on the following code:
2001-10-20 Chris LattnerFix shift printing when using a ubyte LHS
next