| commit | 038df5031535ce23897d383755906401e1554554 | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Thu Sep 30 21:18:25 2010 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Thu Sep 30 21:18:25 2010 +0000 |
| tree | 829d3eec11d9c070cf002cdd2497b5043b1ded90 | |
| parent | 748a5279b1a1d33bd77b9d57079e1f4823499905 [diff] |
Switched the expression parser from using TargetData to using Clang to get type sizes. This fixes a bug where the type size for a double[2] was being wrongly reported as 8 instead of 16 bytes, causing problems for IRForTarget. Also improved logging so that the next bug in this area will be easier to find. llvm-svn: 115208