aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DataLayout.cpp
AgeCommit message (Expand)Author
2012-11-02Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-29Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,Duncan Sands
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-21DataLayout should use itself when calculating the size of a vector.Hal Finkel
2012-10-09Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow
2012-10-04Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow
2012-10-04Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow
2012-10-04Backing out my changes, something screwed up from my patches, starting over.Micah Villmow
2012-10-04Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow
2012-10-04Create the DataLayout class, as a direct copy of TargetData.Micah Villmow
2012-10-04Accidently checked in the files, only wanted to copy them.Micah Villmow
2012-10-04git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow