aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetData.h
AgeCommit message (Expand)Author
2006-05-12Add a method to generate a string representation from a TargetData.Owen Anderson
2006-05-12Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson
2006-05-04Fix this to be a proper copy ctorChris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-01-14Add a new InvalidateStructLayoutInfo method and some comments.Chris Lattner
2005-04-23* The aesthetic police is on patrol!!...Misha Brukman
2005-04-23Add a helper methodChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-13add a helper methodChris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Add punctuation, add a new methodChris Lattner
2004-07-23* Add a BoolAlignment field to TargetData, default is 1 byteMisha Brukman
2004-04-14Add a copy constructor for TargetData.Brian Gaeke
2004-02-26Make TargetData no longer use annotations!Chris Lattner
2003-12-22Doxygenize methods, add new getIntPtrType methodChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-04-26Remove two fields from TargetData which are target specific.Chris Lattner
2003-04-25Fix method name type-oChris Lattner
2003-04-25Default ctor doesn't provide nameChris Lattner
2003-04-24Add new targetdata ctor to create a targetdata appropriate to the moduleChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2002-10-29* Privatize the TargetNameChris Lattner
2002-10-14 - Add an endianness field to the TargetData datastructureChris Lattner
2002-09-25Convert TargetData to be an ImmutablePassChris Lattner
2002-09-24There are no implicit gep forms of load and store anymoreChris Lattner
2002-09-16Fix compile problem on linux. Noone should ever #include <inttypes.h>Chris Lattner
2002-05-19Add integer register size field.Vikram S. Adve
2002-02-03* Trim #includesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-15getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-13Fix filename in commentChris Lattner
2001-09-18Make class TargetMachine the common interface to all target-dependentVikram S. Adve