summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetData.h
Commit message (Expand)AuthorAge
* TargetData is not subclassed. So no need to have virtual method.Devang Patel2006-10-24
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-24
* Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner2006-06-16
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-16
* Make TargetData strings less redundant.Owen Anderson2006-05-20
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-12
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-12
* Fix this to be a proper copy ctorChris Lattner2006-05-04
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Add a new InvalidateStructLayoutInfo method and some comments.Chris Lattner2006-01-14
* * The aesthetic police is on patrol!!...Misha Brukman2005-04-23
* Add a helper methodChris Lattner2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* add a helper methodChris Lattner2005-03-13
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Changes For Bug 352Reid Spencer2004-09-01
* Add punctuation, add a new methodChris Lattner2004-08-17
* * Add a BoolAlignment field to TargetData, default is 1 byteMisha Brukman2004-07-23
* Add a copy constructor for TargetData.Brian Gaeke2004-04-14
* Make TargetData no longer use annotations!Chris Lattner2004-02-26
* Doxygenize methods, add new getIntPtrType methodChris Lattner2003-12-22
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-26
* Fix method name type-oChris Lattner2003-04-25
* Default ctor doesn't provide nameChris Lattner2003-04-25
* Add new targetdata ctor to create a targetdata appropriate to the moduleChris Lattner2003-04-24
* Move annotation to support libraryChris Lattner2003-01-14
* * Privatize the TargetNameChris Lattner2002-10-29
* - Add an endianness field to the TargetData datastructureChris Lattner2002-10-14
* Convert TargetData to be an ImmutablePassChris Lattner2002-09-25
* There are no implicit gep forms of load and store anymoreChris Lattner2002-09-24
* Fix compile problem on linux. Noone should ever #include <inttypes.h>Chris Lattner2002-09-16
* Add integer register size field.Vikram S. Adve2002-05-19
* * Trim #includesChris Lattner2002-02-03
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-15
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Fix filename in commentChris Lattner2001-10-13
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-18