Micah Villmow
|
bf07a512f2
|
Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165318 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-05 17:02:14 +00:00 |
|
Micah Villmow
|
99b11484d9
|
Rename the Target specific passes in the DataLayout class to be Target agnostic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165270 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 23:01:22 +00:00 |
|
Micah Villmow
|
e18c2ae7b2
|
Resubmit the copying of TargetData to DataLayout without any changes to the files, this should fix the problems and the changes to rename to DataLayout will come next.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165262 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 22:08:14 +00:00 |
|
Micah Villmow
|
a36091abcf
|
Backing out my changes, something screwed up from my patches, starting over.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165253 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 21:08:50 +00:00 |
|
Micah Villmow
|
5afc50a7a3
|
Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build failure from r165249 where the wrong version of the file was submitted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165251 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 20:49:16 +00:00 |
|
Micah Villmow
|
726b88fb6a
|
Create the DataLayout class, as a direct copy of TargetData.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165249 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 20:44:22 +00:00 |
|
Micah Villmow
|
55977f6c37
|
Accidently checked in the files, only wanted to copy them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165244 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 20:08:28 +00:00 |
|
Micah Villmow
|
761dc22e4b
|
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-10-04 20:06:07 +00:00 |
|