aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/DataLayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-231-3/+0
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-151-3/+0
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-141-21/+15
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-021-5/+0
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-10/+8
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-6/+10
* Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,Duncan Sands2012-10-291-14/+2
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-0/+8
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+21
* DataLayout should use itself when calculating the size of a vector.Hal Finkel2012-10-211-2/+4
* Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow2012-10-091-25/+95
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-051-2/+2
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-041-48/+48
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-041-0/+665
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-041-665/+0
* Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow2012-10-041-33/+33
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-041-0/+665
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-041-665/+0
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow2012-10-041-0/+665