Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / TargetData.cpp
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-06-04 Chris LattnerNo really, you _cannot use_ getelementptr on an unsized...
2003-06-04 Vikram S. AdveUndo one of those last fixes -- it was incorrect.
2003-06-02 Chris LattnerMinor cleanups
2003-05-21 Chris Lattner* Fix divide by zero error with empty structs
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerWhoops, 32 bit targets have _4_ byte pointers, not...
2003-04-25 Chris LattnerAllow for easy detection of when a "default" TargetData...
2003-04-24 Chris Lattneradd a new targetdata ctor to create a target data appro...
2003-02-25 Chris LattnerRemove wierd case that can never happen
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-13 Vikram S. AdveDon't try to compute the size of an "array" element...
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-08-24 Vikram S. AdveFix sign-extension: it needs to happen *after* multiply...
2002-08-23 Vikram S. AdveSimplify previous hack slightly.
2002-08-23 Vikram S. AdveForce sign-extension for uint array indexes from 32...
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.