- Apr 05, 2008
-
-
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
-
Steve Naroff authored
llvm-svn: 49223
-
Chris Lattner authored
generator needs to call isAnyComplexType(). This fixes PR1960. llvm-svn: 49220
-
Chris Lattner authored
integer and FP complexes. llvm-svn: 49219
-
Torok Edwin authored
llvm-svn: 49218
-
Chris Lattner authored
llvm-svn: 49217
-
Chris Lattner authored
llvm-svn: 49216
-
Chris Lattner authored
llvm-svn: 49215
-
Steve Naroff authored
Without this, the diagnostic is very confusing. The diag is now consistent with gcc as well. llvm-svn: 49214
-
Seo Sanghyeon authored
- ccc: quote shell metacharacters in command line to ease copy-and-paste llvm-svn: 49213
-
Seo Sanghyeon authored
llvm-svn: 49212
-
Duncan Sands authored
is not needed. llvm-svn: 49210
-
Torok Edwin authored
llvm-svn: 49209
-
Chris Lattner authored
-Added ContextDecl (no TranslationUnitDecl) -ScopedDecl class has a ContextDecl member -FieldDecl class has a ContextDecl member, so that a Field or a ObjCIvar can be traced back to their RecordDecl/ObjCInterfaceDecl easily -FunctionDecl, ObjCMethodDecl, TagDecl, ObjCInterfaceDecl inherit from ContextDecl. With TagDecl as ContextDecl, enum constants have a EnumDecl as their context. -Moved Decl class to a "DeclBase.h" along with ContextDecl class -CurContext is handled by Sema llvm-svn: 49208
-
Chris Lattner authored
tools. This is currently only enabled on the mac, but could easily be supported by other hosts that are interested. llvm-svn: 49207
-
Chris Lattner authored
llvm-svn: 49206
-
Chris Lattner authored
llvm-svn: 49201
-
Nate Begeman authored
This prevents things like a += b[0]; where a is a float4 and b is a float4 * (address_space 1) llvm-svn: 49199
-
Evan Cheng authored
llvm-svn: 49198
-
Evan Cheng authored
llvm-svn: 49197
-
- Apr 03, 2008
-
-
Ted Kremenek authored
llvm-svn: 49193
-
Devang Patel authored
Dale fixed EH. llvm-svn: 49192
-
Ted Kremenek authored
llvm-svn: 49191
-
Evan Cheng authored
llvm-svn: 49190
-
Ted Kremenek authored
llvm-svn: 49189
-
Chuck Rose III authored
Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. llvm-svn: 49188
-
Ted Kremenek authored
llvm-svn: 49187
-
Nate Begeman authored
llvm-svn: 49186
-
Ted Kremenek authored
llvm-svn: 49185
-
Ted Kremenek authored
llvm-svn: 49184
-
Ted Kremenek authored
llvm-svn: 49183
-
Ted Kremenek authored
the ranges of highlighted elements in the source code. llvm-svn: 49181
-