- Apr 06, 2008
-
-
Chris Lattner authored
llvm-svn: 49283
-
Gabor Greif authored
llvm-svn: 49282
-
Chris Lattner authored
llvm-svn: 49281
-
Torok Edwin authored
If it cannot be expanded, it will keep the old behaviour and try to shrink the constant. Part of enhancement for PR2191. llvm-svn: 49280
-
Gabor Greif authored
llvm-svn: 49279
-
Gabor Greif authored
Specifically, introduction of XXX::Create methods for Users that have a potentially variable number of Uses. llvm-svn: 49277
-
Chris Lattner authored
giuma.cordes@gmail.com llvm-svn: 49276
-
Torok Edwin authored
llvm-svn: 49274
-
Chris Lattner authored
llvm-svn: 49273
-
Chris Lattner authored
normal typed argument lists. llvm-svn: 49272
-
Chris Lattner authored
llvm-svn: 49271
-
Chris Lattner authored
llvm-svn: 49270
-
Chris Lattner authored
llvm-svn: 49269
-
Chris Lattner authored
their own method. llvm-svn: 49268
-
Chris Lattner authored
llvm-svn: 49267
-
Chris Lattner authored
llvm-svn: 49266
-
Chris Lattner authored
handles function argument parens in declarators. llvm-svn: 49265
-
Chris Lattner authored
llvm-svn: 49264
-
Chris Lattner authored
Since it is rare, the cost is not significant and we enjoy the simplification. llvm-svn: 49263
-
Chris Lattner authored
llvm-svn: 49262
-
Chris Lattner authored
-Renamed ContextDecl -> DeclContext -Removed DeclContext pointer from FieldDecl -EnumDecl inherits from DeclContext, instead of TagDecl Patch by Argiris Kirtzidis! llvm-svn: 49261
-
Chris Lattner authored
llvm-svn: 49260
-
Chris Lattner authored
Patch by Cédric Venet! llvm-svn: 49259
-
Chris Lattner authored
llvm-svn: 49258
-
Chris Lattner authored
llvm-svn: 49257
-
Chris Lattner authored
llvm-svn: 49256
-
- Apr 05, 2008
-
-
Chris Lattner authored
subsuming) my patch for PR1999. llvm-svn: 49251
-
Chris Lattner authored
missing from function definitions only. If we see a function definiton with missing declspecs, just fudge in an int. llvm-svn: 49250
-
Chris Lattner authored
llvm-svn: 49248
-
Evan Cheng authored
llvm-svn: 49247
-
Evan Cheng authored
2. Coalescer can now create an interesting situation where a register def can reaches itself without being killed. llvm-svn: 49246
-
Evan Cheng authored
llvm-svn: 49244
-
Dale Johannesen authored
before an invoke. Failure to do this causes references in the landing pad to variables that were not set. Fixes g++.dg/eh/delayslot1.C g++.dg/eh/fp-regs.C g++.old-deja/g++.brendan/eh1.C llvm-svn: 49243
-
Steve Naroff authored
llvm-svn: 49241
-
Steve Naroff authored
llvm-svn: 49238
-
Steve Naroff authored
llvm-svn: 49237
-
- Apr 04, 2008
-
-
Steve Naroff authored
llvm-svn: 49233
-
Steve Naroff authored
llvm-svn: 49229
-
Chris Lattner authored
code, but the codegen doesn't crash. I'll file a bugzilla for the AST being wrong. llvm-svn: 49226
-
Steve Naroff authored
#1: To be consistent with FieldDecl::getContextDecl(), which serves the same purpose. #2: From my perspective, getContext() is too general (and used by several other classes for different purposes). llvm-svn: 49224
-