aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetData.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaces.Matthijs Kooijman2008-08-071-8/+8
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-1/+6
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-101-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-4/+0
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-111-9/+2
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-0/+11
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-8/+0
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-041-1/+5
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-16/+42
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-0/+13
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-1/+7
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-3/+3
* More explicit keywords.Dan Gohman2007-07-301-2/+2
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-3/+6
* Fix a typo in a comment.Dan Gohman2007-04-261-1/+1
* Fix obvious typo in comment.Duncan Sands2007-03-191-1/+1
* Implement support for non-standard integer bit widths of any size. TheReid Spencer2007-02-191-6/+6
* Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner2007-02-171-5/+2
* For PR1195:Reid Spencer2007-02-151-1/+1
* Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer2007-02-151-9/+4
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-152/+98
* remove dead method.Chris Lattner2007-02-101-7/+0
* eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner2007-02-101-3/+4
* encapsulate the rest of the StructLayout members.Chris Lattner2007-02-101-1/+9
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-101-2/+7
* Change TargetData::getIndexedOffset interface to not require indicesChris Lattner2007-02-101-1/+6
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-2/+2
* Update comment.Evan Cheng2007-01-221-1/+1
* Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer2007-01-201-0/+4
* TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson2007-01-201-1/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-50/+131
* make doxygen comment much better. Patch by B. Scott Michel!Chris Lattner2007-01-171-1/+31
* TargetData is not subclassed. So no need to have virtual method.Devang Patel2006-10-241-1/+1
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-0/+6
* Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner2006-06-161-8/+14
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-161-10/+11
* Make TargetData strings less redundant.Owen Anderson2006-05-201-1/+1
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-121-0/+5
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-121-0/+7
* Fix this to be a proper copy ctorChris Lattner2006-05-041-11/+11
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-11/+11
* Add a new InvalidateStructLayoutInfo method and some comments.Chris Lattner2006-01-141-0/+9
* * The aesthetic police is on patrol!!...Misha Brukman2005-04-231-15/+20
* Add a helper methodChris Lattner2005-04-231-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7