- Oct 10, 2008
-
-
Dale Johannesen authored
valid comments in inline assembly. gcc.target/i386/20011009-1.c llvm-svn: 57365
-
Anton Korobeynikov authored
Extend set of return registers on sparc until someone will implement MRV support there. At least, this will allow libgcc compile, however we are not ABI-compatible with stuff compiled with native gcc. llvm-svn: 57364
-
Anton Korobeynikov authored
llvm-svn: 57363
-
Anton Korobeynikov authored
llvm-svn: 57362
-
Anton Korobeynikov authored
llvm-svn: 57361
-
Anton Korobeynikov authored
llvm-svn: 57360
-
Anton Korobeynikov authored
llvm-svn: 57359
-
Anton Korobeynikov authored
llvm-svn: 57358
-
Oscar Fuentes authored
llvm-svn: 57357
-
Mon P Wang authored
deadlock issues with java llvm-svn: 57356
-
Devang Patel authored
Patch by Erick Tryzelaar. llvm-svn: 57355
-
Steve Naroff authored
llvm-svn: 57354
-
Nuno Lopes authored
llvm-svn: 57353
-
Steve Naroff authored
This completes the fix for <rdar://problem/6272905> clang block rewriter: parameter to function not imported into block?. llvm-svn: 57350
-
Anton Korobeynikov authored
llvm-svn: 57348
-
Anton Korobeynikov authored
llvm-svn: 57347
-
Anton Korobeynikov authored
llvm-svn: 57346
-
Anton Korobeynikov authored
Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether it is correct, however :) llvm-svn: 57345
-
Anton Korobeynikov authored
llvm-svn: 57344
-
Owen Anderson authored
llvm-svn: 57343
-
Owen Anderson authored
Add a basic intra-procedural escape analysis. This hasn't be extensively tested yet, but feedback is welcome. llvm-svn: 57342
-
Seo Sanghyeon authored
llvm-svn: 57341
-
Mon P Wang authored
in getPointerToFunction llvm-svn: 57340
-
Mon P Wang authored
llvm-svn: 57339
-
Mon P Wang authored
llvm-svn: 57338
-
Steve Naroff authored
Final phase of converting BlockDecls over to DeclContext. This is unfortunately a largish/complex diff, however it was necessry to pass all the current block tests. llvm-svn: 57337
-
Daniel Dunbar authored
llvm-svn: 57335
-
Daniel Dunbar authored
llvm-svn: 57334
-
Ted Kremenek authored
llvm-svn: 57333
-
Dale Johannesen authored
llvm-svn: 57332
-
Dale Johannesen authored
llvm-svn: 57331
-
Dale Johannesen authored
llvm-svn: 57330
-
Dale Johannesen authored
and APFloat::convertToInteger. Restore return value to IEEE754. Adjust all users accordingly. llvm-svn: 57329
-
- Oct 09, 2008
-
-
Dale Johannesen authored
make it clearer what the function does. No functional change. llvm-svn: 57325
-
Nick Lewycky authored
llvm-svn: 57320
-
Chris Lattner authored
llvm-svn: 57318
-
Zhongxing Xu authored
llvm-svn: 57317
-
Argyrios Kyrtzidis authored
class C { static const int number = 50; static int arr[number]; }; Here's how it worked: -GetTypeForDeclarator was called from both Sema::ActOnCXXMemberDeclarator and Sema::ActOnDeclarator. -VariableArrayTypes are not uniqued so two VariableArrayTypes were created with the same DeclRefExpr. -On exit they both tried to destroy that one DeclRefExpr. The fix is not to use GetTypeForDeclarator from the Sema::ActOnCXXMemberDeclarator. llvm-svn: 57313
-
- Oct 08, 2008
-
-
Dale Johannesen authored
thus aligning the label. llvm-svn: 57310
-
Dale Johannesen authored
g++dg/abi/key2.C llvm-svn: 57309
-