Go to file
Chris Lattner 7394680a00 fix PR8769, a miscompilation by inliner when inlining a function with a byval
argument.  The generated alloca has to have at least the alignment of the
byval, if not, the client may be making assumptions that the new alloca won't
satisfy.

llvm-svn: 122234
2010-12-20 07:45:28 +00:00
clang Adding a line for XFAIL win32 broke the test. 2010-12-20 05:53:40 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx Effort to reduce the number of exported symbols 2010-12-17 14:46:43 +00:00
lldb Line tables were trying to be too clever and only use 24 bits for a line 2010-12-19 22:07:39 +00:00
llvm fix PR8769, a miscompilation by inliner when inlining a function with a byval 2010-12-20 07:45:28 +00:00