aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetData.h
AgeCommit message (Expand)Author
2007-10-01Add getABITypeSize, getABITypeSizeInBitsDale Johannesen
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola
2007-08-12Change casts from old style to new style. This helps document the detailsReid Spencer
2007-07-30More explicit keywords.Dan Gohman
2007-07-16Fix comments about vectors to use the current wording.Dan Gohman
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-26Fix a typo in a comment.Dan Gohman
2007-03-19Fix obvious typo in comment.Duncan Sands
2007-02-19Implement support for non-standard integer bit widths of any size. TheReid Spencer
2007-02-17Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-15Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-02-10remove dead method.Chris Lattner
2007-02-10eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner
2007-02-10encapsulate the rest of the StructLayout members.Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-10Change TargetData::getIndexedOffset interface to not require indicesChris Lattner
2007-01-24Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng
2007-01-22Update comment.Evan Cheng
2007-01-20Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer
2007-01-20TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
2007-01-17make doxygen comment much better. Patch by B. Scott Michel!Chris Lattner
2006-10-24TargetData is not subclassed. So no need to have virtual method.Devang Patel
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-06-16Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner
2006-06-16Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner
2006-05-20Make TargetData strings less redundant.Owen Anderson
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