Add a bunch of new Alpha Intrinsics for Rahul Joshi
[oota-llvm.git] / lib / VMCore / iMemory.cpp
2003-01-14 Chris LattnerFix bug Regression/Verifier/2002-11-05-GetelementptrPoi...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-11 Chris LattnerAllocation insts always have one operand
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad and Store now no longer derive from MemAccessInst...
2002-07-24 Chris Lattner*** empty log message ***
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerChanges so that iMemory.h doesn't include DerivedTypes.h
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-18 Chris LattnerRemove gep::isStructSelector
2002-03-21 Chris Lattner* AllocationInst ctor moved here from iMemory.h
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
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-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerSupport Array Indexing
2001-11-13 Chris LattnerMinor style cleanups
2001-11-01 Chris LattnerImplement new simpler constructors for if you don't...
2001-09-07 Chris LattnerCleanup
2001-08-27 Chris LattnerRemove target specific method from MemAccessInst class
2001-07-28 Chris LattnerRemove some gross stuff
2001-07-20 Vikram S. AdveProvide uniform access to the pointer operand and to...
2001-07-15 Chris LattnerAdd support for assembly printing fp constants
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions