aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a brain fart by our beloved leader (the contentDuncan Sands2007-12-211-4/+3
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-9/+0
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-111-0/+9
* Silence a warningAnton Korobeynikov2007-11-091-1/+1
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-60/+23
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-291-1/+7
* Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes.Dan Gohman2007-10-081-6/+1
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-1/+6
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-211-1/+0
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-2/+6
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-5/+20
* Fix minor doxygen nits.Reid Spencer2007-08-051-3/+3
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-0/+12
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+595