Implement ConstantExprs in CWriter
[oota-llvm.git] / lib / Target / TargetData.cpp
2002-08-13 Vikram S. AdveBug fix in TargetData::getIndexedOffset: We were using...
2002-08-04 Vikram S. AdveBug fix in TargetData::getIndexedOffset(): handle struc...
2002-07-25 Chris Lattner*** empty log message ***
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-05-07 Chris LattnerExtend TargetData::getIndexedOffset to support arrays...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-01-21 Chris LattnerRemove dead variable
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-13 Chris LattnerNot just arrays are unsized
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-14 Vikram S. AdveFix cute little bug that was causing the last
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.