Generated files for previous patch.
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.cpp.cvs
index 6267f3c50bc67746662a802cd8f5be3bbabe7fa8..7f94f1d052792b8ff5dac6f3a2d19e06d5940544 100644 (file)
@@ -1,5 +1,5 @@
 
-/*  A Bison parser, made from /Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y
+/*  A Bison parser, made from /Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y
     by GNU Bison version 1.28  */
 
 #define YYBISON 1  /* Identify Bison output.  */
 #define yynerrs llvmAsmnerrs
 #define        ESINT64VAL      257
 #define        EUINT64VAL      258
-#define        LOCALVAL_ID     259
-#define        GLOBALVAL_ID    260
-#define        FPVAL   261
-#define        VOID    262
-#define        INTTYPE 263
-#define        FLOAT   264
-#define        DOUBLE  265
-#define        LABEL   266
-#define        TYPE    267
-#define        LOCALVAR        268
-#define        GLOBALVAR       269
-#define        LABELSTR        270
-#define        STRINGCONSTANT  271
-#define        ATSTRINGCONSTANT        272
-#define        IMPLEMENTATION  273
-#define        ZEROINITIALIZER 274
-#define        TRUETOK 275
-#define        FALSETOK        276
-#define        BEGINTOK        277
-#define        ENDTOK  278
-#define        DECLARE 279
-#define        DEFINE  280
-#define        GLOBAL  281
-#define        CONSTANT        282
-#define        SECTION 283
-#define        VOLATILE        284
-#define        TO      285
-#define        DOTDOTDOT       286
-#define        NULL_TOK        287
-#define        UNDEF   288
-#define        INTERNAL        289
-#define        LINKONCE        290
-#define        WEAK    291
-#define        APPENDING       292
-#define        DLLIMPORT       293
-#define        DLLEXPORT       294
-#define        EXTERN_WEAK     295
-#define        OPAQUE  296
-#define        EXTERNAL        297
-#define        TARGET  298
-#define        TRIPLE  299
-#define        ALIGN   300
-#define        DEPLIBS 301
-#define        CALL    302
-#define        TAIL    303
-#define        ASM_TOK 304
-#define        MODULE  305
-#define        SIDEEFFECT      306
-#define        CC_TOK  307
-#define        CCC_TOK 308
-#define        FASTCC_TOK      309
-#define        COLDCC_TOK      310
-#define        X86_STDCALLCC_TOK       311
-#define        X86_FASTCALLCC_TOK      312
-#define        DATALAYOUT      313
-#define        RET     314
-#define        BR      315
-#define        SWITCH  316
-#define        INVOKE  317
-#define        UNWIND  318
-#define        UNREACHABLE     319
-#define        ADD     320
-#define        SUB     321
-#define        MUL     322
-#define        UDIV    323
-#define        SDIV    324
-#define        FDIV    325
-#define        UREM    326
-#define        SREM    327
-#define        FREM    328
-#define        AND     329
-#define        OR      330
-#define        XOR     331
-#define        SHL     332
-#define        LSHR    333
-#define        ASHR    334
-#define        ICMP    335
-#define        FCMP    336
-#define        EQ      337
-#define        NE      338
-#define        SLT     339
-#define        SGT     340
-#define        SLE     341
-#define        SGE     342
-#define        ULT     343
-#define        UGT     344
-#define        ULE     345
-#define        UGE     346
-#define        OEQ     347
-#define        ONE     348
-#define        OLT     349
-#define        OGT     350
-#define        OLE     351
-#define        OGE     352
-#define        ORD     353
-#define        UNO     354
-#define        UEQ     355
-#define        UNE     356
-#define        MALLOC  357
-#define        ALLOCA  358
-#define        FREE    359
-#define        LOAD    360
-#define        STORE   361
-#define        GETELEMENTPTR   362
-#define        TRUNC   363
-#define        ZEXT    364
-#define        SEXT    365
-#define        FPTRUNC 366
-#define        FPEXT   367
-#define        BITCAST 368
-#define        UITOFP  369
-#define        SITOFP  370
-#define        FPTOUI  371
-#define        FPTOSI  372
-#define        INTTOPTR        373
-#define        PTRTOINT        374
-#define        PHI_TOK 375
-#define        SELECT  376
-#define        VAARG   377
-#define        EXTRACTELEMENT  378
-#define        INSERTELEMENT   379
-#define        SHUFFLEVECTOR   380
-#define        NORETURN        381
-#define        INREG   382
-#define        SRET    383
-#define        DEFAULT 384
-#define        HIDDEN  385
-
-#line 14 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#define        ESAPINTVAL      259
+#define        EUAPINTVAL      260
+#define        LOCALVAL_ID     261
+#define        GLOBALVAL_ID    262
+#define        FPVAL   263
+#define        VOID    264
+#define        INTTYPE 265
+#define        FLOAT   266
+#define        DOUBLE  267
+#define        X86_FP80        268
+#define        FP128   269
+#define        PPC_FP128       270
+#define        LABEL   271
+#define        TYPE    272
+#define        LOCALVAR        273
+#define        GLOBALVAR       274
+#define        LABELSTR        275
+#define        STRINGCONSTANT  276
+#define        ATSTRINGCONSTANT        277
+#define        PCTSTRINGCONSTANT       278
+#define        ZEROINITIALIZER 279
+#define        TRUETOK 280
+#define        FALSETOK        281
+#define        BEGINTOK        282
+#define        ENDTOK  283
+#define        DECLARE 284
+#define        DEFINE  285
+#define        GLOBAL  286
+#define        CONSTANT        287
+#define        SECTION 288
+#define        ALIAS   289
+#define        VOLATILE        290
+#define        THREAD_LOCAL    291
+#define        TO      292
+#define        DOTDOTDOT       293
+#define        NULL_TOK        294
+#define        UNDEF   295
+#define        INTERNAL        296
+#define        LINKONCE        297
+#define        WEAK    298
+#define        APPENDING       299
+#define        DLLIMPORT       300
+#define        DLLEXPORT       301
+#define        EXTERN_WEAK     302
+#define        OPAQUE  303
+#define        EXTERNAL        304
+#define        TARGET  305
+#define        TRIPLE  306
+#define        ALIGN   307
+#define        DEPLIBS 308
+#define        CALL    309
+#define        TAIL    310
+#define        ASM_TOK 311
+#define        MODULE  312
+#define        SIDEEFFECT      313
+#define        CC_TOK  314
+#define        CCC_TOK 315
+#define        FASTCC_TOK      316
+#define        COLDCC_TOK      317
+#define        X86_STDCALLCC_TOK       318
+#define        X86_FASTCALLCC_TOK      319
+#define        DATALAYOUT      320
+#define        RET     321
+#define        BR      322
+#define        SWITCH  323
+#define        INVOKE  324
+#define        UNWIND  325
+#define        UNREACHABLE     326
+#define        ADD     327
+#define        SUB     328
+#define        MUL     329
+#define        UDIV    330
+#define        SDIV    331
+#define        FDIV    332
+#define        UREM    333
+#define        SREM    334
+#define        FREM    335
+#define        AND     336
+#define        OR      337
+#define        XOR     338
+#define        SHL     339
+#define        LSHR    340
+#define        ASHR    341
+#define        ICMP    342
+#define        FCMP    343
+#define        EQ      344
+#define        NE      345
+#define        SLT     346
+#define        SGT     347
+#define        SLE     348
+#define        SGE     349
+#define        ULT     350
+#define        UGT     351
+#define        ULE     352
+#define        UGE     353
+#define        OEQ     354
+#define        ONE     355
+#define        OLT     356
+#define        OGT     357
+#define        OLE     358
+#define        OGE     359
+#define        ORD     360
+#define        UNO     361
+#define        UEQ     362
+#define        UNE     363
+#define        MALLOC  364
+#define        ALLOCA  365
+#define        FREE    366
+#define        LOAD    367
+#define        STORE   368
+#define        GETELEMENTPTR   369
+#define        TRUNC   370
+#define        ZEXT    371
+#define        SEXT    372
+#define        FPTRUNC 373
+#define        FPEXT   374
+#define        BITCAST 375
+#define        UITOFP  376
+#define        SITOFP  377
+#define        FPTOUI  378
+#define        FPTOSI  379
+#define        INTTOPTR        380
+#define        PTRTOINT        381
+#define        PHI_TOK 382
+#define        SELECT  383
+#define        VAARG   384
+#define        EXTRACTELEMENT  385
+#define        INSERTELEMENT   386
+#define        SHUFFLEVECTOR   387
+#define        SIGNEXT 388
+#define        ZEROEXT 389
+#define        NORETURN        390
+#define        INREG   391
+#define        SRET    392
+#define        NOUNWIND        393
+#define        NOALIAS 394
+#define        BYVAL   395
+#define        NEST    396
+#define        DEFAULT 397
+#define        HIDDEN  398
+#define        PROTECTED       399
+
+#line 14 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 
 #include "ParserInternals.h"
 #include "llvm/CallingConv.h"
 #include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/ValueSymbolTable.h"
+#include "llvm/AutoUpgrade.h"
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/ADT/SmallVector.h"
@@ -215,13 +230,12 @@ static GlobalVariable *CurGV;
 typedef std::vector<Value *> ValueList;           // Numbered defs
 
 static void 
-ResolveDefinitions(std::map<const Type *,ValueList> &LateResolvers,
-                   std::map<const Type *,ValueList> *FutureLateResolvers = 0);
+ResolveDefinitions(ValueList &LateResolvers, ValueList *FutureLateResolvers=0);
 
 static struct PerModuleInfo {
   Module *CurrentModule;
-  std::map<const Type *, ValueList> Values; // Module level numbered definitions
-  std::map<const Type *,ValueList> LateResolveValues;
+  ValueList Values; // Module level numbered definitions
+  ValueList LateResolveValues;
   std::vector<PATypeHolder>    Types;
   std::map<ValID, PATypeHolder> LateResolveTypes;
 
@@ -263,6 +277,11 @@ static struct PerModuleInfo {
       return;
     }
 
+    // Look for intrinsic functions and CallInst that need to be upgraded
+    for (Module::iterator FI = CurrentModule->begin(),
+         FE = CurrentModule->end(); FI != FE; )
+      UpgradeCallsToIntrinsic(FI++); // must be post-increment, as we remove
+
     Values.clear();         // Clear out function local definitions
     Types.clear();
     CurrentModule = 0;
@@ -332,24 +351,21 @@ static struct PerModuleInfo {
     }
     return false;
   }
-
-
 } CurModule;
 
 static struct PerFunctionInfo {
   Function *CurrentFunction;     // Pointer to current function being created
 
-  std::map<const Type*, ValueList> Values; // Keep track of #'d definitions
-  std::map<const Type*, ValueList> LateResolveValues;
+  ValueList Values; // Keep track of #'d definitions
+  unsigned NextValNum;
+  ValueList LateResolveValues;
   bool isDeclare;                   // Is this function a forward declararation?
   GlobalValue::LinkageTypes Linkage; // Linkage for forward declaration.
   GlobalValue::VisibilityTypes Visibility;
 
   /// BBForwardRefs - When we see forward references to basic blocks, keep
   /// track of them here.
-  std::map<BasicBlock*, std::pair<ValID, int> > BBForwardRefs;
-  std::vector<BasicBlock*> NumberedBlocks;
-  unsigned NextBBNum;
+  std::map<ValID, BasicBlock*> BBForwardRefs;
 
   inline PerFunctionInfo() {
     CurrentFunction = 0;
@@ -360,16 +376,14 @@ static struct PerFunctionInfo {
 
   inline void FunctionStart(Function *M) {
     CurrentFunction = M;
-    NextBBNum = 0;
+    NextValNum = 0;
   }
 
   void FunctionDone() {
-    NumberedBlocks.clear();
-
     // Any forward referenced blocks left?
     if (!BBForwardRefs.empty()) {
       GenerateError("Undefined reference to label " +
-                     BBForwardRefs.begin()->first->getName());
+                     BBForwardRefs.begin()->second->getName());
       return;
     }
 
@@ -377,6 +391,7 @@ static struct PerFunctionInfo {
     ResolveDefinitions(LateResolveValues, &CurModule.LateResolveValues);
 
     Values.clear();         // Clear out function local definitions
+    BBForwardRefs.clear();
     CurrentFunction = 0;
     isDeclare = false;
     Linkage = GlobalValue::ExternalLinkage;
@@ -391,14 +406,23 @@ static bool inFunctionScope() { return CurFun.CurrentFunction != 0; }
 //               Code to handle definitions of all the types
 //===----------------------------------------------------------------------===//
 
-static int InsertValue(Value *V,
-                  std::map<const Type*,ValueList> &ValueTab = CurFun.Values) {
-  if (V->hasName()) return -1;           // Is this a numbered definition?
+static void InsertValue(Value *V, ValueList &ValueTab = CurFun.Values) {
+  // Things that have names or are void typed don't get slot numbers
+  if (V->hasName() || (V->getType() == Type::VoidTy))
+    return;
 
-  // Yes, insert the value into the value table...
-  ValueList &List = ValueTab[V->getType()];
-  List.push_back(V);
-  return List.size()-1;
+  // In the case of function values, we have to allow for the forward reference
+  // of basic blocks, which are included in the numbering. Consequently, we keep
+  // track of the next insertion location with NextValNum. When a BB gets 
+  // inserted, it could change the size of the CurFun.Values vector.
+  if (&ValueTab == &CurFun.Values) {
+    if (ValueTab.size() <= CurFun.NextValNum)
+      ValueTab.resize(CurFun.NextValNum+1);
+    ValueTab[CurFun.NextValNum++] = V;
+    return;
+  } 
+  // For all other lists, its okay to just tack it on the back of the vector.
+  ValueTab.push_back(V);
 }
 
 static const Type *getTypeVal(const ValID &D, bool DoNotImprovise = false) {
@@ -409,7 +433,7 @@ static const Type *getTypeVal(const ValID &D, bool DoNotImprovise = false) {
       return CurModule.Types[D.Num];
     break;
   case ValID::LocalName:                 // Is it a named definition?
-    if (const Type *N = CurModule.CurrentModule->getTypeByName(D.Name)) {
+    if (const Type *N = CurModule.CurrentModule->getTypeByName(D.getName())) {
       D.destroy();  // Free old strdup'd memory...
       return N;
     }
@@ -445,11 +469,11 @@ static const Type *getTypeVal(const ValID &D, bool DoNotImprovise = false) {
   return Typ;
  }
 
-// getValNonImprovising - Look up the value specified by the provided type and
+// getExistingVal - Look up the value specified by the provided type and
 // the provided ValID.  If the value exists and has already been defined, return
 // it.  Otherwise return null.
 //
-static Value *getValNonImprovising(const Type *Ty, const ValID &D) {
+static Value *getExistingVal(const Type *Ty, const ValID &D) {
   if (isa<FunctionType>(Ty)) {
     GenerateError("Functions are not values and "
                    "must be referenced as pointers");
@@ -458,33 +482,36 @@ static Value *getValNonImprovising(const Type *Ty, const ValID &D) {
 
   switch (D.Type) {
   case ValID::LocalID: {                 // Is it a numbered definition?
-    // Module constants occupy the lowest numbered slots.
-    std::map<const Type*,ValueList>::iterator VI = CurFun.Values.find(Ty);
-    // Make sure that our type is within bounds.
-    if (VI == CurFun.Values.end()) return 0;
-
     // Check that the number is within bounds.
-    if (D.Num >= VI->second.size()) return 0;
-
-    return VI->second[D.Num];
+    if (D.Num >= CurFun.Values.size()) 
+      return 0;
+    Value *Result = CurFun.Values[D.Num];
+    if (Ty != Result->getType()) {
+      GenerateError("Numbered value (%" + utostr(D.Num) + ") of type '" +
+                    Result->getType()->getDescription() + "' does not match " 
+                    "expected type, '" + Ty->getDescription() + "'");
+      return 0;
+    }
+    return Result;
   }
   case ValID::GlobalID: {                 // Is it a numbered definition?
-    unsigned Num = D.Num;
-    
-    // Module constants occupy the lowest numbered slots...
-    std::map<const Type*,ValueList>::iterator VI = CurModule.Values.find(Ty);
-    if (VI == CurModule.Values.end()) 
+    if (D.Num >= CurModule.Values.size()) 
       return 0;
-    if (D.Num >= VI->second.size()) 
+    Value *Result = CurModule.Values[D.Num];
+    if (Ty != Result->getType()) {
+      GenerateError("Numbered value (@" + utostr(D.Num) + ") of type '" +
+                    Result->getType()->getDescription() + "' does not match " 
+                    "expected type, '" + Ty->getDescription() + "'");
       return 0;
-    return VI->second[Num];
+    }
+    return Result;
   }
     
   case ValID::LocalName: {                // Is it a named definition?
     if (!inFunctionScope()) 
       return 0;
     ValueSymbolTable &SymTab = CurFun.CurrentFunction->getValueSymbolTable();
-    Value *N = SymTab.lookup(D.Name);
+    Value *N = SymTab.lookup(D.getName());
     if (N == 0) 
       return 0;
     if (N->getType() != Ty)
@@ -495,7 +522,7 @@ static Value *getValNonImprovising(const Type *Ty, const ValID &D) {
   }
   case ValID::GlobalName: {                // Is it a named definition?
     ValueSymbolTable &SymTab = CurModule.CurrentModule->getValueSymbolTable();
-    Value *N = SymTab.lookup(D.Name);
+    Value *N = SymTab.lookup(D.getName());
     if (N == 0) 
       return 0;
     if (N->getType() != Ty)
@@ -514,7 +541,7 @@ static Value *getValNonImprovising(const Type *Ty, const ValID &D) {
                      Ty->getDescription() + "'");
       return 0;
     }
-    return ConstantInt::get(Ty, D.ConstPool64);
+    return ConstantInt::get(Ty, D.ConstPool64, true);
 
   case ValID::ConstUIntVal:     // Is it an unsigned const pool reference?
     if (!ConstantInt::isValueValidForType(Ty, D.UConstPool64)) {
@@ -523,18 +550,23 @@ static Value *getValNonImprovising(const Type *Ty, const ValID &D) {
                        "' is invalid or out of range");
         return 0;
       } else {     // This is really a signed reference.  Transmogrify.
-        return ConstantInt::get(Ty, D.ConstPool64);
+        return ConstantInt::get(Ty, D.ConstPool64, true);
       }
     } else {
       return ConstantInt::get(Ty, D.UConstPool64);
     }
 
   case ValID::ConstFPVal:        // Is it a floating point const pool reference?
-    if (!ConstantFP::isValueValidForType(Ty, D.ConstPoolFP)) {
+    if (!ConstantFP::isValueValidForType(Ty, *D.ConstPoolFP)) {
       GenerateError("FP constant invalid for type");
       return 0;
     }
-    return ConstantFP::get(Ty, D.ConstPoolFP);
+    // Lexer has no type info, so builds all float and double  FP constants 
+    // as double.  Fix this here.  Long double does not need this.
+    if (&D.ConstPoolFP->getSemantics() == &APFloat::IEEEdouble &&
+        Ty==Type::FloatTy)
+      D.ConstPoolFP->convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven);
+    return ConstantFP::get(Ty, *D.ConstPoolFP);
 
   case ValID::ConstNullVal:      // Is it a null value?
     if (!isa<PointerType>(Ty)) {
@@ -578,7 +610,7 @@ static Value *getValNonImprovising(const Type *Ty, const ValID &D) {
   return 0;
 }
 
-// getVal - This function is identical to getValNonImprovising, except that if a
+// getVal - This function is identical to getExistingVal, except that if a
 // value is not already defined, it "improvises" by creating a placeholder var
 // that looks and acts just like the requested variable.  When the value is
 // defined later, all uses of the placeholder variable are replaced with the
@@ -591,7 +623,7 @@ static Value *getVal(const Type *Ty, const ValID &ID) {
   }
 
   // See if the value has already been defined.
-  Value *V = getValNonImprovising(Ty, ID);
+  Value *V = getExistingVal(Ty, ID);
   if (V) return V;
   if (TriggerError) return 0;
 
@@ -604,8 +636,25 @@ static Value *getVal(const Type *Ty, const ValID &ID) {
   // or an id number that hasn't been read yet.  We may be referencing something
   // forward, so just create an entry to be resolved later and get to it...
   //
-  V = new Argument(Ty);
-
+  switch (ID.Type) {
+  case ValID::GlobalName:
+  case ValID::GlobalID: {
+   const PointerType *PTy = dyn_cast<PointerType>(Ty);
+   if (!PTy) {
+     GenerateError("Invalid type for reference to global" );
+     return 0;
+   }
+   const Type* ElTy = PTy->getElementType();
+   if (const FunctionType *FTy = dyn_cast<FunctionType>(ElTy))
+     V = new Function(FTy, GlobalValue::ExternalLinkage);
+   else
+     V = new GlobalVariable(ElTy, false, GlobalValue::ExternalLinkage);
+   break;
+  }
+  default:
+   V = new Argument(Ty);
+  }
+  
   // Remember where this forward reference came from.  FIXME, shouldn't we try
   // to recycle these things??
   CurModule.PlaceHolderInfo.insert(std::make_pair(V, std::make_pair(ID,
@@ -618,69 +667,104 @@ static Value *getVal(const Type *Ty, const ValID &ID) {
   return V;
 }
 
-/// getBBVal - This is used for two purposes:
-///  * If isDefinition is true, a new basic block with the specified ID is being
-///    defined.
-///  * If isDefinition is true, this is a reference to a basic block, which may
-///    or may not be a forward reference.
-///
-static BasicBlock *getBBVal(const ValID &ID, bool isDefinition = false) {
+/// defineBBVal - This is a definition of a new basic block with the specified
+/// identifier which must be the same as CurFun.NextValNum, if its numeric.
+static BasicBlock *defineBBVal(const ValID &ID) {
   assert(inFunctionScope() && "Can't get basic block at global scope!");
 
-  std::string Name;
   BasicBlock *BB = 0;
-  switch (ID.Type) {
-  default: 
-    GenerateError("Illegal label reference " + ID.getName());
-    return 0;
-  case ValID::LocalID:                // Is it a numbered definition?
-    if (ID.Num >= CurFun.NumberedBlocks.size())
-      CurFun.NumberedBlocks.resize(ID.Num+1);
-    BB = CurFun.NumberedBlocks[ID.Num];
-    break;
-  case ValID::LocalName:                  // Is it a named definition?
-    Name = ID.Name;
-    Value *N = CurFun.CurrentFunction->getValueSymbolTable().lookup(Name);
-    if (N && N->getType()->getTypeID() == Type::LabelTyID)
-      BB = cast<BasicBlock>(N);
-    break;
-  }
 
-  // See if the block has already been defined.
-  if (BB) {
-    // If this is the definition of the block, make sure the existing value was
-    // just a forward reference.  If it was a forward reference, there will be
-    // an entry for it in the PlaceHolderInfo map.
-    if (isDefinition && !CurFun.BBForwardRefs.erase(BB)) {
-      // The existing value was a definition, not a forward reference.
-      GenerateError("Redefinition of label " + ID.getName());
-      return 0;
+  // First, see if this was forward referenced
+
+  std::map<ValID, BasicBlock*>::iterator BBI = CurFun.BBForwardRefs.find(ID);
+  if (BBI != CurFun.BBForwardRefs.end()) {
+    BB = BBI->second;
+    // The forward declaration could have been inserted anywhere in the
+    // function: insert it into the correct place now.
+    CurFun.CurrentFunction->getBasicBlockList().remove(BB);
+    CurFun.CurrentFunction->getBasicBlockList().push_back(BB);
+
+    // We're about to erase the entry, save the key so we can clean it up.
+    ValID Tmp = BBI->first;
+
+    // Erase the forward ref from the map as its no longer "forward"
+    CurFun.BBForwardRefs.erase(ID);
+
+    // The key has been removed from the map but so we don't want to leave 
+    // strdup'd memory around so destroy it too.
+    Tmp.destroy();
+
+    // If its a numbered definition, bump the number and set the BB value.
+    if (ID.Type == ValID::LocalID) {
+      assert(ID.Num == CurFun.NextValNum && "Invalid new block number");
+      InsertValue(BB);
     }
 
-    ID.destroy();                       // Free strdup'd memory.
+    ID.destroy();
     return BB;
+  } 
+  
+  // We haven't seen this BB before and its first mention is a definition. 
+  // Just create it and return it.
+  std::string Name (ID.Type == ValID::LocalName ? ID.getName() : "");
+  BB = new BasicBlock(Name, CurFun.CurrentFunction);
+  if (ID.Type == ValID::LocalID) {
+    assert(ID.Num == CurFun.NextValNum && "Invalid new block number");
+    InsertValue(BB);
   }
 
-  // Otherwise this block has not been seen before.
-  BB = new BasicBlock("", CurFun.CurrentFunction);
-  if (ID.Type == ValID::LocalName) {
-    BB->setName(ID.Name);
+  ID.destroy(); // Free strdup'd memory
+  return BB;
+}
+
+/// getBBVal - get an existing BB value or create a forward reference for it.
+/// 
+static BasicBlock *getBBVal(const ValID &ID) {
+  assert(inFunctionScope() && "Can't get basic block at global scope!");
+
+  BasicBlock *BB =  0;
+
+  std::map<ValID, BasicBlock*>::iterator BBI = CurFun.BBForwardRefs.find(ID);
+  if (BBI != CurFun.BBForwardRefs.end()) {
+    BB = BBI->second;
+  } if (ID.Type == ValID::LocalName) {
+    std::string Name = ID.getName();
+    Value *N = CurFun.CurrentFunction->getValueSymbolTable().lookup(Name);
+    if (N)
+      if (N->getType()->getTypeID() == Type::LabelTyID)
+        BB = cast<BasicBlock>(N);
+      else
+        GenerateError("Reference to label '" + Name + "' is actually of type '"+
+          N->getType()->getDescription() + "'");
+  } else if (ID.Type == ValID::LocalID) {
+    if (ID.Num < CurFun.NextValNum && ID.Num < CurFun.Values.size()) {
+      if (CurFun.Values[ID.Num]->getType()->getTypeID() == Type::LabelTyID)
+        BB = cast<BasicBlock>(CurFun.Values[ID.Num]);
+      else
+        GenerateError("Reference to label '%" + utostr(ID.Num) + 
+          "' is actually of type '"+ 
+          CurFun.Values[ID.Num]->getType()->getDescription() + "'");
+    }
   } else {
-    CurFun.NumberedBlocks[ID.Num] = BB;
+    GenerateError("Illegal label reference " + ID.getName());
+    return 0;
   }
 
-  // If this is not a definition, keep track of it so we can use it as a forward
-  // reference.
-  if (!isDefinition) {
-    // Remember where this forward reference came from.
-    CurFun.BBForwardRefs[BB] = std::make_pair(ID, llvmAsmlineno);
-  } else {
-    // The forward declaration could have been inserted anywhere in the
-    // function: insert it into the correct place now.
-    CurFun.CurrentFunction->getBasicBlockList().remove(BB);
-    CurFun.CurrentFunction->getBasicBlockList().push_back(BB);
+  // If its already been defined, return it now.
+  if (BB) {
+    ID.destroy(); // Free strdup'd memory.
+    return BB;
   }
-  ID.destroy();
+
+  // Otherwise, this block has not been seen before, create it.
+  std::string Name;
+  if (ID.Type == ValID::LocalName)
+    Name = ID.getName();
+  BB = new BasicBlock(Name, CurFun.CurrentFunction);
+
+  // Insert it in the forward refs map.
+  CurFun.BBForwardRefs[ID] = BB;
+
   return BB;
 }
 
@@ -702,50 +786,44 @@ static BasicBlock *getBBVal(const ValID &ID, bool isDefinition = false) {
 // defs now...
 //
 static void 
-ResolveDefinitions(std::map<const Type*,ValueList> &LateResolvers,
-                   std::map<const Type*,ValueList> *FutureLateResolvers) {
+ResolveDefinitions(ValueList &LateResolvers, ValueList *FutureLateResolvers) {
   // Loop over LateResolveDefs fixing up stuff that couldn't be resolved
-  for (std::map<const Type*,ValueList>::iterator LRI = LateResolvers.begin(),
-         E = LateResolvers.end(); LRI != E; ++LRI) {
-    ValueList &List = LRI->second;
-    while (!List.empty()) {
-      Value *V = List.back();
-      List.pop_back();
+  while (!LateResolvers.empty()) {
+    Value *V = LateResolvers.back();
+    LateResolvers.pop_back();
 
-      std::map<Value*, std::pair<ValID, int> >::iterator PHI =
-        CurModule.PlaceHolderInfo.find(V);
-      assert(PHI != CurModule.PlaceHolderInfo.end() && "Placeholder error!");
+    std::map<Value*, std::pair<ValID, int> >::iterator PHI =
+      CurModule.PlaceHolderInfo.find(V);
+    assert(PHI != CurModule.PlaceHolderInfo.end() && "Placeholder error!");
 
-      ValID &DID = PHI->second.first;
+    ValID &DID = PHI->second.first;
 
-      Value *TheRealValue = getValNonImprovising(LRI->first, DID);
-      if (TriggerError)
+    Value *TheRealValue = getExistingVal(V->getType(), DID);
+    if (TriggerError)
+      return;
+    if (TheRealValue) {
+      V->replaceAllUsesWith(TheRealValue);
+      delete V;
+      CurModule.PlaceHolderInfo.erase(PHI);
+    } else if (FutureLateResolvers) {
+      // Functions have their unresolved items forwarded to the module late
+      // resolver table
+      InsertValue(V, *FutureLateResolvers);
+    } else {
+      if (DID.Type == ValID::LocalName || DID.Type == ValID::GlobalName) {
+        GenerateError("Reference to an invalid definition: '" +DID.getName()+
+                       "' of type '" + V->getType()->getDescription() + "'",
+                       PHI->second.second);
         return;
-      if (TheRealValue) {
-        V->replaceAllUsesWith(TheRealValue);
-        delete V;
-        CurModule.PlaceHolderInfo.erase(PHI);
-      } else if (FutureLateResolvers) {
-        // Functions have their unresolved items forwarded to the module late
-        // resolver table
-        InsertValue(V, *FutureLateResolvers);
       } else {
-        if (DID.Type == ValID::LocalName || DID.Type == ValID::GlobalName) {
-          GenerateError("Reference to an invalid definition: '" +DID.getName()+
-                         "' of type '" + V->getType()->getDescription() + "'",
-                         PHI->second.second);
-          return;
-        } else {
-          GenerateError("Reference to an invalid definition: #" +
-                         itostr(DID.Num) + " of type '" +
-                         V->getType()->getDescription() + "'",
-                         PHI->second.second);
-          return;
-        }
+        GenerateError("Reference to an invalid definition: #" +
+                       itostr(DID.Num) + " of type '" +
+                       V->getType()->getDescription() + "'",
+                       PHI->second.second);
+        return;
       }
     }
   }
-
   LateResolvers.clear();
 }
 
@@ -753,10 +831,12 @@ ResolveDefinitions(std::map<const Type*,ValueList> &LateResolvers,
 // name is not null) things referencing Name can be resolved.  Otherwise, things
 // refering to the number can be resolved.  Do this now.
 //
-static void ResolveTypeTo(char *Name, const Type *ToTy) {
+static void ResolveTypeTo(std::string *Name, const Type *ToTy) {
   ValID D;
-  if (Name) D = ValID::createLocalName(Name);
-  else      D = ValID::createLocalID(CurModule.Types.size());
+  if (Name)
+    D = ValID::createLocalName(*Name);
+  else      
+    D = ValID::createLocalID(CurModule.Types.size());
 
   std::map<ValID, PATypeHolder>::iterator I =
     CurModule.LateResolveTypes.find(D);
@@ -770,10 +850,10 @@ static void ResolveTypeTo(char *Name, const Type *ToTy) {
 // null potentially, in which case this is a noop.  The string passed in is
 // assumed to be a malloc'd string buffer, and is free'd by this function.
 //
-static void setValueName(Value *V, char *NameStr) {
+static void setValueName(Value *V, std::string *NameStr) {
   if (!NameStr) return;
-  std::string Name(NameStr);      // Copy string
-  free(NameStr);                  // Free old string
+  std::string Name(*NameStr);      // Copy string
+  delete NameStr;                  // Free old string
 
   if (V->getType() == Type::VoidTy) {
     GenerateError("Can't assign name '" + Name+"' to value with void type");
@@ -795,11 +875,11 @@ static void setValueName(Value *V, char *NameStr) {
 /// ParseGlobalVariable - Handle parsing of a global.  If Initializer is null,
 /// this is a declaration, otherwise it is a definition.
 static GlobalVariable *
-ParseGlobalVariable(char *NameStr,
+ParseGlobalVariable(std::string *NameStr,
                     GlobalValue::LinkageTypes Linkage,
                     GlobalValue::VisibilityTypes Visibility,
                     bool isConstantGlobal, const Type *Ty,
-                    Constant *Initializer) {
+                    Constant *Initializer, bool IsThreadLocal) {
   if (isa<FunctionType>(Ty)) {
     GenerateError("Cannot declare global vars of function type");
     return 0;
@@ -809,17 +889,17 @@ ParseGlobalVariable(char *NameStr,
 
   std::string Name;
   if (NameStr) {
-    Name = NameStr;      // Copy string
-    free(NameStr);       // Free old string
+    Name = *NameStr;      // Copy string
+    delete NameStr;       // Free old string
   }
 
   // See if this global value was forward referenced.  If so, recycle the
   // object.
   ValID ID;
   if (!Name.empty()) {
-    ID = ValID::createGlobalName((char*)Name.c_str());
+    ID = ValID::createGlobalName(Name);
   } else {
-    ID = ValID::createGlobalID(CurModule.Values[PTy].size());
+    ID = ValID::createGlobalID(CurModule.Values.size());
   }
 
   if (GlobalValue *FWGV = CurModule.GetForwardRefForGlobal(PTy, ID)) {
@@ -832,6 +912,7 @@ ParseGlobalVariable(char *NameStr,
     GV->setLinkage(Linkage);
     GV->setVisibility(Visibility);
     GV->setConstant(isConstantGlobal);
+    GV->setThreadLocal(IsThreadLocal);
     InsertValue(GV, CurModule.Values);
     return GV;
   }
@@ -856,7 +937,7 @@ ParseGlobalVariable(char *NameStr,
   // Otherwise there is no existing GV to use, create one now.
   GlobalVariable *GV =
     new GlobalVariable(Ty, isConstantGlobal, Linkage, Initializer, Name,
-                       CurModule.CurrentModule);
+                       CurModule.CurrentModule, IsThreadLocal);
   GV->setVisibility(Visibility);
   InsertValue(GV, CurModule.Values);
   return GV;
@@ -869,12 +950,12 @@ ParseGlobalVariable(char *NameStr,
 // This function returns true if the type has already been defined, but is
 // allowed to be redefined in the specified context.  If the name is a new name
 // for the type plane, it is inserted and false is returned.
-static bool setTypeName(const Type *T, char *NameStr) {
+static bool setTypeName(const Type *T, std::string *NameStr) {
   assert(!inFunctionScope() && "Can't give types function-local names!");
   if (NameStr == 0) return false;
  
-  std::string Name(NameStr);      // Copy string
-  free(NameStr);                  // Free old string
+  std::string Name(*NameStr);      // Copy string
+  delete NameStr;                  // Free old string
 
   // We don't allow assigning names to void type
   if (T == Type::VoidTy) {
@@ -1028,7 +1109,7 @@ Module *llvm::RunVMAsmParser(const char * AsmString, Module * M) {
 }
 
 
-#line 901 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 968 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 typedef union {
   llvm::Module                           *ModuleVal;
   llvm::Function                         *FunctionVal;
@@ -1055,16 +1136,17 @@ typedef union {
 
   llvm::GlobalValue::LinkageTypes         Linkage;
   llvm::GlobalValue::VisibilityTypes      Visibility;
-  llvm::FunctionType::ParameterAttributes ParamAttrs;
+  uint16_t                          ParamAttrs;
+  llvm::APInt                       *APIntVal;
   int64_t                           SInt64Val;
   uint64_t                          UInt64Val;
   int                               SIntVal;
   unsigned                          UIntVal;
-  double                            FPVal;
+  llvm::APFloat                    *FPVal;
   bool                              BoolVal;
 
-  char                             *StrVal;   // This memory is strdup'd!
-  llvm::ValID                       ValIDVal; // strdup'd memory maybe!
+  std::string                      *StrVal;   // This memory must be deleted
+  llvm::ValID                       ValIDVal;
 
   llvm::Instruction::BinaryOps      BinaryOpVal;
   llvm::Instruction::TermOps        TermOpVal;
@@ -1084,26 +1166,26 @@ typedef union {
 
 
 
-#define        YYFINAL         557
+#define        YYFINAL         594
 #define        YYFLAG          -32768
-#define        YYNTBASE        146
+#define        YYNTBASE        160
 
-#define YYTRANSLATE(x) ((unsigned)(x) <= 385 ? yytranslate[x] : 223)
+#define YYTRANSLATE(x) ((unsigned)(x) <= 399 ? yytranslate[x] : 241)
 
 static const short yytranslate[] = {     0,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,   136,
-   137,   134,     2,   133,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,   141,
-   132,   142,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,   150,
+   151,   148,     2,   147,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,   155,
+   146,   156,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-   138,   135,   140,     2,     2,     2,     2,     2,   145,     2,
+   152,   149,   154,     2,     2,     2,     2,     2,   159,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,   139,
-     2,     2,   143,     2,   144,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,   153,
+     2,     2,   157,     2,   158,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
@@ -1129,7 +1211,8 @@ static const short yytranslate[] = {     0,
     97,    98,    99,   100,   101,   102,   103,   104,   105,   106,
    107,   108,   109,   110,   111,   112,   113,   114,   115,   116,
    117,   118,   119,   120,   121,   122,   123,   124,   125,   126,
-   127,   128,   129,   130,   131
+   127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
+   137,   138,   139,   140,   141,   142,   143,   144,   145
 };
 
 #if YYDEBUG != 0
@@ -1140,157 +1223,168 @@ static const short yyprhs[] = {     0,
     60,    62,    64,    66,    68,    70,    72,    74,    76,    78,
     80,    82,    84,    86,    88,    90,    92,    94,    96,    98,
    100,   102,   104,   106,   108,   110,   112,   114,   116,   118,
-   119,   122,   123,   125,   127,   130,   131,   133,   135,   137,
-   139,   141,   143,   145,   147,   148,   150,   151,   153,   155,
-   156,   158,   160,   162,   164,   165,   167,   169,   171,   173,
-   175,   178,   180,   182,   184,   186,   187,   190,   192,   194,
-   195,   198,   199,   202,   203,   207,   210,   211,   213,   214,
-   218,   220,   223,   225,   227,   229,   231,   233,   235,   238,
-   240,   243,   249,   255,   261,   267,   271,   274,   280,   285,
-   288,   290,   292,   294,   298,   300,   304,   306,   307,   309,
-   313,   318,   322,   326,   331,   336,   340,   347,   353,   356,
-   359,   362,   365,   368,   371,   374,   377,   380,   383,   390,
-   396,   405,   412,   419,   427,   435,   442,   451,   460,   464,
-   466,   468,   470,   472,   473,   475,   478,   479,   483,   484,
-   488,   492,   494,   498,   502,   503,   510,   511,   519,   520,
-   528,   531,   535,   537,   541,   545,   549,   553,   555,   556,
-   562,   566,   568,   572,   574,   575,   585,   587,   589,   594,
-   596,   598,   601,   605,   606,   608,   610,   612,   614,   616,
-   618,   620,   622,   624,   628,   630,   636,   638,   640,   642,
-   644,   646,   648,   651,   654,   657,   661,   664,   665,   667,
-   670,   673,   677,   687,   697,   706,   721,   723,   725,   732,
-   738,   741,   748,   756,   760,   766,   767,   768,   772,   775,
-   777,   783,   789,   796,   803,   808,   815,   820,   825,   832,
-   839,   842,   851,   853,   855,   856,   860,   867,   871,   878,
-   881,   886,   893
+   120,   122,   124,   126,   127,   130,   131,   133,   135,   137,
+   138,   141,   143,   145,   147,   149,   151,   153,   155,   157,
+   158,   160,   162,   164,   165,   167,   169,   170,   172,   174,
+   176,   178,   179,   181,   183,   184,   186,   188,   190,   192,
+   194,   197,   199,   201,   203,   205,   207,   209,   211,   213,
+   215,   216,   219,   221,   223,   225,   227,   228,   231,   232,
+   235,   236,   240,   243,   244,   246,   247,   251,   253,   256,
+   258,   260,   262,   264,   266,   268,   270,   272,   274,   277,
+   279,   282,   288,   294,   300,   306,   310,   313,   319,   324,
+   327,   329,   331,   333,   337,   339,   343,   345,   346,   348,
+   352,   357,   361,   365,   370,   375,   379,   386,   392,   395,
+   398,   401,   404,   407,   410,   413,   416,   419,   422,   425,
+   428,   435,   441,   450,   457,   464,   472,   480,   487,   496,
+   505,   509,   511,   513,   515,   517,   518,   521,   528,   530,
+   531,   533,   536,   537,   541,   542,   546,   550,   554,   558,
+   559,   567,   568,   577,   578,   587,   593,   596,   600,   602,
+   606,   610,   614,   618,   620,   621,   627,   631,   633,   637,
+   639,   640,   650,   652,   654,   659,   661,   663,   666,   670,
+   671,   673,   675,   677,   679,   681,   683,   685,   687,   689,
+   693,   695,   701,   703,   705,   707,   709,   711,   713,   716,
+   719,   722,   726,   729,   730,   732,   735,   738,   742,   752,
+   762,   771,   786,   788,   790,   797,   803,   806,   813,   821,
+   825,   831,   832,   833,   837,   840,   842,   848,   854,   861,
+   868,   873,   880,   885,   890,   897,   904,   907,   916,   918,
+   920,   921,   925,   932,   936,   943,   946,   952,   960
 };
 
-static const short yyrhs[] = {    66,
-     0,    67,     0,    68,     0,    69,     0,    70,     0,    71,
-     0,    72,     0,    73,     0,    74,     0,    78,     0,    79,
-     0,    80,     0,    75,     0,    76,     0,    77,     0,   109,
-     0,   110,     0,   111,     0,   112,     0,   113,     0,   114,
-     0,   115,     0,   116,     0,   117,     0,   118,     0,   119,
-     0,   120,     0,    83,     0,    84,     0,    85,     0,    86,
-     0,    87,     0,    88,     0,    89,     0,    90,     0,    91,
-     0,    92,     0,    93,     0,    94,     0,    95,     0,    96,
-     0,    97,     0,    98,     0,    99,     0,   100,     0,   101,
-     0,   102,     0,    89,     0,    90,     0,    91,     0,    92,
-     0,    21,     0,    22,     0,     9,     0,    10,     0,    11,
-     0,    14,     0,    17,     0,   153,     0,     0,   153,   132,
-     0,     0,    15,     0,    18,     0,   156,   132,     0,     0,
-    35,     0,    37,     0,    36,     0,    38,     0,    40,     0,
-    39,     0,    41,     0,    43,     0,     0,   131,     0,     0,
-    39,     0,    41,     0,     0,    35,     0,    36,     0,    37,
-     0,    40,     0,     0,    54,     0,    55,     0,    56,     0,
-    57,     0,    58,     0,    53,     4,     0,   110,     0,   111,
-     0,   128,     0,   129,     0,     0,   165,   164,     0,   127,
-     0,   164,     0,     0,   167,   166,     0,     0,    46,     4,
-     0,     0,   133,    46,     4,     0,    29,    17,     0,     0,
-   170,     0,     0,   133,   173,   172,     0,   170,     0,    46,
-     4,     0,     9,     0,    10,     0,    11,     0,    12,     0,
-    42,     0,   174,     0,   175,   134,     0,   207,     0,   135,
-     4,     0,   175,   136,   179,   137,   167,     0,     8,   136,
-   179,   137,   167,     0,   138,     4,   139,   175,   140,     0,
-   141,     4,   139,   175,   142,     0,   143,   180,   144,     0,
-   143,   144,     0,   141,   143,   180,   144,   142,     0,   141,
-   143,   144,   142,     0,   175,   165,     0,   175,     0,     8,
-     0,   176,     0,   178,   133,   176,     0,   178,     0,   178,
-   133,    32,     0,    32,     0,     0,   175,     0,   180,   133,
-   175,     0,   175,   138,   183,   140,     0,   175,   138,   140,
-     0,   175,   145,    17,     0,   175,   141,   183,   142,     0,
-   175,   143,   183,   144,     0,   175,   143,   144,     0,   175,
-   141,   143,   183,   144,   142,     0,   175,   141,   143,   144,
-   142,     0,   175,    33,     0,   175,    34,     0,   175,   207,
-     0,   175,   182,     0,   175,    20,     0,   151,     3,     0,
-   151,     4,     0,     9,    21,     0,     9,    22,     0,   152,
-     7,     0,   148,   136,   181,    31,   175,   137,     0,   108,
-   136,   181,   218,   137,     0,   122,   136,   181,   133,   181,
-   133,   181,   137,     0,   146,   136,   181,   133,   181,   137,
-     0,   147,   136,   181,   133,   181,   137,     0,    81,   149,
-   136,   181,   133,   181,   137,     0,    82,   150,   136,   181,
-   133,   181,   137,     0,   124,   136,   181,   133,   181,   137,
-     0,   125,   136,   181,   133,   181,   133,   181,   137,     0,
-   126,   136,   181,   133,   181,   133,   181,   137,     0,   183,
-   133,   181,     0,   181,     0,    27,     0,    28,     0,   186,
-     0,     0,   187,     0,   186,   187,     0,     0,    26,   188,
-   203,     0,     0,    25,   189,   204,     0,    51,    50,   193,
-     0,    19,     0,   155,    13,   175,     0,   155,    13,     8,
-     0,     0,   157,   160,   184,   181,   190,   172,     0,     0,
-   157,   158,   160,   184,   181,   191,   172,     0,     0,   157,
-   159,   160,   184,   175,   192,   172,     0,    44,   194,     0,
-    47,   132,   195,     0,    17,     0,    45,   132,    17,     0,
-    59,   132,    17,     0,   138,   196,   140,     0,   196,   133,
-    17,     0,    17,     0,     0,   197,   133,   175,   165,   154,
-     0,   175,   165,   154,     0,   197,     0,   197,   133,    32,
-     0,    32,     0,     0,   163,   177,   156,   136,   198,   137,
-   167,   171,   168,     0,    23,     0,   143,     0,   162,   160,
-   199,   200,     0,    24,     0,   144,     0,   210,   202,     0,
-   161,   160,   199,     0,     0,    52,     0,     3,     0,     4,
-     0,     7,     0,    21,     0,    22,     0,    33,     0,    34,
-     0,    20,     0,   141,   183,   142,     0,   182,     0,    50,
-   205,    17,   133,    17,     0,     5,     0,     6,     0,   153,
-     0,   156,     0,   207,     0,   206,     0,   175,   208,     0,
-   210,   211,     0,   201,   211,     0,   212,   155,   213,     0,
-   212,   215,     0,     0,    16,     0,    60,   209,     0,    60,
-     8,     0,    61,    12,   208,     0,    61,     9,   208,   133,
-    12,   208,   133,    12,   208,     0,    62,   151,   208,   133,
-    12,   208,   138,   214,   140,     0,    62,   151,   208,   133,
-    12,   208,   138,   140,     0,    63,   163,   177,   208,   136,
-   217,   137,   167,    31,    12,   208,    64,    12,   208,     0,
-    64,     0,    65,     0,   214,   151,   206,   133,    12,   208,
-     0,   151,   206,   133,    12,   208,     0,   155,   220,     0,
-   175,   138,   208,   133,   208,   140,     0,   216,   133,   138,
-   208,   133,   208,   140,     0,   175,   208,   165,     0,   217,
-   133,   175,   208,   165,     0,     0,     0,   218,   133,   209,
-     0,    49,    48,     0,    48,     0,   146,   175,   208,   133,
-   208,     0,   147,   175,   208,   133,   208,     0,    81,   149,
-   175,   208,   133,   208,     0,    82,   150,   175,   208,   133,
-   208,     0,   148,   209,    31,   175,     0,   122,   209,   133,
-   209,   133,   209,     0,   123,   209,   133,   175,     0,   124,
-   209,   133,   209,     0,   125,   209,   133,   209,   133,   209,
-     0,   126,   209,   133,   209,   133,   209,     0,   121,   216,
-     0,   219,   163,   177,   208,   136,   217,   137,   167,     0,
-   222,     0,    30,     0,     0,   103,   175,   169,     0,   103,
-   175,   133,     9,   208,   169,     0,   104,   175,   169,     0,
-   104,   175,   133,     9,   208,   169,     0,   105,   209,     0,
-   221,   106,   175,   208,     0,   221,   107,   209,   133,   175,
-   208,     0,   108,   175,   208,   218,     0
+static const short yyrhs[] = {    73,
+     0,    74,     0,    75,     0,    76,     0,    77,     0,    78,
+     0,    79,     0,    80,     0,    81,     0,    85,     0,    86,
+     0,    87,     0,    82,     0,    83,     0,    84,     0,   116,
+     0,   117,     0,   118,     0,   119,     0,   120,     0,   121,
+     0,   122,     0,   123,     0,   124,     0,   125,     0,   126,
+     0,   127,     0,    90,     0,    91,     0,    92,     0,    93,
+     0,    94,     0,    95,     0,    96,     0,    97,     0,    98,
+     0,    99,     0,   100,     0,   101,     0,   102,     0,   103,
+     0,   104,     0,   105,     0,   106,     0,   107,     0,   108,
+     0,   109,     0,    96,     0,    97,     0,    98,     0,    99,
+     0,    26,     0,    27,     0,    11,     0,    12,     0,    13,
+     0,    16,     0,    15,     0,    14,     0,    19,     0,    22,
+     0,    24,     0,   167,     0,     0,   167,   146,     0,     0,
+    20,     0,    23,     0,   172,     0,     0,   170,   146,     0,
+    42,     0,    44,     0,    43,     0,    45,     0,    47,     0,
+    46,     0,    48,     0,    50,     0,     0,   143,     0,   144,
+     0,   145,     0,     0,    46,     0,    48,     0,     0,    42,
+     0,    43,     0,    44,     0,    47,     0,     0,    44,     0,
+    42,     0,     0,    61,     0,    62,     0,    63,     0,    64,
+     0,    65,     0,    60,     4,     0,   135,     0,   117,     0,
+   134,     0,   118,     0,   137,     0,   138,     0,   140,     0,
+   141,     0,   142,     0,     0,   181,   180,     0,   136,     0,
+   139,     0,   135,     0,   134,     0,     0,   183,   182,     0,
+     0,    53,     4,     0,     0,   147,    53,     4,     0,    34,
+    22,     0,     0,   186,     0,     0,   147,   189,   188,     0,
+   186,     0,    53,     4,     0,    11,     0,    12,     0,    13,
+     0,    16,     0,    15,     0,    14,     0,    17,     0,    49,
+     0,   190,     0,   191,   148,     0,   225,     0,   149,     4,
+     0,   191,   150,   195,   151,   183,     0,    10,   150,   195,
+   151,   183,     0,   152,     4,   153,   191,   154,     0,   155,
+     4,   153,   191,   156,     0,   157,   196,   158,     0,   157,
+   158,     0,   155,   157,   196,   158,   156,     0,   155,   157,
+   158,   156,     0,   191,   181,     0,   191,     0,    10,     0,
+   192,     0,   194,   147,   192,     0,   194,     0,   194,   147,
+    39,     0,    39,     0,     0,   191,     0,   196,   147,   191,
+     0,   191,   152,   199,   154,     0,   191,   152,   154,     0,
+   191,   159,    22,     0,   191,   155,   199,   156,     0,   191,
+   157,   199,   158,     0,   191,   157,   158,     0,   191,   155,
+   157,   199,   158,   156,     0,   191,   155,   157,   158,   156,
+     0,   191,    40,     0,   191,    41,     0,   191,   225,     0,
+   191,   198,     0,   191,    25,     0,   165,     3,     0,   165,
+     5,     0,   165,     4,     0,   165,     6,     0,    11,    26,
+     0,    11,    27,     0,   166,     9,     0,   162,   150,   197,
+    38,   191,   151,     0,   115,   150,   197,   236,   151,     0,
+   129,   150,   197,   147,   197,   147,   197,   151,     0,   160,
+   150,   197,   147,   197,   151,     0,   161,   150,   197,   147,
+   197,   151,     0,    88,   163,   150,   197,   147,   197,   151,
+     0,    89,   164,   150,   197,   147,   197,   151,     0,   131,
+   150,   197,   147,   197,   151,     0,   132,   150,   197,   147,
+   197,   147,   197,   151,     0,   133,   150,   197,   147,   197,
+   147,   197,   151,     0,   199,   147,   197,     0,   197,     0,
+    32,     0,    33,     0,    37,     0,     0,   193,   225,     0,
+   121,   150,   202,    38,   191,   151,     0,   204,     0,     0,
+   205,     0,   204,   205,     0,     0,    31,   206,   221,     0,
+     0,    30,   207,   222,     0,    58,    57,   211,     0,   169,
+    18,   191,     0,   169,    18,    10,     0,     0,   171,   175,
+   201,   200,   197,   208,   188,     0,     0,   171,   173,   175,
+   201,   200,   197,   209,   188,     0,     0,   171,   174,   175,
+   201,   200,   191,   210,   188,     0,   171,   175,    35,   178,
+   202,     0,    51,   212,     0,    54,   146,   213,     0,    22,
+     0,    52,   146,    22,     0,    66,   146,    22,     0,   152,
+   214,   154,     0,   214,   147,    22,     0,    22,     0,     0,
+   215,   147,   191,   181,   168,     0,   191,   181,   168,     0,
+   215,     0,   215,   147,    39,     0,    39,     0,     0,   179,
+   193,   170,   150,   216,   151,   183,   187,   184,     0,    28,
+     0,   157,     0,   177,   175,   217,   218,     0,    29,     0,
+   158,     0,   228,   220,     0,   176,   175,   217,     0,     0,
+    59,     0,     3,     0,     4,     0,     9,     0,    26,     0,
+    27,     0,    40,     0,    41,     0,    25,     0,   155,   199,
+   156,     0,   198,     0,    57,   223,    22,   147,    22,     0,
+     7,     0,     8,     0,   167,     0,   170,     0,   225,     0,
+   224,     0,   191,   226,     0,   228,   229,     0,   219,   229,
+     0,   230,   169,   231,     0,   230,   233,     0,     0,    21,
+     0,    67,   227,     0,    67,    10,     0,    68,    17,   226,
+     0,    68,    11,   226,   147,    17,   226,   147,    17,   226,
+     0,    69,   165,   226,   147,    17,   226,   152,   232,   154,
+     0,    69,   165,   226,   147,    17,   226,   152,   154,     0,
+    70,   179,   193,   226,   150,   235,   151,   183,    38,    17,
+   226,    71,    17,   226,     0,    71,     0,    72,     0,   232,
+   165,   224,   147,    17,   226,     0,   165,   224,   147,    17,
+   226,     0,   169,   238,     0,   191,   152,   226,   147,   226,
+   154,     0,   234,   147,   152,   226,   147,   226,   154,     0,
+   191,   226,   181,     0,   235,   147,   191,   226,   181,     0,
+     0,     0,   236,   147,   227,     0,    56,    55,     0,    55,
+     0,   160,   191,   226,   147,   226,     0,   161,   191,   226,
+   147,   226,     0,    88,   163,   191,   226,   147,   226,     0,
+    89,   164,   191,   226,   147,   226,     0,   162,   227,    38,
+   191,     0,   129,   227,   147,   227,   147,   227,     0,   130,
+   227,   147,   191,     0,   131,   227,   147,   227,     0,   132,
+   227,   147,   227,   147,   227,     0,   133,   227,   147,   227,
+   147,   227,     0,   128,   234,     0,   237,   179,   193,   226,
+   150,   235,   151,   183,     0,   240,     0,    36,     0,     0,
+   110,   191,   185,     0,   110,   191,   147,    11,   226,   185,
+     0,   111,   191,   185,     0,   111,   191,   147,    11,   226,
+   185,     0,   112,   227,     0,   239,   113,   191,   226,   185,
+     0,   239,   114,   227,   147,   191,   226,   185,     0,   115,
+   191,   226,   236,     0
 };
 
 #endif
 
 #if YYDEBUG != 0
 static const short yyrline[] = { 0,
-  1048,  1048,  1048,  1048,  1048,  1048,  1048,  1048,  1048,  1049,
-  1049,  1049,  1049,  1049,  1049,  1050,  1050,  1050,  1050,  1050,
-  1050,  1050,  1051,  1051,  1051,  1051,  1051,  1054,  1054,  1055,
-  1055,  1056,  1056,  1057,  1057,  1058,  1058,  1062,  1062,  1063,
-  1063,  1064,  1064,  1065,  1065,  1066,  1066,  1067,  1067,  1068,
-  1068,  1069,  1070,  1075,  1076,  1076,  1078,  1078,  1079,  1079,
-  1083,  1087,  1092,  1092,  1094,  1098,  1104,  1105,  1106,  1107,
-  1108,  1112,  1113,  1114,  1118,  1119,  1123,  1124,  1125,  1129,
-  1130,  1131,  1132,  1133,  1136,  1136,  1137,  1138,  1139,  1140,
-  1141,  1149,  1150,  1151,  1152,  1155,  1156,  1161,  1162,  1165,
-  1166,  1173,  1173,  1180,  1180,  1189,  1197,  1197,  1203,  1203,
-  1205,  1210,  1223,  1223,  1223,  1223,  1226,  1230,  1234,  1241,
-  1246,  1254,  1272,  1290,  1295,  1307,  1317,  1321,  1331,  1338,
-  1345,  1352,  1357,  1362,  1369,  1370,  1377,  1384,  1392,  1397,
-  1408,  1436,  1452,  1481,  1509,  1534,  1553,  1578,  1597,  1609,
-  1616,  1682,  1692,  1702,  1708,  1714,  1719,  1724,  1732,  1744,
-  1766,  1774,  1780,  1791,  1796,  1801,  1807,  1813,  1822,  1826,
-  1834,  1834,  1845,  1850,  1858,  1859,  1863,  1863,  1867,  1867,
-  1870,  1873,  1885,  1909,  1920,  1927,  1930,  1935,  1938,  1944,
-  1948,  1951,  1957,  1970,  1974,  1979,  1981,  1986,  1991,  2000,
-  2010,  2021,  2025,  2034,  2043,  2048,  2160,  2160,  2162,  2171,
-  2171,  2173,  2178,  2190,  2194,  2199,  2203,  2207,  2211,  2215,
-  2219,  2223,  2227,  2231,  2256,  2260,  2274,  2278,  2282,  2286,
-  2292,  2292,  2298,  2307,  2311,  2320,  2330,  2339,  2351,  2364,
-  2368,  2372,  2377,  2387,  2406,  2415,  2482,  2486,  2493,  2504,
-  2517,  2527,  2538,  2548,  2556,  2564,  2567,  2568,  2575,  2579,
-  2584,  2605,  2622,  2635,  2648,  2660,  2668,  2675,  2681,  2687,
-  2693,  2708,  2772,  2777,  2781,  2788,  2795,  2803,  2810,  2818,
-  2826,  2840,  2857
+  1127,  1127,  1127,  1127,  1127,  1127,  1127,  1127,  1127,  1128,
+  1128,  1128,  1128,  1128,  1128,  1129,  1129,  1129,  1129,  1129,
+  1129,  1129,  1130,  1130,  1130,  1130,  1130,  1133,  1133,  1134,
+  1134,  1135,  1135,  1136,  1136,  1137,  1137,  1141,  1141,  1142,
+  1142,  1143,  1143,  1144,  1144,  1145,  1145,  1146,  1146,  1147,
+  1147,  1148,  1149,  1154,  1155,  1155,  1155,  1155,  1155,  1157,
+  1157,  1157,  1158,  1158,  1162,  1166,  1171,  1171,  1173,  1174,
+  1179,  1185,  1186,  1187,  1188,  1189,  1193,  1194,  1195,  1199,
+  1200,  1201,  1202,  1206,  1207,  1208,  1212,  1213,  1214,  1215,
+  1216,  1220,  1221,  1222,  1225,  1225,  1226,  1227,  1228,  1229,
+  1230,  1238,  1239,  1240,  1241,  1242,  1243,  1244,  1245,  1246,
+  1249,  1250,  1255,  1256,  1257,  1258,  1261,  1262,  1269,  1269,
+  1276,  1276,  1285,  1293,  1293,  1299,  1299,  1301,  1306,  1319,
+  1319,  1319,  1319,  1319,  1319,  1319,  1322,  1326,  1330,  1337,
+  1342,  1350,  1380,  1411,  1416,  1428,  1438,  1442,  1452,  1459,
+  1466,  1473,  1478,  1483,  1490,  1491,  1498,  1505,  1513,  1519,
+  1531,  1559,  1575,  1602,  1630,  1656,  1676,  1702,  1722,  1734,
+  1741,  1807,  1817,  1827,  1833,  1843,  1849,  1859,  1864,  1869,
+  1882,  1894,  1916,  1924,  1930,  1941,  1946,  1951,  1957,  1963,
+  1972,  1976,  1984,  1984,  1987,  1987,  1990,  2002,  2023,  2028,
+  2036,  2037,  2041,  2041,  2045,  2045,  2048,  2051,  2075,  2086,
+  2093,  2096,  2102,  2105,  2112,  2116,  2156,  2159,  2165,  2175,
+  2179,  2184,  2186,  2191,  2196,  2205,  2215,  2226,  2230,  2239,
+  2248,  2253,  2374,  2374,  2376,  2385,  2385,  2387,  2392,  2404,
+  2408,  2413,  2417,  2421,  2425,  2429,  2433,  2437,  2441,  2445,
+  2470,  2474,  2484,  2488,  2492,  2497,  2504,  2504,  2510,  2519,
+  2523,  2532,  2541,  2550,  2554,  2561,  2565,  2569,  2574,  2584,
+  2603,  2612,  2692,  2696,  2703,  2714,  2727,  2737,  2748,  2758,
+  2767,  2776,  2779,  2780,  2787,  2791,  2796,  2817,  2834,  2848,
+  2862,  2874,  2882,  2889,  2895,  2901,  2907,  2922,  3007,  3012,
+  3016,  3023,  3030,  3038,  3045,  3053,  3061,  3075,  3092
 };
 #endif
 
@@ -1298,10 +1392,11 @@ static const short yyrline[] = { 0,
 #if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
 
 static const char * const yytname[] = {   "$","error","$undefined.","ESINT64VAL",
-"EUINT64VAL","LOCALVAL_ID","GLOBALVAL_ID","FPVAL","VOID","INTTYPE","FLOAT","DOUBLE",
-"LABEL","TYPE","LOCALVAR","GLOBALVAR","LABELSTR","STRINGCONSTANT","ATSTRINGCONSTANT",
-"IMPLEMENTATION","ZEROINITIALIZER","TRUETOK","FALSETOK","BEGINTOK","ENDTOK",
-"DECLARE","DEFINE","GLOBAL","CONSTANT","SECTION","VOLATILE","TO","DOTDOTDOT",
+"EUINT64VAL","ESAPINTVAL","EUAPINTVAL","LOCALVAL_ID","GLOBALVAL_ID","FPVAL",
+"VOID","INTTYPE","FLOAT","DOUBLE","X86_FP80","FP128","PPC_FP128","LABEL","TYPE",
+"LOCALVAR","GLOBALVAR","LABELSTR","STRINGCONSTANT","ATSTRINGCONSTANT","PCTSTRINGCONSTANT",
+"ZEROINITIALIZER","TRUETOK","FALSETOK","BEGINTOK","ENDTOK","DECLARE","DEFINE",
+"GLOBAL","CONSTANT","SECTION","ALIAS","VOLATILE","THREAD_LOCAL","TO","DOTDOTDOT",
 "NULL_TOK","UNDEF","INTERNAL","LINKONCE","WEAK","APPENDING","DLLIMPORT","DLLEXPORT",
 "EXTERN_WEAK","OPAQUE","EXTERNAL","TARGET","TRIPLE","ALIGN","DEPLIBS","CALL",
 "TAIL","ASM_TOK","MODULE","SIDEEFFECT","CC_TOK","CCC_TOK","FASTCC_TOK","COLDCC_TOK",
@@ -1312,54 +1407,57 @@ static const char * const yytname[] = {   "$","error","$undefined.","ESINT64VAL"
 "UNO","UEQ","UNE","MALLOC","ALLOCA","FREE","LOAD","STORE","GETELEMENTPTR","TRUNC",
 "ZEXT","SEXT","FPTRUNC","FPEXT","BITCAST","UITOFP","SITOFP","FPTOUI","FPTOSI",
 "INTTOPTR","PTRTOINT","PHI_TOK","SELECT","VAARG","EXTRACTELEMENT","INSERTELEMENT",
-"SHUFFLEVECTOR","NORETURN","INREG","SRET","DEFAULT","HIDDEN","'='","','","'*'",
-"'\\\\'","'('","')'","'['","'x'","']'","'<'","'>'","'{'","'}'","'c'","ArithmeticOps",
-"LogicalOps","CastOps","IPredicates","FPredicates","IntType","FPType","LocalName",
-"OptLocalName","OptLocalAssign","GlobalName","OptGlobalAssign","GVInternalLinkage",
+"SHUFFLEVECTOR","SIGNEXT","ZEROEXT","NORETURN","INREG","SRET","NOUNWIND","NOALIAS",
+"BYVAL","NEST","DEFAULT","HIDDEN","PROTECTED","'='","','","'*'","'\\\\'","'('",
+"')'","'['","'x'","']'","'<'","'>'","'{'","'}'","'c'","ArithmeticOps","LogicalOps",
+"CastOps","IPredicates","FPredicates","IntType","FPType","LocalName","OptLocalName",
+"OptLocalAssign","GlobalName","OptGlobalAssign","GlobalAssign","GVInternalLinkage",
 "GVExternalLinkage","GVVisibilityStyle","FunctionDeclareLinkage","FunctionDefineLinkage",
-"OptCallingConv","ParamAttr","OptParamAttrs","FuncAttr","OptFuncAttrs","OptAlign",
-"OptCAlign","SectionString","OptSection","GlobalVarAttributes","GlobalVarAttribute",
+"AliasLinkage","OptCallingConv","ParamAttr","OptParamAttrs","FuncAttr","OptFuncAttrs",
+"OptAlign","OptCAlign","SectionString","OptSection","GlobalVarAttributes","GlobalVarAttribute",
 "PrimType","Types","ArgType","ResultTypes","ArgTypeList","ArgTypeListI","TypeListI",
-"ConstVal","ConstExpr","ConstVector","GlobalType","Module","DefinitionList",
-"Definition","@1","@2","@3","@4","@5","AsmBlock","TargetDefinition","LibrariesDefinition",
-"LibList","ArgListH","ArgList","FunctionHeaderH","BEGIN","FunctionHeader","END",
-"Function","FunctionProto","OptSideEffect","ConstValueRef","SymbolicValueRef",
-"ValueRef","ResolvedVal","BasicBlockList","BasicBlock","InstructionList","BBTerminatorInst",
-"JumpTable","Inst","PHIList","ValueRefList","IndexList","OptTailCall","InstVal",
-"OptVolatile","MemoryInst", NULL
+"ConstVal","ConstExpr","ConstVector","GlobalType","ThreadLocal","AliaseeRef",
+"Module","DefinitionList","Definition","@1","@2","@3","@4","@5","AsmBlock","TargetDefinition",
+"LibrariesDefinition","LibList","ArgListH","ArgList","FunctionHeaderH","BEGIN",
+"FunctionHeader","END","Function","FunctionProto","OptSideEffect","ConstValueRef",
+"SymbolicValueRef","ValueRef","ResolvedVal","BasicBlockList","BasicBlock","InstructionList",
+"BBTerminatorInst","JumpTable","Inst","PHIList","ValueRefList","IndexList","OptTailCall",
+"InstVal","OptVolatile","MemoryInst", NULL
 };
 #endif
 
 static const short yyr1[] = {     0,
-   146,   146,   146,   146,   146,   146,   146,   146,   146,   147,
-   147,   147,   147,   147,   147,   148,   148,   148,   148,   148,
-   148,   148,   148,   148,   148,   148,   148,   149,   149,   149,
-   149,   149,   149,   149,   149,   149,   149,   150,   150,   150,
-   150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-   150,   150,   150,   151,   152,   152,   153,   153,   154,   154,
-   155,   155,   156,   156,   157,   157,   158,   158,   158,   158,
-   158,   159,   159,   159,   160,   160,   161,   161,   161,   162,
-   162,   162,   162,   162,   163,   163,   163,   163,   163,   163,
-   163,   164,   164,   164,   164,   165,   165,   166,   166,   167,
-   167,   168,   168,   169,   169,   170,   171,   171,   172,   172,
-   173,   173,   174,   174,   174,   174,   175,   175,   175,   175,
-   175,   175,   175,   175,   175,   175,   175,   175,   175,   176,
-   177,   177,   178,   178,   179,   179,   179,   179,   180,   180,
-   181,   181,   181,   181,   181,   181,   181,   181,   181,   181,
-   181,   181,   181,   181,   181,   181,   181,   181,   182,   182,
-   182,   182,   182,   182,   182,   182,   182,   182,   183,   183,
-   184,   184,   185,   185,   186,   186,   188,   187,   189,   187,
-   187,   187,   187,   187,   190,   187,   191,   187,   192,   187,
-   187,   187,   193,   194,   194,   195,   196,   196,   196,   197,
-   197,   198,   198,   198,   198,   199,   200,   200,   201,   202,
-   202,   203,   204,   205,   205,   206,   206,   206,   206,   206,
-   206,   206,   206,   206,   206,   206,   207,   207,   207,   207,
-   208,   208,   209,   210,   210,   211,   212,   212,   212,   213,
-   213,   213,   213,   213,   213,   213,   213,   213,   214,   214,
-   215,   216,   216,   217,   217,   217,   218,   218,   219,   219,
-   220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
-   220,   220,   220,   221,   221,   222,   222,   222,   222,   222,
-   222,   222,   222
+   160,   160,   160,   160,   160,   160,   160,   160,   160,   161,
+   161,   161,   161,   161,   161,   162,   162,   162,   162,   162,
+   162,   162,   162,   162,   162,   162,   162,   163,   163,   163,
+   163,   163,   163,   163,   163,   163,   163,   164,   164,   164,
+   164,   164,   164,   164,   164,   164,   164,   164,   164,   164,
+   164,   164,   164,   165,   166,   166,   166,   166,   166,   167,
+   167,   167,   168,   168,   169,   169,   170,   170,   171,   171,
+   172,   173,   173,   173,   173,   173,   174,   174,   174,   175,
+   175,   175,   175,   176,   176,   176,   177,   177,   177,   177,
+   177,   178,   178,   178,   179,   179,   179,   179,   179,   179,
+   179,   180,   180,   180,   180,   180,   180,   180,   180,   180,
+   181,   181,   182,   182,   182,   182,   183,   183,   184,   184,
+   185,   185,   186,   187,   187,   188,   188,   189,   189,   190,
+   190,   190,   190,   190,   190,   190,   191,   191,   191,   191,
+   191,   191,   191,   191,   191,   191,   191,   191,   191,   192,
+   193,   193,   194,   194,   195,   195,   195,   195,   196,   196,
+   197,   197,   197,   197,   197,   197,   197,   197,   197,   197,
+   197,   197,   197,   197,   197,   197,   197,   197,   197,   197,
+   198,   198,   198,   198,   198,   198,   198,   198,   198,   198,
+   199,   199,   200,   200,   201,   201,   202,   202,   203,   203,
+   204,   204,   206,   205,   207,   205,   205,   205,   205,   208,
+   205,   209,   205,   210,   205,   205,   205,   205,   211,   212,
+   212,   213,   214,   214,   214,   215,   215,   216,   216,   216,
+   216,   217,   218,   218,   219,   220,   220,   221,   222,   223,
+   223,   224,   224,   224,   224,   224,   224,   224,   224,   224,
+   224,   224,   225,   225,   225,   225,   226,   226,   227,   228,
+   228,   229,   230,   230,   230,   231,   231,   231,   231,   231,
+   231,   231,   231,   231,   232,   232,   233,   234,   234,   235,
+   235,   235,   236,   236,   237,   237,   238,   238,   238,   238,
+   238,   238,   238,   238,   238,   238,   238,   238,   238,   239,
+   239,   240,   240,   240,   240,   240,   240,   240,   240
 };
 
 static const short yyr2[] = {     0,
@@ -1368,472 +1466,532 @@ static const short yyr2[] = {     0,
      1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
      1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
      1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-     1,     1,     1,     1,     1,     1,     1,     1,     1,     0,
-     2,     0,     1,     1,     2,     0,     1,     1,     1,     1,
-     1,     1,     1,     1,     0,     1,     0,     1,     1,     0,
-     1,     1,     1,     1,     0,     1,     1,     1,     1,     1,
-     2,     1,     1,     1,     1,     0,     2,     1,     1,     0,
-     2,     0,     2,     0,     3,     2,     0,     1,     0,     3,
-     1,     2,     1,     1,     1,     1,     1,     1,     2,     1,
+     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+     1,     1,     1,     0,     2,     0,     1,     1,     1,     0,
+     2,     1,     1,     1,     1,     1,     1,     1,     1,     0,
+     1,     1,     1,     0,     1,     1,     0,     1,     1,     1,
+     1,     0,     1,     1,     0,     1,     1,     1,     1,     1,
+     2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+     0,     2,     1,     1,     1,     1,     0,     2,     0,     2,
+     0,     3,     2,     0,     1,     0,     3,     1,     2,     1,
+     1,     1,     1,     1,     1,     1,     1,     1,     2,     1,
      2,     5,     5,     5,     5,     3,     2,     5,     4,     2,
      1,     1,     1,     3,     1,     3,     1,     0,     1,     3,
      4,     3,     3,     4,     4,     3,     6,     5,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     6,     5,
-     8,     6,     6,     7,     7,     6,     8,     8,     3,     1,
-     1,     1,     1,     0,     1,     2,     0,     3,     0,     3,
-     3,     1,     3,     3,     0,     6,     0,     7,     0,     7,
-     2,     3,     1,     3,     3,     3,     3,     1,     0,     5,
-     3,     1,     3,     1,     0,     9,     1,     1,     4,     1,
-     1,     2,     3,     0,     1,     1,     1,     1,     1,     1,
-     1,     1,     1,     3,     1,     5,     1,     1,     1,     1,
-     1,     1,     2,     2,     2,     3,     2,     0,     1,     2,
-     2,     3,     9,     9,     8,    14,     1,     1,     6,     5,
-     2,     6,     7,     3,     5,     0,     0,     3,     2,     1,
-     5,     5,     6,     6,     4,     6,     4,     4,     6,     6,
-     2,     8,     1,     1,     0,     3,     6,     3,     6,     2,
-     4,     6,     4
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     6,     5,     8,     6,     6,     7,     7,     6,     8,     8,
+     3,     1,     1,     1,     1,     0,     2,     6,     1,     0,
+     1,     2,     0,     3,     0,     3,     3,     3,     3,     0,
+     7,     0,     8,     0,     8,     5,     2,     3,     1,     3,
+     3,     3,     3,     1,     0,     5,     3,     1,     3,     1,
+     0,     9,     1,     1,     4,     1,     1,     2,     3,     0,
+     1,     1,     1,     1,     1,     1,     1,     1,     1,     3,
+     1,     5,     1,     1,     1,     1,     1,     1,     2,     2,
+     2,     3,     2,     0,     1,     2,     2,     3,     9,     9,
+     8,    14,     1,     1,     6,     5,     2,     6,     7,     3,
+     5,     0,     0,     3,     2,     1,     5,     5,     6,     6,
+     4,     6,     4,     4,     6,     6,     2,     8,     1,     1,
+     0,     3,     6,     3,     6,     2,     5,     7,     4
 };
 
-static const short yydefact[] = {    66,
-    57,    63,    58,    64,   182,   179,   177,     0,     0,     0,
-     0,     0,     0,    75,    66,   175,    77,    80,     0,     0,
-   191,     0,     0,    61,     0,    65,    67,    69,    68,    70,
-    72,    71,    73,    74,    76,    75,    75,     0,   176,    78,
-    79,    75,   180,    81,    82,    83,    84,    75,   238,   178,
-   238,     0,     0,   199,   192,   193,   181,   227,   228,   184,
-   113,   114,   115,   116,   117,     0,     0,     0,     0,   229,
-   230,   118,   183,   120,     0,     0,   171,   172,     0,    85,
-    85,   239,   235,    62,   210,   211,   212,   234,   194,   195,
-   198,     0,   138,   121,     0,     0,     0,     0,   127,   139,
-     0,   119,   138,     0,     0,   113,   114,   115,     0,     0,
-     0,   185,     0,    86,    87,    88,    89,    90,     0,   213,
-     0,   275,   237,     0,   196,   137,    96,   133,   135,     0,
-     0,     0,     0,     0,     0,   126,     0,   187,   189,   156,
-   157,   154,   155,   158,   153,   149,   150,     1,     2,     3,
-     4,     5,     6,     7,     8,     9,    13,    14,    15,    10,
-    11,    12,     0,     0,     0,    16,    17,    18,    19,    20,
-    21,    22,    23,    24,    25,    26,    27,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,   152,   151,
-   109,    91,   132,   131,     0,   207,   208,   209,   274,   260,
-     0,     0,     0,     0,    85,   247,   248,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,   236,    85,   251,     0,   273,   197,   130,     0,
-   100,     0,     0,   129,     0,   140,   100,   109,   109,    28,
-    29,    30,    31,    32,    33,    34,    35,    36,    37,     0,
-    52,    53,    48,    49,    50,    51,    38,    39,    40,    41,
-    42,    43,    44,    45,    46,    47,     0,     0,     0,     0,
-     0,     0,   142,   170,     0,     0,     0,   146,     0,   143,
-     0,     0,     0,     0,   186,     0,   259,   241,     0,   240,
-     0,     0,    54,     0,     0,     0,     0,   104,   104,   280,
-     0,     0,   271,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,    92,    93,    94,    95,    97,   136,
-   134,   123,   124,   125,   128,   122,   188,   190,     0,     0,
-   257,     0,     0,     0,     0,     0,   141,   127,   139,     0,
-   144,   145,     0,     0,     0,     0,     0,   111,   109,   205,
-   216,   217,   218,   223,   219,   220,   221,   222,   214,     0,
-   225,   232,   231,   233,     0,   242,     0,     0,     0,     0,
-     0,   276,     0,   278,   257,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,    98,    99,
-   101,     0,     0,     0,     0,     0,     0,     0,   169,   148,
-     0,     0,     0,     0,   106,   112,   110,   204,    96,   202,
-     0,   215,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,   283,     0,     0,     0,   267,   268,     0,     0,
-     0,     0,   265,     0,   281,     0,     0,     0,     0,   160,
-     0,     0,     0,     0,   147,     0,     0,     0,    60,     0,
-   100,     0,   224,     0,     0,   256,     0,     0,   104,   105,
-   104,     0,     0,     0,     0,     0,   261,   262,   256,     0,
-     0,     0,   258,     0,   166,     0,     0,   162,   163,   159,
-    59,   201,   203,    96,   107,     0,     0,     0,     0,     0,
-   263,   264,     0,   277,   279,     0,     0,   266,   269,   270,
-     0,   282,   164,   165,     0,     0,     0,    60,   108,   102,
-   226,     0,     0,    96,     0,   100,   252,     0,   100,   161,
-   167,   168,   200,     0,   206,     0,   245,     0,     0,   254,
-     0,     0,   253,   272,   103,   243,     0,   244,     0,    96,
-     0,     0,     0,   255,     0,     0,     0,     0,   250,     0,
-     0,   249,     0,   246,     0,     0,     0
+static const short yydefact[] = {    70,
+    60,    67,    61,    68,    62,   205,   203,     0,     0,     0,
+     0,     0,     0,    80,    69,    70,   201,    84,    87,     0,
+     0,   217,     0,     0,    65,     0,    71,    72,    74,    73,
+    75,    77,    76,    78,    79,    81,    82,    83,    80,    80,
+   196,   202,    85,    86,    80,   206,    88,    89,    90,    91,
+    80,   264,   204,   264,     0,     0,   225,   218,   219,   207,
+   253,   254,   209,   130,   131,   132,   135,   134,   133,   136,
+   137,     0,     0,     0,     0,   255,   256,   138,   208,   140,
+   196,   196,    92,   195,     0,    95,    95,   265,   261,    66,
+   236,   237,   238,   260,   220,   221,   224,     0,   158,   141,
+     0,     0,     0,     0,   147,   159,     0,   139,   158,     0,
+     0,    94,    93,     0,   193,   194,     0,     0,    96,    97,
+    98,    99,   100,     0,   239,     0,   301,   263,     0,   222,
+   157,   111,   153,   155,     0,     0,     0,     0,     0,     0,
+   146,     0,     0,     0,   152,     0,   151,     0,   216,   130,
+   131,   132,   135,   134,   133,     0,     0,     0,   210,   101,
+     0,   233,   234,   235,   300,   286,     0,     0,     0,     0,
+    95,   273,   274,     1,     2,     3,     4,     5,     6,     7,
+     8,     9,    13,    14,    15,    10,    11,    12,     0,     0,
+     0,     0,     0,     0,    16,    17,    18,    19,    20,    21,
+    22,    23,    24,    25,    26,    27,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,   262,    95,   277,     0,   299,
+   223,   150,     0,   117,     0,     0,   149,     0,   160,   117,
+   212,   214,     0,   197,   178,   179,   174,   176,   175,   177,
+   180,   173,   169,   170,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,   172,   171,
+   126,     0,   285,   267,     0,   266,     0,     0,    54,     0,
+     0,    28,    29,    30,    31,    32,    33,    34,    35,    36,
+    37,     0,    52,    53,    48,    49,    50,    51,    38,    39,
+    40,    41,    42,    43,    44,    45,    46,    47,     0,   121,
+   121,   306,     0,     0,   297,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,   103,   105,   104,   102,
+   106,   107,   108,   109,   110,   112,   156,   154,   143,   144,
+   145,   148,   142,   126,   126,     0,     0,     0,     0,     0,
+     0,     0,     0,   162,   192,     0,     0,     0,   166,     0,
+   163,     0,     0,     0,     0,   211,   231,   242,   243,   244,
+   249,   245,   246,   247,   248,   240,     0,   251,   258,   257,
+   259,     0,   268,     0,     0,     0,     0,     0,   302,     0,
+   304,   283,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,   116,   115,   113,   114,   118,
+   213,   215,     0,     0,     0,   283,     0,     0,     0,     0,
+     0,   161,   147,   159,     0,   164,   165,     0,     0,     0,
+     0,     0,   128,   126,   230,   111,   228,     0,   241,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,   309,
+     0,     0,     0,   293,   294,     0,     0,     0,     0,   291,
+     0,   121,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,   191,   168,     0,     0,     0,     0,   123,   129,   127,
+    64,     0,   117,     0,   250,     0,     0,   282,     0,     0,
+   121,   122,   121,     0,     0,     0,     0,     0,     0,   287,
+   288,   282,     0,   307,     0,   198,     0,     0,   182,     0,
+     0,     0,     0,   167,     0,     0,     0,    63,   227,   229,
+   111,   124,     0,     0,     0,     0,     0,   289,   290,   303,
+   305,   284,     0,     0,   292,   295,   296,     0,   121,     0,
+     0,     0,   188,     0,     0,   184,   185,   181,    64,   125,
+   119,   252,     0,     0,   111,     0,   117,   278,     0,   117,
+   308,   186,   187,     0,     0,     0,   226,     0,   232,     0,
+   271,     0,     0,   280,     0,     0,   279,   298,   183,   189,
+   190,   120,   269,     0,   270,     0,   111,     0,     0,     0,
+   281,     0,     0,     0,     0,   276,     0,     0,   275,     0,
+   272,     0,     0,     0
 };
 
-static const short yydefgoto[] = {   186,
-   187,   188,   250,   267,   109,   110,    70,   482,    12,    71,
-    14,    36,    37,    38,    42,    48,   119,   319,   229,   391,
-   322,   525,   372,   348,   510,   285,   349,    72,   111,   128,
-   195,   129,   130,   101,   274,   361,   275,    79,   555,    15,
-    16,    18,    17,   191,   238,   239,    57,    21,    55,    92,
-   410,   411,   120,   198,    49,    87,    50,    43,   413,   362,
-    74,   364,   290,    51,    83,    84,   223,   529,   123,   303,
-   490,   394,   224,   225,   226,   227
+static const short yydefgoto[] = {   256,
+   257,   258,   282,   299,   156,   157,    76,   509,    12,    77,
+    14,    15,    39,    40,    41,    45,    51,   114,   124,   326,
+   222,   400,   329,   559,   379,   423,   541,   356,   424,    78,
+   158,   133,   148,   134,   135,   107,   345,   368,   346,   117,
+    85,   149,   592,    16,    17,    19,    18,   261,   334,   335,
+    60,    22,    58,    98,   427,   428,   125,   164,    52,    93,
+    53,    46,   430,   369,    80,   371,   266,    54,    89,    90,
+   216,   563,   128,   305,   517,   440,   217,   218,   219,   220
 };
 
-static const short yypact[] = {   438,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,    27,  -119,   -29,
-   -84,    43,   -57,    -6,   525,-32768,   195,   140,   -38,   -27,
--32768,   -39,   112,-32768,   828,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,-32768,-32768,-32768,    32,    32,   227,-32768,-32768,
--32768,    32,-32768,-32768,-32768,-32768,-32768,    32,   119,-32768,
-    -2,   188,   210,   213,-32768,-32768,-32768,-32768,-32768,    49,
--32768,-32768,-32768,-32768,-32768,   214,   245,     5,   104,-32768,
--32768,-32768,   110,-32768,   227,   227,-32768,-32768,  1043,   154,
-   154,-32768,-32768,   109,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,   -89,  1085,-32768,   125,   139,   122,    49,-32768,   110,
-   -55,-32768,  1085,  1043,  1188,    46,   249,   272,   266,   273,
-   589,-32768,   279,-32768,-32768,-32768,-32768,-32768,  1204,-32768,
-     2,  1327,-32768,   268,-32768,-32768,   110,-32768,   153,   150,
-  1188,  1188,   149,   -53,  1188,-32768,   155,-32768,   110,-32768,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,   494,   943,   157,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,   158,   159,   163,
-   164,   790,  1226,   495,   284,   166,   167,   169,-32768,-32768,
-   173,-32768,    49,   110,    28,-32768,-32768,-32768,-32768,-32768,
-   262,  1243,   142,   302,   154,-32768,-32768,   494,   943,  1188,
-  1188,  1188,  1188,  1188,  1188,  1188,  1188,  1188,  1188,  1188,
-  1188,  1188,-32768,   154,-32768,   168,-32768,-32768,   -58,  1124,
--32768,    25,    16,-32768,   170,   110,-32768,   173,   173,-32768,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   177,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,-32768,-32768,-32768,-32768,   181,  1043,  1043,  1043,
-  1043,  1043,-32768,-32768,    20,   668,   -40,-32768,   -48,-32768,
-  1043,  1043,  1043,    18,-32768,   182,-32768,    49,   747,-32768,
-   872,   872,-32768,   872,  1204,  1188,  1188,    99,   117,-32768,
-   747,    33,   186,   187,   191,   192,   198,   200,   747,   747,
-   290,  1204,  1188,  1188,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,   -87,-32768,-32768,-32768,   -87,-32768,-32768,  1043,  1043,
--32768,   203,   204,   205,   209,  1043,-32768,   202,   589,   -43,
--32768,-32768,   216,   218,   312,   328,   342,-32768,   173,  1140,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   295,  1043,
--32768,-32768,-32768,-32768,   219,-32768,   229,   872,   747,   747,
-     8,-32768,    17,-32768,-32768,   872,   225,  1188,  1188,  1188,
-  1188,  1188,   231,   232,  1188,   872,   747,   233,-32768,-32768,
--32768,   234,   235,   -33,  1043,  1043,  1043,  1043,-32768,-32768,
-   230,  1043,  1043,  1188,-32768,-32768,-32768,-32768,   110,   238,
-   236,-32768,   357,   -36,   363,   364,   241,   246,   248,   872,
-   374,   872,   251,   254,   872,   255,   110,-32768,   256,   258,
-   872,   872,   110,   260,-32768,  1188,  1043,  1043,  1188,-32768,
-   261,   263,   264,   270,-32768,   267,   276,    47,   130,  1159,
--32768,   274,-32768,   872,   872,  1188,   872,   872,   281,-32768,
-   281,   872,   283,  1188,  1188,  1188,-32768,-32768,  1188,   747,
-   282,   285,-32768,  1043,-32768,  1043,  1043,-32768,-32768,-32768,
--32768,-32768,-32768,   110,    45,   382,   287,   280,   747,   -13,
--32768,-32768,   355,-32768,-32768,   265,   872,-32768,-32768,-32768,
-    29,-32768,-32768,-32768,   286,   291,   292,   130,-32768,   375,
--32768,   412,     1,-32768,  1188,-32768,-32768,   293,-32768,-32768,
--32768,-32768,-32768,   423,-32768,   872,-32768,   996,     9,   -58,
-   747,   212,-32768,   -87,-32768,-32768,   297,-32768,   996,-32768,
-   419,   422,   303,   -58,   872,   872,   425,   371,-32768,   872,
-   427,-32768,   872,-32768,   443,   444,-32768
+static const short yypact[] = {    42,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,   -21,  -131,    60,
+   -93,   105,   -22,   182,-32768,   525,-32768,    46,   168,   -12,
+    19,-32768,     1,   152,-32768,  1277,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,    90,    90,
+   100,-32768,-32768,-32768,    90,-32768,-32768,-32768,-32768,-32768,
+    90,   186,-32768,    12,   187,   201,   209,-32768,-32768,-32768,
+-32768,-32768,    93,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,   252,   254,     2,   907,-32768,-32768,-32768,    13,-32768,
+   225,   225,   150,-32768,    76,   116,   116,-32768,-32768,   108,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,   -79,  1027,-32768,
+   111,   114,   947,    93,-32768,    13,  -104,-32768,  1027,    76,
+    76,-32768,-32768,  1067,-32768,-32768,  1299,   266,-32768,-32768,
+-32768,-32768,-32768,  1330,-32768,   -16,  1572,-32768,   256,-32768,
+-32768,    13,-32768,   139,   144,  1370,  1370,   132,   -95,  1370,
+-32768,   145,  1299,  1370,    93,   147,    13,   311,-32768,    43,
+   290,   293,   298,   299,   302,   247,   303,   724,-32768,-32768,
+    35,-32768,-32768,-32768,-32768,-32768,   258,  1450,    70,   305,
+   116,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   317,   405,
+  1370,  1370,  1370,  1370,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,  1370,  1370,  1370,  1370,
+  1370,  1370,  1370,  1370,  1370,-32768,   116,-32768,    34,-32768,
+-32768,   131,  1107,-32768,     6,   -46,-32768,   164,    13,-32768,
+-32768,    13,  1067,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,   317,   405,   173,   178,   179,   189,
+   192,  1179,  1481,   987,   314,   193,   197,   198,-32768,-32768,
+   202,   203,-32768,    93,   565,-32768,   699,   699,-32768,   699,
+  1330,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,  1370,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,  1370,   113,
+   137,-32768,   565,   -10,   205,   207,   208,   210,   218,   219,
+   565,   565,   330,  1330,  1370,  1370,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   106,-32768,
+-32768,-32768,   106,   202,   202,   331,   220,   221,  1299,  1299,
+  1299,  1299,  1299,-32768,-32768,   -41,  1005,   -61,-32768,   -91,
+-32768,  1299,  1299,  1299,   -13,-32768,  1219,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,   313,  1299,-32768,-32768,-32768,
+-32768,   226,-32768,   227,   699,   565,   565,    23,-32768,    24,
+-32768,-32768,   699,   223,  1370,  1370,  1370,  1370,  1370,   232,
+   233,  1370,   699,   565,   234,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,  1370,  1299,  1299,-32768,   235,   236,   237,   239,
+  1299,-32768,   231,   724,   -76,-32768,-32768,   241,   242,   352,
+   369,   388,-32768,   202,-32768,    13,   246,   243,-32768,   374,
+   -59,   380,   385,   253,   257,   270,   699,   414,   699,   272,
+   273,   699,   278,    13,-32768,   280,   282,   699,   699,    13,
+   283,   287,  1370,  -112,   288,   289,   -33,  1299,  1299,  1299,
+  1299,-32768,-32768,   294,  1299,  1299,  1370,-32768,-32768,-32768,
+    79,  1259,-32768,   292,-32768,   699,   699,  1370,   699,   699,
+   287,-32768,   287,  1370,   699,   307,  1370,  1370,  1370,-32768,
+-32768,  1370,   392,-32768,   565,-32768,  1299,  1299,-32768,   308,
+   295,   309,   310,-32768,   301,   315,     7,-32768,-32768,-32768,
+    13,    10,   427,   318,   306,   565,    52,-32768,-32768,-32768,
+-32768,-32768,   316,   699,-32768,-32768,-32768,    71,   287,   322,
+   325,  1299,-32768,  1299,  1299,-32768,-32768,-32768,    79,-32768,
+   407,-32768,   444,    -4,-32768,  1370,-32768,-32768,   323,-32768,
+-32768,-32768,-32768,   327,   328,   329,-32768,   464,-32768,   699,
+-32768,   859,    -3,   131,   565,   -14,-32768,   106,-32768,-32768,
+-32768,-32768,-32768,   334,-32768,   859,-32768,   452,   465,   336,
+   131,   699,   699,   468,   416,-32768,   699,   471,-32768,   699,
+-32768,   490,   491,-32768
 };
 
-static const short yypgoto[] = {   324,
-   325,   326,   242,   252,  -197,-32768,     0,   -50,   376,     4,
--32768,-32768,-32768,    40,-32768,-32768,  -167,  -306,  -397,-32768,
-  -235,-32768,  -291,   -23,-32768,  -211,-32768,-32768,   -24,   237,
-  -229,-32768,   362,   369,   -68,  -108,  -178,   201,-32768,-32768,
-   453,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,   391,-32768,-32768,-32768,-32768,-32768,-32768,  -436,
-   -72,   101,  -157,-32768,   424,-32768,-32768,-32768,-32768,-32768,
-     7,   105,-32768,-32768,-32768,-32768
+static const short yypgoto[] = {   365,
+   366,   367,   255,   251,  -168,-32768,     0,   -40,   408,    14,
+-32768,-32768,-32768,-32768,    40,-32768,-32768,-32768,  -158,-32768,
+  -406,-32768,  -226,-32768,  -290,     3,-32768,  -317,-32768,-32768,
+   -25,   296,  -119,-32768,   409,   413,   -60,  -155,  -231,   166,
+   119,   284,-32768,-32768,   504,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,   435,-32768,-32768,-32768,
+-32768,-32768,-32768,  -525,  -139,    47,  -183,-32768,   474,-32768,
+-32768,-32768,-32768,-32768,    37,   124,-32768,-32768,-32768,-32768
 };
 
 
-#define        YYLAST          1453
+#define        YYLAST          1705
 
 
 static const short yytable[] = {    11,
-    73,   326,   189,    13,   277,   279,   294,   374,    96,   293,
-   112,   449,    22,    82,    11,   390,   420,   293,    13,   390,
-    23,    85,   315,   316,   196,   422,   327,   328,    27,    28,
-    29,    30,    31,    32,    33,   138,    34,   295,   190,   389,
-   317,   318,     2,   124,   100,     4,   346,    24,   -54,   -54,
-   125,   315,   316,   421,   300,    25,   312,   304,   305,   306,
-   307,   308,   421,   347,   311,   368,   140,   141,   127,   317,
-   318,    19,   100,   346,    26,    75,    76,   135,   127,   135,
-   139,    80,   386,    11,   336,    20,   508,    81,   136,   336,
-   235,   537,   336,    52,   194,   342,   336,   340,    54,   439,
-   401,   341,   543,   440,    53,   453,   232,   233,    58,    59,
-   236,    98,    61,    62,    63,    64,   530,     1,     2,   515,
-     3,     4,     1,   516,    35,     3,    58,    59,    56,    98,
-    61,    62,    63,    64,    82,     1,     2,   407,     3,     4,
-   527,    86,   544,     1,   197,    65,     3,    97,   538,   102,
-   291,   103,   336,   292,   315,   316,   388,   324,   102,   337,
-   103,   515,    35,    65,   323,   519,   102,   494,   103,   495,
-   376,   389,   317,   318,    44,    45,    46,   289,   390,    47,
-   102,   414,   103,   480,    93,   298,   299,   289,   301,   302,
-   289,   289,   289,   289,   289,   309,   310,   289,   286,   331,
-   332,   333,   334,   335,    89,   127,   113,   114,   115,   116,
-   117,   118,   343,   344,   345,   485,   363,    94,   363,   363,
-   426,   363,   428,   429,   430,   390,    90,   390,   363,    91,
-   189,   371,   102,    40,   103,    41,   363,   363,    66,   315,
-   316,    67,   541,   102,    68,   103,    69,    99,    95,   373,
-   102,   339,   103,    77,    78,   -55,    66,   317,   318,    67,
-   392,   393,    68,   131,    69,   133,   190,   399,   142,   143,
-   194,   369,   370,   313,   314,   104,   105,   132,   -56,   144,
-   532,   473,   192,   534,   228,   230,   231,   194,   387,   289,
-   234,   237,   268,   269,   270,   363,   363,   363,   271,   272,
-   280,   281,   282,   363,   283,   284,   498,   499,   500,   287,
-   293,   325,   329,   363,   363,   528,   330,   350,   377,   378,
-   385,   315,   316,   379,   380,   409,   441,   442,   443,   444,
-   381,   539,   382,   446,   447,   395,   396,   397,   389,   317,
-   318,   398,   404,   400,   405,   406,   412,   363,   402,   363,
-   403,   415,   363,   289,   427,   289,   289,   289,   363,   363,
-   433,   416,   425,   431,   432,   436,   437,   438,   471,   472,
-   450,   445,   451,   452,   454,   455,   456,   460,   457,   448,
-   458,   363,   363,   439,   363,   363,   462,   464,   465,   363,
-   466,   365,   366,   474,   367,   469,   476,   363,   511,   475,
-   421,   375,   477,   478,   517,   505,   486,   506,   507,   383,
-   384,   470,   479,   493,   289,   497,   363,   513,   503,   512,
-   524,   504,   520,   526,   363,   484,   535,   521,   522,   542,
-   545,   489,   533,   546,   551,   547,   550,  -174,   553,   289,
-   289,   289,   556,   557,   489,   220,   221,   222,   481,   296,
-   -62,     1,     2,   363,     3,     4,     5,   523,   363,   122,
-   297,   509,     6,     7,   137,   134,   321,    39,   417,   418,
-   419,   121,   363,   363,    88,   501,   424,   363,     0,   423,
-   363,     8,     0,     0,     9,     0,   434,   435,    10,     0,
-   531,     0,     0,     0,     0,     0,     0,     0,     0,    58,
-    59,     0,    98,   106,   107,   108,    64,   481,     1,     2,
-     0,     3,     4,     0,     0,     0,     0,     0,     0,     0,
-   459,     0,   461,     0,  -173,   463,     0,     0,     0,     0,
-     0,   467,   468,     0,     0,     0,    65,   -62,     1,     2,
-     0,     3,     4,     5,     0,     0,     0,     0,     0,     6,
-     7,     0,     0,     0,   487,   488,     0,   491,   492,     0,
-     0,     0,   496,     0,     0,     0,     0,     0,     8,     0,
-   502,     9,     0,     0,     0,    10,   240,   241,   242,   243,
-   244,   245,   246,   247,   248,   249,     0,     0,     0,   514,
-     0,     0,     0,    58,    59,     0,     0,   518,     0,     0,
-     0,     0,     1,     2,     0,     3,     4,     0,   145,     0,
+    79,   270,   259,   333,   161,   102,   269,   269,   234,   302,
+   381,   162,   271,    13,    23,    11,   401,   402,   260,   471,
+   421,   348,   350,   578,   306,   307,   308,   309,   310,    13,
+    20,   313,    88,   437,   439,   108,   574,   109,   496,   422,
+    91,  -200,   140,   421,    21,   -54,   -54,   -54,   -54,   106,
+   580,   140,    25,   141,     2,   411,   159,     4,   314,   -66,
+     1,     2,   228,     3,     4,     5,   417,   129,   235,   236,
+   411,     6,     7,   132,   130,   438,   438,   106,    81,    82,
+   267,   464,   231,   132,    86,   411,   268,   411,   147,    11,
+    87,    43,     8,    44,   416,     9,   475,     1,   147,    10,
+     3,   108,     5,   109,   539,   411,   470,   115,   116,   331,
+   225,   226,   412,   484,   229,   415,    24,   499,   232,   396,
+   397,   398,    26,    27,   399,   370,     1,   370,   370,     3,
+   370,     5,   395,    55,    83,   431,    84,   108,   564,   109,
+   163,   383,   265,   396,   397,   398,   315,   316,   399,   561,
+   575,   375,    57,   108,   108,   109,   109,   538,   103,   330,
+   108,   494,   109,   370,    56,   300,   301,   265,   303,    92,
+   581,   370,   370,    59,   262,   118,   119,   120,   121,   122,
+   123,   304,   265,   265,   265,   265,   265,   311,   312,   265,
+   520,   112,   521,   113,   393,   317,   318,   132,   546,   110,
+   111,   443,   547,   445,   446,   447,    88,   147,    95,    47,
+    48,    49,   319,   320,    50,   321,   322,   546,   323,   324,
+   325,   550,    96,    28,    29,    30,    31,    32,    33,    34,
+    97,    35,    36,    37,    38,   370,   370,   370,   551,   396,
+   397,   398,    99,   370,   399,   147,   512,   317,   318,   237,
+   238,   239,   240,   370,   370,   100,   376,   101,   259,   378,
+   108,    84,   109,   136,   319,   320,   137,   321,   322,   160,
+   323,   324,   325,   377,   260,   143,   144,   221,   406,   407,
+   408,   409,   410,   380,   108,   223,   109,   227,   147,   394,
+   265,   418,   419,   420,   224,   230,   233,   370,   -55,   370,
+   522,   -56,   370,   525,   526,   527,   -59,   -58,   370,   370,
+   -57,   241,   263,   372,   373,   269,   374,    61,    62,   332,
+   566,   414,   339,   568,    36,    37,    38,   340,   341,     1,
+     2,   426,     3,     4,     5,   351,   370,   370,   342,   370,
+   370,   343,   352,   455,   456,   370,   353,   354,   355,   382,
+   462,   384,   357,   385,   386,   370,   387,   390,   391,   265,
+   444,   265,   265,   265,   388,   389,   450,   392,   403,   404,
+   405,   429,   432,   433,   442,   562,   370,   454,   448,   449,
+   453,   458,   459,   460,   370,   461,   463,   465,   466,   467,
+   468,   469,   472,   473,   576,   474,   476,   500,   501,   502,
+   503,   477,   478,   479,   505,   506,   272,   273,   274,   275,
+   276,   277,   278,   279,   280,   281,   480,   482,   484,   485,
+   370,   434,   435,   436,   487,   370,   488,   495,   489,   441,
+   283,   284,   492,   493,   497,   498,   530,   531,   513,   451,
+   452,   507,   370,   370,   438,   533,   511,   370,   542,   504,
+   370,   536,   516,   524,   532,   534,   535,   544,   265,   558,
+   560,   265,   265,   265,   543,   537,   516,   572,   582,   548,
+   508,   554,   552,   555,   556,   553,   567,   569,   570,   571,
+   579,   583,   584,   481,   587,   483,   588,   590,   486,   593,
+   594,   213,   214,   215,   490,   491,   338,   127,   557,   337,
+   285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
+   295,   296,   297,   298,   540,   139,   336,   142,   328,    42,
+   565,   126,   514,   515,  -199,   518,   519,    94,   528,   457,
+     0,   523,     0,     0,     0,     0,     0,     0,   508,     0,
+     0,   529,   -66,     1,     2,     0,     3,     4,     5,     0,
+     0,     0,     0,     0,     6,     7,     0,     0,     0,     0,
+     0,     0,   545,     0,     0,     0,     0,   358,   359,     0,
+   549,    61,    62,   360,     0,     8,     0,     0,     9,     0,
+     0,     0,    10,     1,     2,     0,     3,     4,     5,   361,
+   362,   363,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,   364,   365,   573,     0,     0,     0,
+     0,   577,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,   366,     0,     0,     0,     0,     0,     0,   585,   586,
+     0,     0,     0,   589,     0,     0,   591,   174,   175,   176,
+   177,   178,   179,   180,   181,   182,   183,   184,   185,   186,
+   187,   188,   245,   246,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,   247,
+   195,   196,   197,   198,   199,   200,   201,   202,   203,   204,
+   205,   206,     0,   248,     0,   249,   250,   251,     0,     0,
+     0,   358,   359,     0,     0,    61,    62,   360,     0,     0,
+     0,     0,   108,     0,   109,     0,     0,     1,     2,   367,
+     3,     4,     5,   361,   362,   363,     0,     0,     0,     0,
+    61,    62,     0,     0,     0,     0,     0,     0,   364,   365,
+     0,     0,     1,     2,     0,     3,     4,     5,   242,     0,
+     0,     0,     0,     0,     0,   366,     0,     0,     0,     0,
+     0,     0,     0,   243,   244,     0,     0,     0,     0,     0,
+     0,   174,   175,   176,   177,   178,   179,   180,   181,   182,
+   183,   184,   185,   186,   187,   188,   245,   246,     0,     0,
+     0,     0,     0,     0,     0,     0,   174,   175,   176,   177,
+   178,   179,   180,   181,   182,   183,   184,   185,   186,   187,
+   188,   245,   246,   247,   195,   196,   197,   198,   199,   200,
+   201,   202,   203,   204,   205,   206,     0,   248,     0,   249,
+   250,   251,     0,     0,     0,     0,     0,     0,   247,   195,
+   196,   197,   198,   199,   200,   201,   202,   203,   204,   205,
+   206,     0,   248,   367,   249,   250,   251,     0,     0,     0,
+     0,   358,   359,     0,     0,     0,     0,   360,     0,     0,
+     0,   108,     0,   109,     0,   252,     0,     0,   253,     0,
+   254,     0,   255,   361,   362,   363,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,   364,   365,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,    61,    62,   366,   104,    64,    65,    66,
+    67,    68,    69,    70,     0,     1,     2,     0,     3,     4,
+     5,   174,   175,   176,   177,   178,   179,   180,   181,   182,
+   183,   184,   185,   186,   187,   188,   245,   246,     0,     0,
+     0,     0,     0,    61,    62,    71,   104,    64,    65,    66,
+    67,    68,    69,    70,     0,     1,     2,     0,     3,     4,
+     5,     0,     0,   247,   195,   196,   197,   198,   199,   200,
+   201,   202,   203,   204,   205,   206,     0,   248,     0,   249,
+   250,   251,     0,    61,    62,    71,   104,   150,   151,   152,
+   153,   154,   155,    70,     0,     1,     2,     0,     3,     4,
+     5,    61,    62,   367,   104,   150,   151,   152,   153,   154,
+   155,    70,     0,     1,     2,     0,     3,     4,     5,     0,
+     0,     0,     0,    61,    62,    71,   104,    64,    65,    66,
+    67,    68,    69,    70,     0,     1,     2,     0,     3,     4,
+     5,     0,     0,    71,     0,    72,     0,     0,    73,     0,
+     0,    74,     0,    75,   105,   131,     0,     0,     0,     0,
+     0,     0,     0,    61,    62,    71,   145,    64,    65,    66,
+    67,    68,    69,    70,     0,     1,     2,     0,     3,     4,
+     5,     0,     0,     0,     0,    72,     0,     0,    73,     0,
+     0,    74,     0,    75,   138,     0,     0,     0,     0,     0,
+     0,     0,     0,    61,    62,    71,   104,    64,    65,    66,
+    67,    68,    69,    70,     0,     1,     2,     0,     3,     4,
+     5,     0,     0,     0,     0,    72,     0,     0,    73,     0,
+     0,    74,     0,    75,   349,   327,     0,     0,     0,     0,
+     0,     0,     0,    72,     0,    71,    73,     0,     0,    74,
+     0,    75,   413,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    72,     0,     0,    73,     0,
+     0,    74,     0,    75,     0,    61,    62,   146,   104,   150,
+   151,   152,   153,   154,   155,    70,     0,     1,     2,     0,
+     3,     4,     5,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    72,     0,     0,    73,     0,
+     0,    74,     0,    75,     0,    61,    62,    71,   104,    64,
+    65,    66,    67,    68,    69,    70,     0,     1,     2,     0,
+     3,     4,     5,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    72,     0,   425,    73,     0,
+     0,    74,     0,    75,     0,    61,    62,    71,   104,    64,
+    65,    66,    67,    68,    69,    70,     0,     1,     2,     0,
+     3,     4,     5,    61,    62,     0,    63,    64,    65,    66,
+    67,    68,    69,    70,     0,     1,     2,   510,     3,     4,
+     5,     0,     0,     0,     0,    61,    62,    71,   104,   150,
+   151,   152,   153,   154,   155,    70,     0,     1,     2,     0,
+     3,     4,     5,     0,     0,    71,     0,    72,     0,     0,
+    73,     0,   344,    74,     0,    75,    61,    62,     0,   145,
+    64,    65,    66,    67,    68,    69,    70,    71,     1,     2,
+     0,     3,     4,     5,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    72,     0,     0,
+    73,     0,     0,    74,     0,    75,    61,    62,    71,   104,
+    64,    65,    66,    67,    68,    69,    70,     0,     1,     2,
+     0,     3,     4,     5,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    72,     0,     0,
+    73,     0,     0,    74,     0,    75,     0,     0,    71,     0,
+     0,     0,     0,     0,     0,    72,     0,     0,    73,     0,
+     0,    74,     0,    75,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    72,     0,     0,
+    73,     0,     0,    74,     0,    75,    61,    62,     0,   264,
+    64,    65,    66,    67,    68,    69,    70,     0,     1,     2,
+     0,     3,     4,     5,     0,     0,     0,     0,    72,     0,
+     0,    73,     0,     0,    74,     0,    75,    61,    62,     0,
+   104,   150,   151,   152,   153,   154,   155,    70,    71,     1,
+     2,     0,     3,     4,     5,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,    72,     0,
+     0,    73,     0,     0,    74,     0,    75,     0,     0,    71,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,   146,   147,     0,     0,     0,   536,     0,     0,    66,
-     0,   540,    67,     0,     0,    68,     0,    69,   278,     0,
-     0,     0,     0,     0,     0,   548,   549,     0,     0,     0,
-   552,     0,     0,   554,   148,   149,   150,   151,   152,   153,
-   154,   155,   156,   157,   158,   159,   160,   161,   162,   163,
-   164,     0,    58,    59,     0,    98,   106,   107,   108,    64,
-     0,     1,     2,     0,     3,     4,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,   165,   166,   167,   168,
-   169,   170,   171,   172,   173,   174,   175,   176,   177,    65,
-   178,     0,   179,   180,   181,     0,     0,     0,     0,     0,
-     0,     0,   102,     0,   103,     0,   182,     0,     0,   183,
-     0,   184,     0,   185,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,   351,
-   352,    58,    59,   353,     0,     0,     0,     0,     0,     0,
-     1,     2,     0,     3,     4,     0,   354,   355,   356,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,   357,
-   358,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,    58,    59,   359,    98,   106,   107,
-   108,    64,    66,     1,     2,    67,     3,     4,    68,     0,
-    69,   338,   148,   149,   150,   151,   152,   153,   154,   155,
-   156,   157,   158,   159,   160,   161,   162,   163,   164,     0,
-     0,    65,    58,    59,     0,    60,    61,    62,    63,    64,
-     0,     1,     2,     0,     3,     4,     0,     0,     0,     0,
-     0,     0,     0,     0,   165,   166,   167,   168,   169,   170,
-   171,   172,   173,   174,   175,   176,   177,     0,   178,    65,
-   179,   180,   181,     0,   351,   352,    58,    59,   353,     0,
-   102,     0,   103,     0,     0,     1,     2,   360,     3,     4,
-     0,   354,   355,   356,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,   357,   358,     0,     0,     0,     0,
      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,   359,     0,     0,    66,     0,     0,    67,     0,   273,
-    68,     0,    69,     0,     0,     0,     0,   148,   149,   150,
-   151,   152,   153,   154,   155,   156,   157,   158,   159,   160,
-   161,   162,   163,   164,     0,     0,     0,     0,     0,     0,
-     0,     0,    66,   251,   252,    67,     0,     0,    68,     0,
-    69,     0,     0,     0,     0,     0,     0,     0,     0,   165,
-   166,   167,   168,   169,   170,   171,   172,   173,   174,   175,
-   176,   177,     0,   178,     0,   179,   180,   181,   351,   352,
-     0,     0,   353,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,   360,     0,     0,   354,   355,   356,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,   357,   358,
-     0,   253,   254,   255,   256,   257,   258,   259,   260,   261,
-   262,   263,   264,   265,   266,   359,     0,    58,    59,     0,
-    98,   106,   107,   108,    64,     0,     1,     2,     0,     3,
-     4,   148,   149,   150,   151,   152,   153,   154,   155,   156,
-   157,   158,   159,   160,   161,   162,   163,   164,     0,     0,
-     0,     0,     0,     0,    65,     0,     0,     0,     0,    58,
-    59,     0,    98,    61,    62,    63,    64,     0,     1,     2,
-     0,     3,     4,   165,   166,   167,   168,   169,   170,   171,
-   172,   173,   174,   175,   176,   177,   126,   178,     0,   179,
-   180,   181,     0,     0,     0,     0,    65,     0,    58,    59,
-     0,    98,    61,    62,    63,    64,   360,     1,     2,     0,
-     3,     4,     0,     0,    58,    59,     0,    98,    61,    62,
-    63,    64,     0,     1,     2,   320,     3,     4,     0,     0,
-     0,     0,     0,    58,    59,    65,    98,    61,    62,    63,
-    64,   408,     1,     2,     0,     3,     4,    66,     0,     0,
-    67,    65,     0,    68,     0,    69,     0,     0,     0,     0,
-   483,     0,    58,    59,     0,    98,    61,    62,    63,    64,
-    65,     1,     2,     0,     3,     4,     0,     0,    58,    59,
-     0,   193,    61,    62,    63,    64,     0,     1,     2,    66,
-     3,     4,    67,     0,     0,    68,     0,    69,     0,    65,
-    58,    59,     0,    98,   106,   107,   108,    64,     0,     1,
-     2,     0,     3,     4,     0,    65,     0,    58,    59,     0,
-   288,    61,    62,    63,    64,     0,     1,     2,    66,     3,
-     4,    67,     0,     0,    68,     0,    69,    65,     0,     0,
-     0,     0,     0,     0,    66,     0,     0,    67,     0,     0,
-    68,     0,    69,     0,    65,     0,     0,     0,     0,     0,
-     0,     0,     0,    66,     0,     0,    67,     0,     0,    68,
-     0,    69,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,    72,     0,
+     0,    73,     0,     0,    74,     0,    75,   165,     0,     0,
      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,    66,     0,     0,    67,     0,     0,    68,     0,
-    69,     0,     0,     0,     0,     0,     0,     0,    66,     0,
-     0,    67,     0,     0,    68,     0,    69,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,   199,     0,     0,     0,
-    66,     0,     0,    67,     0,     0,    68,     0,   276,     0,
-     0,     0,     0,     0,   200,   201,     0,    66,     0,     0,
-    67,     0,     0,    68,     0,    69,   202,   203,   204,   205,
-   206,   207,   148,   149,   150,   151,   152,   153,   154,   155,
-   156,   157,   158,   159,   160,   161,   162,   208,   209,     0,
+     0,     0,     0,     0,     0,     0,   166,   167,     0,    72,
+     0,     0,    73,     0,     0,    74,     0,   347,   168,   169,
+   170,   171,   172,   173,   174,   175,   176,   177,   178,   179,
+   180,   181,   182,   183,   184,   185,   186,   187,   188,   189,
+   190,     0,     0,     0,     0,     0,     0,     0,     0,     0,
      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,   210,
-   211,   212,     0,     0,   213,   166,   167,   168,   169,   170,
-   171,   172,   173,   174,   175,   176,   177,   214,   215,   216,
-   217,   218,   219
+     0,   191,   192,   193,     0,     0,   194,   195,   196,   197,
+   198,   199,   200,   201,   202,   203,   204,   205,   206,   207,
+   208,   209,   210,   211,   212
 };
 
 static const short yycheck[] = {     0,
-    25,   237,   111,     0,   183,   184,   204,   299,     4,     9,
-    79,   409,   132,    16,    15,   322,     9,     9,    15,   326,
-    50,    24,   110,   111,    23,     9,   238,   239,    35,    36,
-    37,    38,    39,    40,    41,   104,    43,   205,   111,   127,
-   128,   129,    15,   133,    69,    18,    29,   132,     3,     4,
-   140,   110,   111,    46,   212,    13,   224,   215,   216,   217,
-   218,   219,    46,    46,   222,   295,    21,    22,    93,   128,
-   129,    45,    97,    29,   132,    36,    37,   133,   103,   133,
-   105,    42,   312,    84,   133,    59,   484,    48,   144,   133,
-   144,   528,   133,   132,   119,   144,   133,   276,   138,   133,
-   144,   142,   539,   137,   132,   142,   131,   132,     5,     6,
-   135,     8,     9,    10,    11,    12,   514,    14,    15,   133,
-    17,    18,    14,   137,   131,    17,     5,     6,    17,     8,
-     9,    10,    11,    12,    16,    14,    15,   349,    17,    18,
-   140,   144,   540,    14,   143,    42,    17,   143,   140,   134,
-     9,   136,   133,    12,   110,   111,   314,   142,   134,   140,
-   136,   133,   131,    42,   140,   137,   134,   459,   136,   461,
-   138,   127,   128,   129,    35,    36,    37,   202,   485,    40,
-   134,   360,   136,   137,   136,   210,   211,   212,   213,   214,
-   215,   216,   217,   218,   219,   220,   221,   222,   195,   268,
-   269,   270,   271,   272,    17,   230,    53,    54,    55,    56,
-    57,    58,   281,   282,   283,   451,   289,     4,   291,   292,
-   378,   294,   380,   381,   382,   532,    17,   534,   301,    17,
-   339,   133,   134,    39,   136,    41,   309,   310,   135,   110,
-   111,   138,    31,   134,   141,   136,   143,   144,     4,   133,
-   134,   276,   136,    27,    28,     7,   135,   128,   129,   138,
-   329,   330,   141,   139,   143,   144,   339,   336,     3,     4,
-   295,   296,   297,   106,   107,    75,    76,   139,     7,     7,
-   516,   439,     4,   519,    17,   133,   137,   312,   313,   314,
-   142,   137,   136,   136,   136,   368,   369,   370,   136,   136,
-    17,   136,   136,   376,   136,   133,   464,   465,   466,    48,
-     9,   142,   136,   386,   387,   513,   136,   136,   133,   133,
-    31,   110,   111,   133,   133,   350,   395,   396,   397,   398,
-   133,   529,   133,   402,   403,   133,   133,   133,   127,   128,
-   129,   133,    31,   142,    17,     4,    52,   420,   133,   422,
-   133,   133,   425,   378,   379,   380,   381,   382,   431,   432,
-   385,   133,   138,   133,   133,   133,   133,   133,   437,   438,
-   133,   142,   137,    17,    12,    12,   136,     4,   133,   404,
-   133,   454,   455,   133,   457,   458,   133,   133,   133,   462,
-   133,   291,   292,   133,   294,   136,   133,   470,    17,   137,
-    46,   301,   133,   137,   140,   474,   133,   476,   477,   309,
-   310,   436,   137,   133,   439,   133,   489,   138,   137,   133,
-    46,   137,   137,    12,   497,   450,     4,   137,   137,   133,
-    12,   456,   140,    12,    64,   133,    12,     0,    12,   464,
-   465,   466,     0,     0,   469,   122,   122,   122,   449,   208,
-    13,    14,    15,   526,    17,    18,    19,   508,   531,    84,
-   209,   485,    25,    26,   103,    97,   230,    15,   368,   369,
-   370,    81,   545,   546,    51,   469,   376,   550,    -1,   375,
-   553,    44,    -1,    -1,    47,    -1,   386,   387,    51,    -1,
-   515,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,     5,
-     6,    -1,     8,     9,    10,    11,    12,   508,    14,    15,
-    -1,    17,    18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-   420,    -1,   422,    -1,     0,   425,    -1,    -1,    -1,    -1,
-    -1,   431,   432,    -1,    -1,    -1,    42,    13,    14,    15,
-    -1,    17,    18,    19,    -1,    -1,    -1,    -1,    -1,    25,
-    26,    -1,    -1,    -1,   454,   455,    -1,   457,   458,    -1,
-    -1,    -1,   462,    -1,    -1,    -1,    -1,    -1,    44,    -1,
-   470,    47,    -1,    -1,    -1,    51,    83,    84,    85,    86,
-    87,    88,    89,    90,    91,    92,    -1,    -1,    -1,   489,
-    -1,    -1,    -1,     5,     6,    -1,    -1,   497,    -1,    -1,
-    -1,    -1,    14,    15,    -1,    17,    18,    -1,    20,    -1,
+    26,   170,   158,   230,   124,     4,    11,    11,   148,   193,
+   301,    28,   171,     0,   146,    16,   334,   335,   158,   426,
+    34,   253,   254,    38,   208,   209,   210,   211,   212,    16,
+    52,   215,    21,    11,    11,   148,   562,   150,   151,    53,
+    29,     0,   147,    34,    66,     3,     4,     5,     6,    75,
+   576,   147,   146,   158,    20,   147,   117,    23,   217,    18,
+    19,    20,   158,    22,    23,    24,   158,   147,    26,    27,
+   147,    30,    31,    99,   154,    53,    53,   103,    39,    40,
+    11,   158,   143,   109,    45,   147,    17,   147,   114,    90,
+    51,    46,    51,    48,   156,    54,   156,    19,   124,    58,
+    22,   148,    24,   150,   511,   147,   424,    32,    33,   156,
+   136,   137,   154,   147,   140,   347,    57,   151,   144,   134,
+   135,   136,    18,   146,   139,   265,    19,   267,   268,    22,
+   270,    24,   316,   146,    35,   367,    37,   148,   545,   150,
+   157,   152,   168,   134,   135,   136,   113,   114,   139,   154,
+   154,   271,   152,   148,   148,   150,   150,   151,   157,   154,
+   148,   452,   150,   303,   146,   191,   192,   193,   194,   158,
+   577,   311,   312,    22,   161,    60,    61,    62,    63,    64,
+    65,   207,   208,   209,   210,   211,   212,   213,   214,   215,
+   481,    42,   483,    44,   314,   117,   118,   223,   147,    81,
+    82,   385,   151,   387,   388,   389,    21,   233,    22,    42,
+    43,    44,   134,   135,    47,   137,   138,   147,   140,   141,
+   142,   151,    22,    42,    43,    44,    45,    46,    47,    48,
+    22,    50,   143,   144,   145,   375,   376,   377,   529,   134,
+   135,   136,   150,   383,   139,   271,   473,   117,   118,     3,
+     4,     5,     6,   393,   394,     4,   282,     4,   414,   147,
+   148,    37,   150,   153,   134,   135,   153,   137,   138,     4,
+   140,   141,   142,   299,   414,   110,   111,    22,   339,   340,
+   341,   342,   343,   147,   148,   147,   150,   156,   314,   315,
+   316,   352,   353,   354,   151,   151,   150,   437,     9,   439,
+   484,     9,   442,   487,   488,   489,     9,     9,   448,   449,
+     9,     9,    55,   267,   268,    11,   270,     7,     8,   156,
+   547,   347,   150,   550,   143,   144,   145,   150,   150,    19,
+    20,   357,    22,    23,    24,    22,   476,   477,   150,   479,
+   480,   150,   150,   404,   405,   485,   150,   150,   147,   303,
+   411,   147,   150,   147,   147,   495,   147,   311,   312,   385,
+   386,   387,   388,   389,   147,   147,   392,    38,    38,   150,
+   150,    59,   147,   147,   152,   544,   516,   403,   147,   147,
+   147,   147,   147,   147,   524,   147,   156,   147,   147,    38,
+    22,     4,   147,   151,   563,    22,    17,   458,   459,   460,
+   461,    17,   150,   147,   465,   466,    90,    91,    92,    93,
+    94,    95,    96,    97,    98,    99,   147,     4,   147,   147,
+   560,   375,   376,   377,   147,   565,   147,   453,   147,   383,
+    26,    27,   150,   147,   147,   147,   497,   498,   147,   393,
+   394,   467,   582,   583,    53,   151,   472,   587,    22,   156,
+   590,   151,   478,   147,   147,   147,   147,   152,   484,    53,
+    17,   487,   488,   489,   147,   151,   492,     4,    17,   154,
+   471,   532,   151,   534,   535,   151,   154,   151,   151,   151,
+   147,    17,   147,   437,    17,   439,    71,    17,   442,     0,
+     0,   127,   127,   127,   448,   449,   246,    90,   539,   245,
+    96,    97,    98,    99,   100,   101,   102,   103,   104,   105,
+   106,   107,   108,   109,   512,   103,   233,   109,   223,    16,
+   546,    87,   476,   477,     0,   479,   480,    54,   492,   406,
+    -1,   485,    -1,    -1,    -1,    -1,    -1,    -1,   539,    -1,
+    -1,   495,    18,    19,    20,    -1,    22,    23,    24,    -1,
+    -1,    -1,    -1,    -1,    30,    31,    -1,    -1,    -1,    -1,
+    -1,    -1,   516,    -1,    -1,    -1,    -1,     3,     4,    -1,
+   524,     7,     8,     9,    -1,    51,    -1,    -1,    54,    -1,
+    -1,    -1,    58,    19,    20,    -1,    22,    23,    24,    25,
+    26,    27,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    40,    41,   560,    -1,    -1,    -1,
+    -1,   565,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    57,    -1,    -1,    -1,    -1,    -1,    -1,   582,   583,
+    -1,    -1,    -1,   587,    -1,    -1,   590,    73,    74,    75,
+    76,    77,    78,    79,    80,    81,    82,    83,    84,    85,
+    86,    87,    88,    89,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   115,
+   116,   117,   118,   119,   120,   121,   122,   123,   124,   125,
+   126,   127,    -1,   129,    -1,   131,   132,   133,    -1,    -1,
+    -1,     3,     4,    -1,    -1,     7,     8,     9,    -1,    -1,
+    -1,    -1,   148,    -1,   150,    -1,    -1,    19,    20,   155,
+    22,    23,    24,    25,    26,    27,    -1,    -1,    -1,    -1,
+     7,     8,    -1,    -1,    -1,    -1,    -1,    -1,    40,    41,
+    -1,    -1,    19,    20,    -1,    22,    23,    24,    25,    -1,
+    -1,    -1,    -1,    -1,    -1,    57,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    40,    41,    -1,    -1,    -1,    -1,    -1,
+    -1,    73,    74,    75,    76,    77,    78,    79,    80,    81,
+    82,    83,    84,    85,    86,    87,    88,    89,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    73,    74,    75,    76,
+    77,    78,    79,    80,    81,    82,    83,    84,    85,    86,
+    87,    88,    89,   115,   116,   117,   118,   119,   120,   121,
+   122,   123,   124,   125,   126,   127,    -1,   129,    -1,   131,
+   132,   133,    -1,    -1,    -1,    -1,    -1,    -1,   115,   116,
+   117,   118,   119,   120,   121,   122,   123,   124,   125,   126,
+   127,    -1,   129,   155,   131,   132,   133,    -1,    -1,    -1,
+    -1,     3,     4,    -1,    -1,    -1,    -1,     9,    -1,    -1,
+    -1,   148,    -1,   150,    -1,   152,    -1,    -1,   155,    -1,
+   157,    -1,   159,    25,    26,    27,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    40,    41,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,     7,     8,    57,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    -1,    22,    23,
+    24,    73,    74,    75,    76,    77,    78,    79,    80,    81,
+    82,    83,    84,    85,    86,    87,    88,    89,    -1,    -1,
+    -1,    -1,    -1,     7,     8,    49,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    -1,    22,    23,
+    24,    -1,    -1,   115,   116,   117,   118,   119,   120,   121,
+   122,   123,   124,   125,   126,   127,    -1,   129,    -1,   131,
+   132,   133,    -1,     7,     8,    49,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    -1,    22,    23,
+    24,     7,     8,   155,    10,    11,    12,    13,    14,    15,
+    16,    17,    -1,    19,    20,    -1,    22,    23,    24,    -1,
+    -1,    -1,    -1,     7,     8,    49,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    -1,    22,    23,
+    24,    -1,    -1,    49,    -1,   149,    -1,    -1,   152,    -1,
+    -1,   155,    -1,   157,   158,    39,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,     7,     8,    49,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    -1,    22,    23,
+    24,    -1,    -1,    -1,    -1,   149,    -1,    -1,   152,    -1,
+    -1,   155,    -1,   157,   158,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,     7,     8,    49,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    -1,    22,    23,
+    24,    -1,    -1,    -1,    -1,   149,    -1,    -1,   152,    -1,
+    -1,   155,    -1,   157,   158,    39,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,   149,    -1,    49,   152,    -1,    -1,   155,
+    -1,   157,   158,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,   149,    -1,    -1,   152,    -1,
+    -1,   155,    -1,   157,    -1,     7,     8,   121,    10,    11,
+    12,    13,    14,    15,    16,    17,    -1,    19,    20,    -1,
+    22,    23,    24,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,   149,    -1,    -1,   152,    -1,
+    -1,   155,    -1,   157,    -1,     7,     8,    49,    10,    11,
+    12,    13,    14,    15,    16,    17,    -1,    19,    20,    -1,
+    22,    23,    24,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,   149,    -1,    39,   152,    -1,
+    -1,   155,    -1,   157,    -1,     7,     8,    49,    10,    11,
+    12,    13,    14,    15,    16,    17,    -1,    19,    20,    -1,
+    22,    23,    24,     7,     8,    -1,    10,    11,    12,    13,
+    14,    15,    16,    17,    -1,    19,    20,    39,    22,    23,
+    24,    -1,    -1,    -1,    -1,     7,     8,    49,    10,    11,
+    12,    13,    14,    15,    16,    17,    -1,    19,    20,    -1,
+    22,    23,    24,    -1,    -1,    49,    -1,   149,    -1,    -1,
+   152,    -1,   154,   155,    -1,   157,     7,     8,    -1,    10,
+    11,    12,    13,    14,    15,    16,    17,    49,    19,    20,
+    -1,    22,    23,    24,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,   149,    -1,    -1,
+   152,    -1,    -1,   155,    -1,   157,     7,     8,    49,    10,
+    11,    12,    13,    14,    15,    16,    17,    -1,    19,    20,
+    -1,    22,    23,    24,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,   149,    -1,    -1,
+   152,    -1,    -1,   155,    -1,   157,    -1,    -1,    49,    -1,
+    -1,    -1,    -1,    -1,    -1,   149,    -1,    -1,   152,    -1,
+    -1,   155,    -1,   157,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,   149,    -1,    -1,
+   152,    -1,    -1,   155,    -1,   157,     7,     8,    -1,    10,
+    11,    12,    13,    14,    15,    16,    17,    -1,    19,    20,
+    -1,    22,    23,    24,    -1,    -1,    -1,    -1,   149,    -1,
+    -1,   152,    -1,    -1,   155,    -1,   157,     7,     8,    -1,
+    10,    11,    12,    13,    14,    15,    16,    17,    49,    19,
+    20,    -1,    22,    23,    24,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   149,    -1,
+    -1,   152,    -1,    -1,   155,    -1,   157,    -1,    -1,    49,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    33,    34,    -1,    -1,    -1,   526,    -1,    -1,   135,
-    -1,   531,   138,    -1,    -1,   141,    -1,   143,   144,    -1,
-    -1,    -1,    -1,    -1,    -1,   545,   546,    -1,    -1,    -1,
-   550,    -1,    -1,   553,    66,    67,    68,    69,    70,    71,
-    72,    73,    74,    75,    76,    77,    78,    79,    80,    81,
-    82,    -1,     5,     6,    -1,     8,     9,    10,    11,    12,
-    -1,    14,    15,    -1,    17,    18,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,   108,   109,   110,   111,
-   112,   113,   114,   115,   116,   117,   118,   119,   120,    42,
-   122,    -1,   124,   125,   126,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,   134,    -1,   136,    -1,   138,    -1,    -1,   141,
-    -1,   143,    -1,   145,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,     3,
-     4,     5,     6,     7,    -1,    -1,    -1,    -1,    -1,    -1,
-    14,    15,    -1,    17,    18,    -1,    20,    21,    22,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    33,
-    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,     5,     6,    50,     8,     9,    10,
-    11,    12,   135,    14,    15,   138,    17,    18,   141,    -1,
-   143,   144,    66,    67,    68,    69,    70,    71,    72,    73,
-    74,    75,    76,    77,    78,    79,    80,    81,    82,    -1,
-    -1,    42,     5,     6,    -1,     8,     9,    10,    11,    12,
-    -1,    14,    15,    -1,    17,    18,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,   108,   109,   110,   111,   112,   113,
-   114,   115,   116,   117,   118,   119,   120,    -1,   122,    42,
-   124,   125,   126,    -1,     3,     4,     5,     6,     7,    -1,
-   134,    -1,   136,    -1,    -1,    14,    15,   141,    17,    18,
-    -1,    20,    21,    22,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    33,    34,    -1,    -1,    -1,    -1,
     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    50,    -1,    -1,   135,    -1,    -1,   138,    -1,   140,
-   141,    -1,   143,    -1,    -1,    -1,    -1,    66,    67,    68,
-    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
-    79,    80,    81,    82,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,   135,    21,    22,   138,    -1,    -1,   141,    -1,
-   143,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   108,
-   109,   110,   111,   112,   113,   114,   115,   116,   117,   118,
-   119,   120,    -1,   122,    -1,   124,   125,   126,     3,     4,
-    -1,    -1,     7,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,   141,    -1,    -1,    20,    21,    22,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    33,    34,
-    -1,    89,    90,    91,    92,    93,    94,    95,    96,    97,
-    98,    99,   100,   101,   102,    50,    -1,     5,     6,    -1,
-     8,     9,    10,    11,    12,    -1,    14,    15,    -1,    17,
-    18,    66,    67,    68,    69,    70,    71,    72,    73,    74,
-    75,    76,    77,    78,    79,    80,    81,    82,    -1,    -1,
-    -1,    -1,    -1,    -1,    42,    -1,    -1,    -1,    -1,     5,
-     6,    -1,     8,     9,    10,    11,    12,    -1,    14,    15,
-    -1,    17,    18,   108,   109,   110,   111,   112,   113,   114,
-   115,   116,   117,   118,   119,   120,    32,   122,    -1,   124,
-   125,   126,    -1,    -1,    -1,    -1,    42,    -1,     5,     6,
-    -1,     8,     9,    10,    11,    12,   141,    14,    15,    -1,
-    17,    18,    -1,    -1,     5,     6,    -1,     8,     9,    10,
-    11,    12,    -1,    14,    15,    32,    17,    18,    -1,    -1,
-    -1,    -1,    -1,     5,     6,    42,     8,     9,    10,    11,
-    12,    32,    14,    15,    -1,    17,    18,   135,    -1,    -1,
-   138,    42,    -1,   141,    -1,   143,    -1,    -1,    -1,    -1,
-    32,    -1,     5,     6,    -1,     8,     9,    10,    11,    12,
-    42,    14,    15,    -1,    17,    18,    -1,    -1,     5,     6,
-    -1,     8,     9,    10,    11,    12,    -1,    14,    15,   135,
-    17,    18,   138,    -1,    -1,   141,    -1,   143,    -1,    42,
-     5,     6,    -1,     8,     9,    10,    11,    12,    -1,    14,
-    15,    -1,    17,    18,    -1,    42,    -1,     5,     6,    -1,
-     8,     9,    10,    11,    12,    -1,    14,    15,   135,    17,
-    18,   138,    -1,    -1,   141,    -1,   143,    42,    -1,    -1,
-    -1,    -1,    -1,    -1,   135,    -1,    -1,   138,    -1,    -1,
-   141,    -1,   143,    -1,    42,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,   135,    -1,    -1,   138,    -1,    -1,   141,
-    -1,   143,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,   135,    -1,    -1,   138,    -1,    -1,   141,    -1,
-   143,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   135,    -1,
-    -1,   138,    -1,    -1,   141,    -1,   143,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,    30,    -1,    -1,    -1,
-   135,    -1,    -1,   138,    -1,    -1,   141,    -1,   143,    -1,
-    -1,    -1,    -1,    -1,    48,    49,    -1,   135,    -1,    -1,
-   138,    -1,    -1,   141,    -1,   143,    60,    61,    62,    63,
-    64,    65,    66,    67,    68,    69,    70,    71,    72,    73,
-    74,    75,    76,    77,    78,    79,    80,    81,    82,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   149,    -1,
+    -1,   152,    -1,    -1,   155,    -1,   157,    36,    -1,    -1,
     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   103,
-   104,   105,    -1,    -1,   108,   109,   110,   111,   112,   113,
-   114,   115,   116,   117,   118,   119,   120,   121,   122,   123,
-   124,   125,   126
+    -1,    -1,    -1,    -1,    -1,    -1,    55,    56,    -1,   149,
+    -1,    -1,   152,    -1,    -1,   155,    -1,   157,    67,    68,
+    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
+    79,    80,    81,    82,    83,    84,    85,    86,    87,    88,
+    89,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,   110,   111,   112,    -1,    -1,   115,   116,   117,   118,
+   119,   120,   121,   122,   123,   124,   125,   126,   127,   128,
+   129,   130,   131,   132,   133
 };
 /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
 #line 3 "/usr/share/bison.simple"
@@ -2379,239 +2537,259 @@ yyreduce:
   switch (yyn) {
 
 case 28:
-#line 1054 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1133 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_EQ; ;
     break;}
 case 29:
-#line 1054 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1133 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_NE; ;
     break;}
 case 30:
-#line 1055 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1134 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_SLT; ;
     break;}
 case 31:
-#line 1055 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1134 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_SGT; ;
     break;}
 case 32:
-#line 1056 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1135 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_SLE; ;
     break;}
 case 33:
-#line 1056 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1135 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_SGE; ;
     break;}
 case 34:
-#line 1057 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1136 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_ULT; ;
     break;}
 case 35:
-#line 1057 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1136 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_UGT; ;
     break;}
 case 36:
-#line 1058 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1137 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_ULE; ;
     break;}
 case 37:
-#line 1058 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1137 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.IPredicate = ICmpInst::ICMP_UGE; ;
     break;}
 case 38:
-#line 1062 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1141 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_OEQ; ;
     break;}
 case 39:
-#line 1062 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1141 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_ONE; ;
     break;}
 case 40:
-#line 1063 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1142 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_OLT; ;
     break;}
 case 41:
-#line 1063 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1142 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_OGT; ;
     break;}
 case 42:
-#line 1064 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1143 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_OLE; ;
     break;}
 case 43:
-#line 1064 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1143 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_OGE; ;
     break;}
 case 44:
-#line 1065 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1144 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_ORD; ;
     break;}
 case 45:
-#line 1065 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1144 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_UNO; ;
     break;}
 case 46:
-#line 1066 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1145 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_UEQ; ;
     break;}
 case 47:
-#line 1066 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1145 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_UNE; ;
     break;}
 case 48:
-#line 1067 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1146 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_ULT; ;
     break;}
 case 49:
-#line 1067 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1146 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_UGT; ;
     break;}
 case 50:
-#line 1068 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1147 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_ULE; ;
     break;}
 case 51:
-#line 1068 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1147 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_UGE; ;
     break;}
 case 52:
-#line 1069 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1148 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_TRUE; ;
     break;}
 case 53:
-#line 1070 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 1149 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.FPredicate = FCmpInst::FCMP_FALSE; ;
     break;}
-case 60:
-#line 1079 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 64:
+#line 1158 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.StrVal = 0; ;
     break;}
-case 61:
-#line 1083 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 65:
+#line 1162 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.StrVal = yyvsp[-1].StrVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 62:
-#line 1087 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 66:
+#line 1166 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.StrVal = 0;
     CHECK_FOR_ERROR
   ;
     break;}
-case 65:
-#line 1094 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 70:
+#line 1174 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    yyval.StrVal = yyvsp[-1].StrVal;
+    yyval.StrVal = 0;
     CHECK_FOR_ERROR
   ;
     break;}
-case 66:
-#line 1098 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 71:
+#line 1179 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    yyval.StrVal = 0;
+    yyval.StrVal = yyvsp[-1].StrVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 67:
-#line 1104 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 72:
+#line 1185 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::InternalLinkage; ;
     break;}
-case 68:
-#line 1105 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 73:
+#line 1186 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::WeakLinkage; ;
     break;}
-case 69:
-#line 1106 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 74:
+#line 1187 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::LinkOnceLinkage; ;
     break;}
-case 70:
-#line 1107 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 75:
+#line 1188 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::AppendingLinkage; ;
     break;}
-case 71:
-#line 1108 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 76:
+#line 1189 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::DLLExportLinkage; ;
     break;}
-case 72:
-#line 1112 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 77:
+#line 1193 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::DLLImportLinkage; ;
     break;}
-case 73:
-#line 1113 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 78:
+#line 1194 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::ExternalWeakLinkage; ;
     break;}
-case 74:
-#line 1114 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 79:
+#line 1195 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::ExternalLinkage; ;
     break;}
-case 75:
-#line 1118 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.Visibility = GlobalValue::DefaultVisibility; ;
+case 80:
+#line 1199 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Visibility = GlobalValue::DefaultVisibility;   ;
     break;}
-case 76:
-#line 1119 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.Visibility = GlobalValue::HiddenVisibility;  ;
+case 81:
+#line 1200 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Visibility = GlobalValue::DefaultVisibility;   ;
     break;}
-case 77:
-#line 1123 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 82:
+#line 1201 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Visibility = GlobalValue::HiddenVisibility;    ;
+    break;}
+case 83:
+#line 1202 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Visibility = GlobalValue::ProtectedVisibility; ;
+    break;}
+case 84:
+#line 1206 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::ExternalLinkage; ;
     break;}
-case 78:
-#line 1124 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 85:
+#line 1207 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::DLLImportLinkage; ;
     break;}
-case 79:
-#line 1125 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 86:
+#line 1208 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::ExternalWeakLinkage; ;
     break;}
-case 80:
-#line 1129 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 87:
+#line 1212 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::ExternalLinkage; ;
     break;}
-case 81:
-#line 1130 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 88:
+#line 1213 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::InternalLinkage; ;
     break;}
-case 82:
-#line 1131 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 89:
+#line 1214 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::LinkOnceLinkage; ;
     break;}
-case 83:
-#line 1132 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 90:
+#line 1215 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::WeakLinkage; ;
     break;}
-case 84:
-#line 1133 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 91:
+#line 1216 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.Linkage = GlobalValue::DLLExportLinkage; ;
     break;}
-case 85:
-#line 1136 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 92:
+#line 1220 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Linkage = GlobalValue::ExternalLinkage; ;
+    break;}
+case 93:
+#line 1221 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Linkage = GlobalValue::WeakLinkage; ;
+    break;}
+case 94:
+#line 1222 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.Linkage = GlobalValue::InternalLinkage; ;
+    break;}
+case 95:
+#line 1225 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = CallingConv::C; ;
     break;}
-case 86:
-#line 1137 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 96:
+#line 1226 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = CallingConv::C; ;
     break;}
-case 87:
-#line 1138 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 97:
+#line 1227 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = CallingConv::Fast; ;
     break;}
-case 88:
-#line 1139 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 98:
+#line 1228 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = CallingConv::Cold; ;
     break;}
-case 89:
-#line 1140 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 99:
+#line 1229 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = CallingConv::X86_StdCall; ;
     break;}
-case 90:
-#line 1141 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 100:
+#line 1230 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = CallingConv::X86_FastCall; ;
     break;}
-case 91:
-#line 1142 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 101:
+#line 1231 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
                    if ((unsigned)yyvsp[0].UInt64Val != yyvsp[0].UInt64Val)
                      GEN_ERROR("Calling conv too large");
@@ -2619,52 +2797,84 @@ case 91:
                   CHECK_FOR_ERROR
                  ;
     break;}
-case 92:
-#line 1149 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::ZExtAttribute;      ;
+case 102:
+#line 1238 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::ZExt;      ;
     break;}
-case 93:
-#line 1150 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::SExtAttribute;      ;
+case 103:
+#line 1239 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::ZExt;      ;
     break;}
-case 94:
-#line 1151 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::InRegAttribute;     ;
+case 104:
+#line 1240 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::SExt;      ;
     break;}
-case 95:
-#line 1152 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::StructRetAttribute; ;
+case 105:
+#line 1241 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::SExt;      ;
     break;}
-case 96:
-#line 1155 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::NoAttributeSet; ;
+case 106:
+#line 1242 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::InReg;     ;
     break;}
-case 97:
-#line 1156 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 107:
+#line 1243 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::StructRet; ;
+    break;}
+case 108:
+#line 1244 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::NoAlias;   ;
+    break;}
+case 109:
+#line 1245 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::ByVal;     ;
+    break;}
+case 110:
+#line 1246 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::Nest;      ;
+    break;}
+case 111:
+#line 1249 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::None; ;
+    break;}
+case 112:
+#line 1250 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-                yyval.ParamAttrs = FunctionType::ParameterAttributes(yyvsp[-1].ParamAttrs | yyvsp[0].ParamAttrs);
+                yyval.ParamAttrs = yyvsp[-1].ParamAttrs | yyvsp[0].ParamAttrs;
               ;
     break;}
-case 98:
-#line 1161 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::NoReturnAttribute; ;
+case 113:
+#line 1255 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::NoReturn; ;
     break;}
-case 100:
-#line 1165 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{ yyval.ParamAttrs = FunctionType::NoAttributeSet; ;
+case 114:
+#line 1256 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::NoUnwind; ;
     break;}
-case 101:
-#line 1166 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 115:
+#line 1257 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::ZExt;     ;
+    break;}
+case 116:
+#line 1258 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::SExt;     ;
+    break;}
+case 117:
+#line 1261 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.ParamAttrs = ParamAttr::None; ;
+    break;}
+case 118:
+#line 1262 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-                yyval.ParamAttrs = FunctionType::ParameterAttributes(yyvsp[-1].ParamAttrs | yyvsp[0].ParamAttrs);
+                yyval.ParamAttrs = yyvsp[-1].ParamAttrs | yyvsp[0].ParamAttrs;
               ;
     break;}
-case 102:
-#line 1173 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 119:
+#line 1269 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = 0; ;
     break;}
-case 103:
-#line 1174 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 120:
+#line 1270 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
   yyval.UIntVal = yyvsp[0].UInt64Val;
   if (yyval.UIntVal != 0 && !isPowerOf2_32(yyval.UIntVal))
@@ -2672,12 +2882,12 @@ case 103:
   CHECK_FOR_ERROR
 ;
     break;}
-case 104:
-#line 1180 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 121:
+#line 1276 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.UIntVal = 0; ;
     break;}
-case 105:
-#line 1181 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 122:
+#line 1277 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
   yyval.UIntVal = yyvsp[0].UInt64Val;
   if (yyval.UIntVal != 0 && !isPowerOf2_32(yyval.UIntVal))
@@ -2685,42 +2895,42 @@ case 105:
   CHECK_FOR_ERROR
 ;
     break;}
-case 106:
-#line 1189 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 123:
+#line 1285 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-  for (unsigned i = 0, e = strlen(yyvsp[0].StrVal); i != e; ++i)
-    if (yyvsp[0].StrVal[i] == '"' || yyvsp[0].StrVal[i] == '\\')
+  for (unsigned i = 0, e = yyvsp[0].StrVal->length(); i != e; ++i)
+    if ((*yyvsp[0].StrVal)[i] == '"' || (*yyvsp[0].StrVal)[i] == '\\')
       GEN_ERROR("Invalid character in section name");
   yyval.StrVal = yyvsp[0].StrVal;
   CHECK_FOR_ERROR
 ;
     break;}
-case 107:
-#line 1197 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 124:
+#line 1293 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.StrVal = 0; ;
     break;}
-case 108:
-#line 1198 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 125:
+#line 1294 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.StrVal = yyvsp[0].StrVal; ;
     break;}
-case 109:
-#line 1203 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 126:
+#line 1299 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {;
     break;}
-case 110:
-#line 1204 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 127:
+#line 1300 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {;
     break;}
-case 111:
-#line 1205 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 128:
+#line 1301 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    CurGV->setSection(yyvsp[0].StrVal);
-    free(yyvsp[0].StrVal);
+    CurGV->setSection(*yyvsp[0].StrVal);
+    delete yyvsp[0].StrVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 112:
-#line 1210 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 129:
+#line 1306 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[0].UInt64Val != 0 && !isPowerOf2_32(yyvsp[0].UInt64Val))
       GEN_ERROR("Alignment must be a power of two");
@@ -2728,22 +2938,22 @@ case 112:
     CHECK_FOR_ERROR
   ;
     break;}
-case 117:
-#line 1226 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 137:
+#line 1322 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeVal = new PATypeHolder(OpaqueType::get());
     CHECK_FOR_ERROR
   ;
     break;}
-case 118:
-#line 1230 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 138:
+#line 1326 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeVal = new PATypeHolder(yyvsp[0].PrimType);
     CHECK_FOR_ERROR
   ;
     break;}
-case 119:
-#line 1234 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 139:
+#line 1330 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                             // Pointer type?
     if (*yyvsp[-1].TypeVal == Type::LabelTy)
       GEN_ERROR("Cannot form a pointer to a basic block");
@@ -2752,16 +2962,16 @@ case 119:
     CHECK_FOR_ERROR
   ;
     break;}
-case 120:
-#line 1241 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 140:
+#line 1337 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {            // Named types are also simple types...
     const Type* tmp = getTypeVal(yyvsp[0].ValIDVal);
     CHECK_FOR_ERROR
     yyval.TypeVal = new PATypeHolder(tmp);
   ;
     break;}
-case 121:
-#line 1246 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 141:
+#line 1342 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                   // Type UpReference
     if (yyvsp[0].UInt64Val > (uint64_t)~0U) GEN_ERROR("Value out of range");
     OpaqueType *OT = OpaqueType::get();        // Use temporary placeholder
@@ -2771,72 +2981,97 @@ case 121:
     CHECK_FOR_ERROR
   ;
     break;}
-case 122:
-#line 1254 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 142:
+#line 1350 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     std::vector<const Type*> Params;
-    std::vector<FunctionType::ParameterAttributes> Attrs;
-    Attrs.push_back(yyvsp[0].ParamAttrs);
-    for (TypeWithAttrsList::iterator I=yyvsp[-2].TypeWithAttrsList->begin(), E=yyvsp[-2].TypeWithAttrsList->end(); I != E; ++I) {
-      Params.push_back(I->Ty->get());
-      if (I->Ty->get() != Type::VoidTy)
-        Attrs.push_back(I->Attrs);
+    ParamAttrsVector Attrs;
+    if (yyvsp[0].ParamAttrs != ParamAttr::None) {
+      ParamAttrsWithIndex X; X.index = 0; X.attrs = yyvsp[0].ParamAttrs;
+      Attrs.push_back(X);
+    }
+    unsigned index = 1;
+    TypeWithAttrsList::iterator I = yyvsp[-2].TypeWithAttrsList->begin(), E = yyvsp[-2].TypeWithAttrsList->end();
+    for (; I != E; ++I, ++index) {
+      const Type *Ty = I->Ty->get();
+      Params.push_back(Ty);
+      if (Ty != Type::VoidTy)
+        if (I->Attrs != ParamAttr::None) {
+          ParamAttrsWithIndex X; X.index = index; X.attrs = I->Attrs;
+          Attrs.push_back(X);
+        }
     }
     bool isVarArg = Params.size() && Params.back() == Type::VoidTy;
     if (isVarArg) Params.pop_back();
 
-    FunctionType *FT = FunctionType::get(*yyvsp[-4].TypeVal, Params, isVarArg, Attrs);
+    ParamAttrsList *ActualAttrs = 0;
+    if (!Attrs.empty())
+      ActualAttrs = ParamAttrsList::get(Attrs);
+    FunctionType *FT = FunctionType::get(*yyvsp[-4].TypeVal, Params, isVarArg, ActualAttrs);
     delete yyvsp[-2].TypeWithAttrsList;   // Delete the argument list
     delete yyvsp[-4].TypeVal;   // Delete the return type handle
     yyval.TypeVal = new PATypeHolder(HandleUpRefs(FT)); 
     CHECK_FOR_ERROR
   ;
     break;}
-case 123:
-#line 1272 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 143:
+#line 1380 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     std::vector<const Type*> Params;
-    std::vector<FunctionType::ParameterAttributes> Attrs;
-    Attrs.push_back(yyvsp[0].ParamAttrs);
-    for (TypeWithAttrsList::iterator I=yyvsp[-2].TypeWithAttrsList->begin(), E=yyvsp[-2].TypeWithAttrsList->end(); I != E; ++I) {
-      Params.push_back(I->Ty->get());
-      if (I->Ty->get() != Type::VoidTy)
-        Attrs.push_back(I->Attrs);
+    ParamAttrsVector Attrs;
+    if (yyvsp[0].ParamAttrs != ParamAttr::None) {
+      ParamAttrsWithIndex X; X.index = 0; X.attrs = yyvsp[0].ParamAttrs;
+      Attrs.push_back(X);
+    }
+    TypeWithAttrsList::iterator I = yyvsp[-2].TypeWithAttrsList->begin(), E = yyvsp[-2].TypeWithAttrsList->end();
+    unsigned index = 1;
+    for ( ; I != E; ++I, ++index) {
+      const Type* Ty = I->Ty->get();
+      Params.push_back(Ty);
+      if (Ty != Type::VoidTy)
+        if (I->Attrs != ParamAttr::None) {
+          ParamAttrsWithIndex X; X.index = index; X.attrs = I->Attrs;
+          Attrs.push_back(X);
+        }
     }
     bool isVarArg = Params.size() && Params.back() == Type::VoidTy;
     if (isVarArg) Params.pop_back();
 
-    FunctionType *FT = FunctionType::get(yyvsp[-4].PrimType, Params, isVarArg, Attrs);
+    ParamAttrsList *ActualAttrs = 0;
+    if (!Attrs.empty())
+      ActualAttrs = ParamAttrsList::get(Attrs);
+
+    FunctionType *FT = FunctionType::get(yyvsp[-4].PrimType, Params, isVarArg, ActualAttrs);
     delete yyvsp[-2].TypeWithAttrsList;      // Delete the argument list
     yyval.TypeVal = new PATypeHolder(HandleUpRefs(FT)); 
     CHECK_FOR_ERROR
   ;
     break;}
-case 124:
-#line 1290 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 144:
+#line 1411 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {          // Sized array type?
     yyval.TypeVal = new PATypeHolder(HandleUpRefs(ArrayType::get(*yyvsp[-1].TypeVal, (unsigned)yyvsp[-3].UInt64Val)));
     delete yyvsp[-1].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 125:
-#line 1295 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{          // Packed array type?
+case 145:
+#line 1416 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{          // Vector type?
      const llvm::Type* ElemTy = yyvsp[-1].TypeVal->get();
      if ((unsigned)yyvsp[-3].UInt64Val != yyvsp[-3].UInt64Val)
         GEN_ERROR("Unsigned result not equal to signed result");
      if (!ElemTy->isFloatingPoint() && !ElemTy->isInteger())
-        GEN_ERROR("Element type of a PackedType must be primitive");
+        GEN_ERROR("Element type of a VectorType must be primitive");
      if (!isPowerOf2_32(yyvsp[-3].UInt64Val))
        GEN_ERROR("Vector length should be a power of 2");
-     yyval.TypeVal = new PATypeHolder(HandleUpRefs(PackedType::get(*yyvsp[-1].TypeVal, (unsigned)yyvsp[-3].UInt64Val)));
+     yyval.TypeVal = new PATypeHolder(HandleUpRefs(VectorType::get(*yyvsp[-1].TypeVal, (unsigned)yyvsp[-3].UInt64Val)));
      delete yyvsp[-1].TypeVal;
      CHECK_FOR_ERROR
   ;
     break;}
-case 126:
-#line 1307 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 146:
+#line 1428 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                        // Structure type?
     std::vector<const Type*> Elements;
     for (std::list<llvm::PATypeHolder>::iterator I = yyvsp[-1].TypeList->begin(),
@@ -2848,15 +3083,15 @@ case 126:
     CHECK_FOR_ERROR
   ;
     break;}
-case 127:
-#line 1317 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 147:
+#line 1438 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                                  // Empty structure type?
     yyval.TypeVal = new PATypeHolder(StructType::get(std::vector<const Type*>()));
     CHECK_FOR_ERROR
   ;
     break;}
-case 128:
-#line 1321 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 148:
+#line 1442 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     std::vector<const Type*> Elements;
     for (std::list<llvm::PATypeHolder>::iterator I = yyvsp[-2].TypeList->begin(),
@@ -2868,22 +3103,22 @@ case 128:
     CHECK_FOR_ERROR
   ;
     break;}
-case 129:
-#line 1331 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 149:
+#line 1452 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                         // Empty structure type?
     yyval.TypeVal = new PATypeHolder(StructType::get(std::vector<const Type*>(), true));
     CHECK_FOR_ERROR
   ;
     break;}
-case 130:
-#line 1338 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 150:
+#line 1459 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { 
     yyval.TypeWithAttrs.Ty = yyvsp[-1].TypeVal; 
     yyval.TypeWithAttrs.Attrs = yyvsp[0].ParamAttrs; 
   ;
     break;}
-case 131:
-#line 1345 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 151:
+#line 1466 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[0].TypeVal)->getDescription());
@@ -2892,71 +3127,73 @@ case 131:
     yyval.TypeVal = yyvsp[0].TypeVal;
   ;
     break;}
-case 132:
-#line 1352 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 152:
+#line 1473 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeVal = new PATypeHolder(Type::VoidTy);
   ;
     break;}
-case 133:
-#line 1357 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 153:
+#line 1478 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeWithAttrsList = new TypeWithAttrsList();
     yyval.TypeWithAttrsList->push_back(yyvsp[0].TypeWithAttrs);
     CHECK_FOR_ERROR
   ;
     break;}
-case 134:
-#line 1362 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 154:
+#line 1483 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     (yyval.TypeWithAttrsList=yyvsp[-2].TypeWithAttrsList)->push_back(yyvsp[0].TypeWithAttrs);
     CHECK_FOR_ERROR
   ;
     break;}
-case 136:
-#line 1370 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 156:
+#line 1491 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeWithAttrsList=yyvsp[-2].TypeWithAttrsList;
-    TypeWithAttrs TWA; TWA.Attrs = FunctionType::NoAttributeSet;
+    TypeWithAttrs TWA; TWA.Attrs = ParamAttr::None;
     TWA.Ty = new PATypeHolder(Type::VoidTy);
     yyval.TypeWithAttrsList->push_back(TWA);
     CHECK_FOR_ERROR
   ;
     break;}
-case 137:
-#line 1377 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 157:
+#line 1498 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeWithAttrsList = new TypeWithAttrsList;
-    TypeWithAttrs TWA; TWA.Attrs = FunctionType::NoAttributeSet;
+    TypeWithAttrs TWA; TWA.Attrs = ParamAttr::None;
     TWA.Ty = new PATypeHolder(Type::VoidTy);
     yyval.TypeWithAttrsList->push_back(TWA);
     CHECK_FOR_ERROR
   ;
     break;}
-case 138:
-#line 1384 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 158:
+#line 1505 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeWithAttrsList = new TypeWithAttrsList();
     CHECK_FOR_ERROR
   ;
     break;}
-case 139:
-#line 1392 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 159:
+#line 1513 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TypeList = new std::list<PATypeHolder>();
-    yyval.TypeList->push_back(*yyvsp[0].TypeVal); delete yyvsp[0].TypeVal;
+    yyval.TypeList->push_back(*yyvsp[0].TypeVal); 
+    delete yyvsp[0].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 140:
-#line 1397 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 160:
+#line 1519 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    (yyval.TypeList=yyvsp[-2].TypeList)->push_back(*yyvsp[0].TypeVal); delete yyvsp[0].TypeVal;
+    (yyval.TypeList=yyvsp[-2].TypeList)->push_back(*yyvsp[0].TypeVal); 
+    delete yyvsp[0].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 141:
-#line 1408 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 161:
+#line 1531 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { // Nonempty unsized arr
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-3].TypeVal)->getDescription());
@@ -2986,8 +3223,8 @@ case 141:
     CHECK_FOR_ERROR
   ;
     break;}
-case 142:
-#line 1436 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 162:
+#line 1559 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
@@ -3005,8 +3242,8 @@ case 142:
     CHECK_FOR_ERROR
   ;
     break;}
-case 143:
-#line 1452 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 163:
+#line 1575 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
@@ -3017,32 +3254,30 @@ case 143:
 
     int NumElements = ATy->getNumElements();
     const Type *ETy = ATy->getElementType();
-    char *EndStr = UnEscapeLexed(yyvsp[0].StrVal, true);
-    if (NumElements != -1 && NumElements != (EndStr-yyvsp[0].StrVal))
+    if (NumElements != -1 && NumElements != int(yyvsp[0].StrVal->length()))
       GEN_ERROR("Can't build string constant of size " + 
-                     itostr((int)(EndStr-yyvsp[0].StrVal)) +
+                     itostr((int)(yyvsp[0].StrVal->length())) +
                      " when array has size " + itostr(NumElements) + "");
     std::vector<Constant*> Vals;
     if (ETy == Type::Int8Ty) {
-      for (unsigned char *C = (unsigned char *)yyvsp[0].StrVal; 
-        C != (unsigned char*)EndStr; ++C)
-      Vals.push_back(ConstantInt::get(ETy, *C));
+      for (unsigned i = 0; i < yyvsp[0].StrVal->length(); ++i)
+        Vals.push_back(ConstantInt::get(ETy, (*yyvsp[0].StrVal)[i]));
     } else {
-      free(yyvsp[0].StrVal);
+      delete yyvsp[0].StrVal;
       GEN_ERROR("Cannot build string arrays of non byte sized elements");
     }
-    free(yyvsp[0].StrVal);
+    delete yyvsp[0].StrVal;
     yyval.ConstVal = ConstantArray::get(ATy, Vals);
     delete yyvsp[-2].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 144:
-#line 1481 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 164:
+#line 1602 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { // Nonempty unsized arr
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-3].TypeVal)->getDescription());
-    const PackedType *PTy = dyn_cast<PackedType>(yyvsp[-3].TypeVal->get());
+    const VectorType *PTy = dyn_cast<VectorType>(yyvsp[-3].TypeVal->get());
     if (PTy == 0)
       GEN_ERROR("Cannot make packed constant with type: '" + 
                      (*yyvsp[-3].TypeVal)->getDescription() + "'");
@@ -3063,13 +3298,13 @@ case 144:
            (*yyvsp[-1].ConstVector)[i]->getType()->getDescription() + "'.");
     }
 
-    yyval.ConstVal = ConstantPacked::get(PTy, *yyvsp[-1].ConstVector);
+    yyval.ConstVal = ConstantVector::get(PTy, *yyvsp[-1].ConstVector);
     delete yyvsp[-3].TypeVal; delete yyvsp[-1].ConstVector;
     CHECK_FOR_ERROR
   ;
     break;}
-case 145:
-#line 1509 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 165:
+#line 1630 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     const StructType *STy = dyn_cast<StructType>(yyvsp[-3].TypeVal->get());
     if (STy == 0)
@@ -3089,15 +3324,16 @@ case 145:
 
     // Check to ensure that Type is not packed
     if (STy->isPacked())
-      GEN_ERROR("Unpacked Initializer to packed type '" + STy->getDescription() + "'");
+      GEN_ERROR("Unpacked Initializer to vector type '" +
+                STy->getDescription() + "'");
 
     yyval.ConstVal = ConstantStruct::get(STy, *yyvsp[-1].ConstVector);
     delete yyvsp[-3].TypeVal; delete yyvsp[-1].ConstVector;
     CHECK_FOR_ERROR
   ;
     break;}
-case 146:
-#line 1534 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 166:
+#line 1656 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
@@ -3111,15 +3347,16 @@ case 146:
 
     // Check to ensure that Type is not packed
     if (STy->isPacked())
-      GEN_ERROR("Unpacked Initializer to packed type '" + STy->getDescription() + "'");
+      GEN_ERROR("Unpacked Initializer to vector type '" +
+                STy->getDescription() + "'");
 
     yyval.ConstVal = ConstantStruct::get(STy, std::vector<Constant*>());
     delete yyvsp[-2].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 147:
-#line 1553 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 167:
+#line 1676 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     const StructType *STy = dyn_cast<StructType>(yyvsp[-5].TypeVal->get());
     if (STy == 0)
@@ -3139,15 +3376,16 @@ case 147:
 
     // Check to ensure that Type is packed
     if (!STy->isPacked())
-      GEN_ERROR("Packed Initializer to unpacked type '" + STy->getDescription() + "'");
+      GEN_ERROR("Vector initializer to non-vector type '" + 
+                STy->getDescription() + "'");
 
     yyval.ConstVal = ConstantStruct::get(STy, *yyvsp[-2].ConstVector);
     delete yyvsp[-5].TypeVal; delete yyvsp[-2].ConstVector;
     CHECK_FOR_ERROR
   ;
     break;}
-case 148:
-#line 1578 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 168:
+#line 1702 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-4].TypeVal)->getDescription());
@@ -3161,15 +3399,16 @@ case 148:
 
     // Check to ensure that Type is packed
     if (!STy->isPacked())
-      GEN_ERROR("Packed Initializer to unpacked type '" + STy->getDescription() + "'");
+      GEN_ERROR("Vector initializer to non-vector type '" + 
+                STy->getDescription() + "'");
 
     yyval.ConstVal = ConstantStruct::get(STy, std::vector<Constant*>());
     delete yyvsp[-4].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 149:
-#line 1597 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 169:
+#line 1722 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -3183,8 +3422,8 @@ case 149:
     CHECK_FOR_ERROR
   ;
     break;}
-case 150:
-#line 1609 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 170:
+#line 1734 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -3193,8 +3432,8 @@ case 150:
     CHECK_FOR_ERROR
   ;
     break;}
-case 151:
-#line 1616 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 171:
+#line 1741 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -3204,15 +3443,15 @@ case 151:
 
     // ConstExprs can exist in the body of a function, thus creating
     // GlobalValues whenever they refer to a variable.  Because we are in
-    // the context of a function, getValNonImprovising will search the functions
+    // the context of a function, getExistingVal will search the functions
     // symbol table instead of the module symbol table for the global symbol,
     // which throws things all off.  To get around this, we just tell
-    // getValNonImprovising that we are at global scope here.
+    // getExistingVal that we are at global scope here.
     //
     Function *SavedCurFn = CurFun.CurrentFunction;
     CurFun.CurrentFunction = 0;
 
-    Value *V = getValNonImprovising(Ty, yyvsp[0].ValIDVal);
+    Value *V = getExistingVal(Ty, yyvsp[0].ValIDVal);
     CHECK_FOR_ERROR
 
     CurFun.CurrentFunction = SavedCurFn;
@@ -3235,7 +3474,7 @@ case 151:
       } else {
         std::string Name;
         if (yyvsp[0].ValIDVal.Type == ValID::GlobalName)
-          Name = yyvsp[0].ValIDVal.Name;
+          Name = yyvsp[0].ValIDVal.getName();
         else if (yyvsp[0].ValIDVal.Type != ValID::GlobalID)
           GEN_ERROR("Invalid reference to global");
 
@@ -3243,11 +3482,11 @@ case 151:
         GlobalValue *GV;
         if (const FunctionType *FTy = 
                  dyn_cast<FunctionType>(PT->getElementType())) {
-          GV = new Function(FTy, GlobalValue::ExternalLinkage, Name,
+          GV = new Function(FTy, GlobalValue::ExternalWeakLinkage, Name,
                             CurModule.CurrentModule);
         } else {
           GV = new GlobalVariable(PT->getElementType(), false,
-                                  GlobalValue::ExternalLinkage, 0,
+                                  GlobalValue::ExternalWeakLinkage, 0,
                                   Name, CurModule.CurrentModule);
         }
 
@@ -3262,8 +3501,8 @@ case 151:
     CHECK_FOR_ERROR
   ;
     break;}
-case 152:
-#line 1682 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 172:
+#line 1807 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -3275,8 +3514,8 @@ case 152:
     CHECK_FOR_ERROR
   ;
     break;}
-case 153:
-#line 1692 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 173:
+#line 1817 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -3288,51 +3527,82 @@ case 153:
     CHECK_FOR_ERROR
   ;
     break;}
-case 154:
-#line 1702 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 174:
+#line 1827 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {      // integral constants
     if (!ConstantInt::isValueValidForType(yyvsp[-1].PrimType, yyvsp[0].SInt64Val))
       GEN_ERROR("Constant value doesn't fit in type");
-    yyval.ConstVal = ConstantInt::get(yyvsp[-1].PrimType, yyvsp[0].SInt64Val);
+    yyval.ConstVal = ConstantInt::get(yyvsp[-1].PrimType, yyvsp[0].SInt64Val, true);
+    CHECK_FOR_ERROR
+  ;
+    break;}
+case 175:
+#line 1833 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{      // arbitrary precision integer constants
+    uint32_t BitWidth = cast<IntegerType>(yyvsp[-1].PrimType)->getBitWidth();
+    if (yyvsp[0].APIntVal->getBitWidth() > BitWidth) {
+      GEN_ERROR("Constant value does not fit in type");
+    }
+    yyvsp[0].APIntVal->sextOrTrunc(BitWidth);
+    yyval.ConstVal = ConstantInt::get(*yyvsp[0].APIntVal);
+    delete yyvsp[0].APIntVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 155:
-#line 1708 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 176:
+#line 1843 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {      // integral constants
     if (!ConstantInt::isValueValidForType(yyvsp[-1].PrimType, yyvsp[0].UInt64Val))
       GEN_ERROR("Constant value doesn't fit in type");
-    yyval.ConstVal = ConstantInt::get(yyvsp[-1].PrimType, yyvsp[0].UInt64Val);
+    yyval.ConstVal = ConstantInt::get(yyvsp[-1].PrimType, yyvsp[0].UInt64Val, false);
     CHECK_FOR_ERROR
   ;
     break;}
-case 156:
-#line 1714 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 177:
+#line 1849 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{      // arbitrary precision integer constants
+    uint32_t BitWidth = cast<IntegerType>(yyvsp[-1].PrimType)->getBitWidth();
+    if (yyvsp[0].APIntVal->getBitWidth() > BitWidth) {
+      GEN_ERROR("Constant value does not fit in type");
+    } 
+    yyvsp[0].APIntVal->zextOrTrunc(BitWidth);
+    yyval.ConstVal = ConstantInt::get(*yyvsp[0].APIntVal);
+    delete yyvsp[0].APIntVal;
+    CHECK_FOR_ERROR
+  ;
+    break;}
+case 178:
+#line 1859 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                      // Boolean constants
     assert(cast<IntegerType>(yyvsp[-1].PrimType)->getBitWidth() == 1 && "Not Bool?");
     yyval.ConstVal = ConstantInt::getTrue();
     CHECK_FOR_ERROR
   ;
     break;}
-case 157:
-#line 1719 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 179:
+#line 1864 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                     // Boolean constants
     assert(cast<IntegerType>(yyvsp[-1].PrimType)->getBitWidth() == 1 && "Not Bool?");
     yyval.ConstVal = ConstantInt::getFalse();
     CHECK_FOR_ERROR
   ;
     break;}
-case 158:
-#line 1724 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{                   // Float & Double constants
-    if (!ConstantFP::isValueValidForType(yyvsp[-1].PrimType, yyvsp[0].FPVal))
+case 180:
+#line 1869 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{                   // Floating point constants
+    if (!ConstantFP::isValueValidForType(yyvsp[-1].PrimType, *yyvsp[0].FPVal))
       GEN_ERROR("Floating point constant invalid for type");
-    yyval.ConstVal = ConstantFP::get(yyvsp[-1].PrimType, yyvsp[0].FPVal);
+    // Lexer has no type info, so builds all float and double FP constants 
+    // as double.  Fix this here.  Long double is done right.
+    if (&yyvsp[0].FPVal->getSemantics()==&APFloat::IEEEdouble && yyvsp[-1].PrimType==Type::FloatTy)
+      yyvsp[0].FPVal->convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven);
+    yyval.ConstVal = ConstantFP::get(yyvsp[-1].PrimType, *yyvsp[0].FPVal);
+    delete yyvsp[0].FPVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 159:
-#line 1732 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 181:
+#line 1882 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -3346,14 +3616,14 @@ case 159:
     delete yyvsp[-1].TypeVal;
   ;
     break;}
-case 160:
-#line 1744 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 182:
+#line 1894 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!isa<PointerType>(yyvsp[-2].ConstVal->getType()))
       GEN_ERROR("GetElementPtr requires a pointer operand");
 
     const Type *IdxTy =
-      GetElementPtrInst::getIndexedType(yyvsp[-2].ConstVal->getType(), &(*yyvsp[-1].ValueList)[0], yyvsp[-1].ValueList->size(),
+      GetElementPtrInst::getIndexedType(yyvsp[-2].ConstVal->getType(), yyvsp[-1].ValueList->begin(), yyvsp[-1].ValueList->end(),
                                         true);
     if (!IdxTy)
       GEN_ERROR("Index list invalid for constant getelementptr");
@@ -3371,8 +3641,8 @@ case 160:
     CHECK_FOR_ERROR
   ;
     break;}
-case 161:
-#line 1766 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 183:
+#line 1916 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[-5].ConstVal->getType() != Type::Int1Ty)
       GEN_ERROR("Select condition must be of boolean type");
@@ -3382,8 +3652,8 @@ case 161:
     CHECK_FOR_ERROR
   ;
     break;}
-case 162:
-#line 1774 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 184:
+#line 1924 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[-3].ConstVal->getType() != yyvsp[-1].ConstVal->getType())
       GEN_ERROR("Binary operator types must match");
@@ -3391,38 +3661,38 @@ case 162:
     yyval.ConstVal = ConstantExpr::get(yyvsp[-5].BinaryOpVal, yyvsp[-3].ConstVal, yyvsp[-1].ConstVal);
   ;
     break;}
-case 163:
-#line 1780 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 185:
+#line 1930 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[-3].ConstVal->getType() != yyvsp[-1].ConstVal->getType())
       GEN_ERROR("Logical operator types must match");
     if (!yyvsp[-3].ConstVal->getType()->isInteger()) {
-      if (Instruction::isShift(yyvsp[-5].BinaryOpVal) || !isa<PackedType>(yyvsp[-3].ConstVal->getType()) || 
-          !cast<PackedType>(yyvsp[-3].ConstVal->getType())->getElementType()->isInteger())
+      if (Instruction::isShift(yyvsp[-5].BinaryOpVal) || !isa<VectorType>(yyvsp[-3].ConstVal->getType()) || 
+          !cast<VectorType>(yyvsp[-3].ConstVal->getType())->getElementType()->isInteger())
         GEN_ERROR("Logical operator requires integral operands");
     }
     yyval.ConstVal = ConstantExpr::get(yyvsp[-5].BinaryOpVal, yyvsp[-3].ConstVal, yyvsp[-1].ConstVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 164:
-#line 1791 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 186:
+#line 1941 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[-3].ConstVal->getType() != yyvsp[-1].ConstVal->getType())
       GEN_ERROR("icmp operand types must match");
     yyval.ConstVal = ConstantExpr::getICmp(yyvsp[-5].IPredicate, yyvsp[-3].ConstVal, yyvsp[-1].ConstVal);
   ;
     break;}
-case 165:
-#line 1796 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 187:
+#line 1946 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[-3].ConstVal->getType() != yyvsp[-1].ConstVal->getType())
       GEN_ERROR("fcmp operand types must match");
     yyval.ConstVal = ConstantExpr::getFCmp(yyvsp[-5].FPredicate, yyvsp[-3].ConstVal, yyvsp[-1].ConstVal);
   ;
     break;}
-case 166:
-#line 1801 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 188:
+#line 1951 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!ExtractElementInst::isValidOperands(yyvsp[-3].ConstVal, yyvsp[-1].ConstVal))
       GEN_ERROR("Invalid extractelement operands");
@@ -3430,8 +3700,8 @@ case 166:
     CHECK_FOR_ERROR
   ;
     break;}
-case 167:
-#line 1807 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 189:
+#line 1957 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!InsertElementInst::isValidOperands(yyvsp[-5].ConstVal, yyvsp[-3].ConstVal, yyvsp[-1].ConstVal))
       GEN_ERROR("Invalid insertelement operands");
@@ -3439,8 +3709,8 @@ case 167:
     CHECK_FOR_ERROR
   ;
     break;}
-case 168:
-#line 1813 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 190:
+#line 1963 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!ShuffleVectorInst::isValidOperands(yyvsp[-5].ConstVal, yyvsp[-3].ConstVal, yyvsp[-1].ConstVal))
       GEN_ERROR("Invalid shufflevector operands");
@@ -3448,89 +3718,112 @@ case 168:
     CHECK_FOR_ERROR
   ;
     break;}
-case 169:
-#line 1822 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 191:
+#line 1972 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     (yyval.ConstVector = yyvsp[-2].ConstVector)->push_back(yyvsp[0].ConstVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 170:
-#line 1826 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 192:
+#line 1976 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ConstVector = new std::vector<Constant*>();
     yyval.ConstVector->push_back(yyvsp[0].ConstVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 171:
-#line 1834 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 193:
+#line 1984 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.BoolVal = false; ;
     break;}
-case 172:
-#line 1834 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 194:
+#line 1984 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.BoolVal = true; ;
     break;}
-case 173:
-#line 1845 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 195:
+#line 1987 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.BoolVal = true; ;
+    break;}
+case 196:
+#line 1987 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{ yyval.BoolVal = false; ;
+    break;}
+case 197:
+#line 1990 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{
+    const Type* VTy = yyvsp[-1].TypeVal->get();
+    Value *V = getVal(VTy, yyvsp[0].ValIDVal);
+    CHECK_FOR_ERROR
+    GlobalValue* Aliasee = dyn_cast<GlobalValue>(V);
+    if (!Aliasee)
+      GEN_ERROR("Aliases can be created only to global values");
+
+    yyval.ConstVal = Aliasee;
+    CHECK_FOR_ERROR
+    delete yyvsp[-1].TypeVal;
+   ;
+    break;}
+case 198:
+#line 2002 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{
+    Constant *Val = yyvsp[-3].ConstVal;
+    const Type *DestTy = yyvsp[-1].TypeVal->get();
+    if (!CastInst::castIsValid(yyvsp[-5].CastOpVal, yyvsp[-3].ConstVal, DestTy))
+      GEN_ERROR("invalid cast opcode for cast from '" +
+                Val->getType()->getDescription() + "' to '" +
+                DestTy->getDescription() + "'");
+    
+    yyval.ConstVal = ConstantExpr::getCast(yyvsp[-5].CastOpVal, yyvsp[-3].ConstVal, DestTy);
+    CHECK_FOR_ERROR
+    delete yyvsp[-1].TypeVal;
+   ;
+    break;}
+case 199:
+#line 2023 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ModuleVal = ParserResult = CurModule.CurrentModule;
     CurModule.ModuleDone();
     CHECK_FOR_ERROR;
   ;
     break;}
-case 174:
-#line 1850 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 200:
+#line 2028 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ModuleVal = ParserResult = CurModule.CurrentModule;
     CurModule.ModuleDone();
     CHECK_FOR_ERROR;
   ;
     break;}
-case 177:
-#line 1863 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 203:
+#line 2041 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { CurFun.isDeclare = false; ;
     break;}
-case 178:
-#line 1863 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 204:
+#line 2041 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CurFun.FunctionDone();
     CHECK_FOR_ERROR
   ;
     break;}
-case 179:
-#line 1867 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 205:
+#line 2045 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { CurFun.isDeclare = true; ;
     break;}
-case 180:
-#line 1867 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{
-    CHECK_FOR_ERROR
-  ;
-    break;}
-case 181:
-#line 1870 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 206:
+#line 2045 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CHECK_FOR_ERROR
   ;
     break;}
-case 182:
-#line 1873 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 207:
+#line 2048 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    // Emit an error if there are any unresolved types left.
-    if (!CurModule.LateResolveTypes.empty()) {
-      const ValID &DID = CurModule.LateResolveTypes.begin()->first;
-      if (DID.Type == ValID::LocalName) {
-        GEN_ERROR("Reference to an undefined type: '"+DID.getName() + "'");
-      } else {
-        GEN_ERROR("Reference to an undefined type: #" + itostr(DID.Num));
-      }
-    }
     CHECK_FOR_ERROR
   ;
     break;}
-case 183:
-#line 1885 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 208:
+#line 2051 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[0].TypeVal)->getDescription());
@@ -3556,8 +3849,8 @@ case 183:
     CHECK_FOR_ERROR
   ;
     break;}
-case 184:
-#line 1909 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 209:
+#line 2075 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     ResolveTypeTo(yyvsp[-2].StrVal, yyvsp[0].PrimType);
 
@@ -3570,120 +3863,160 @@ case 184:
     CHECK_FOR_ERROR
   ;
     break;}
-case 185:
-#line 1920 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 210:
+#line 2086 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { 
     /* "Externally Visible" Linkage */
     if (yyvsp[0].ConstVal == 0) 
       GEN_ERROR("Global value initializer is not a constant");
-    CurGV = ParseGlobalVariable(yyvsp[-3].StrVal, GlobalValue::ExternalLinkage,
-                                yyvsp[-2].Visibility, yyvsp[-1].BoolVal, yyvsp[0].ConstVal->getType(), yyvsp[0].ConstVal);
+    CurGV = ParseGlobalVariable(yyvsp[-4].StrVal, GlobalValue::ExternalLinkage,
+                                yyvsp[-3].Visibility, yyvsp[-1].BoolVal, yyvsp[0].ConstVal->getType(), yyvsp[0].ConstVal, yyvsp[-2].BoolVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 186:
-#line 1927 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 211:
+#line 2093 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CurGV = 0;
   ;
     break;}
-case 187:
-#line 1930 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 212:
+#line 2097 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[0].ConstVal == 0) 
       GEN_ERROR("Global value initializer is not a constant");
-    CurGV = ParseGlobalVariable(yyvsp[-4].StrVal, yyvsp[-3].Linkage, yyvsp[-2].Visibility, yyvsp[-1].BoolVal, yyvsp[0].ConstVal->getType(), yyvsp[0].ConstVal);
+    CurGV = ParseGlobalVariable(yyvsp[-5].StrVal, yyvsp[-4].Linkage, yyvsp[-3].Visibility, yyvsp[-1].BoolVal, yyvsp[0].ConstVal->getType(), yyvsp[0].ConstVal, yyvsp[-2].BoolVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 188:
-#line 1935 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 213:
+#line 2102 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CurGV = 0;
   ;
     break;}
-case 189:
-#line 1938 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 214:
+#line 2106 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[0].TypeVal)->getDescription());
-    CurGV = ParseGlobalVariable(yyvsp[-4].StrVal, yyvsp[-3].Linkage, yyvsp[-2].Visibility, yyvsp[-1].BoolVal, *yyvsp[0].TypeVal, 0);
+    CurGV = ParseGlobalVariable(yyvsp[-5].StrVal, yyvsp[-4].Linkage, yyvsp[-3].Visibility, yyvsp[-1].BoolVal, *yyvsp[0].TypeVal, 0, yyvsp[-2].BoolVal);
     CHECK_FOR_ERROR
     delete yyvsp[0].TypeVal;
   ;
     break;}
-case 190:
-#line 1944 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 215:
+#line 2112 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CurGV = 0;
     CHECK_FOR_ERROR
   ;
     break;}
-case 191:
-#line 1948 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 216:
+#line 2116 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{
+    std::string Name;
+    if (yyvsp[-4].StrVal) {
+      Name = *yyvsp[-4].StrVal;
+      delete yyvsp[-4].StrVal;
+    }
+    if (Name.empty())
+      GEN_ERROR("Alias name cannot be empty");
+    
+    Constant* Aliasee = yyvsp[0].ConstVal;
+    if (Aliasee == 0)
+      GEN_ERROR(std::string("Invalid aliasee for alias: ") + Name);
+
+    GlobalAlias* GA = new GlobalAlias(Aliasee->getType(), yyvsp[-1].Linkage, Name, Aliasee,
+                                      CurModule.CurrentModule);
+    GA->setVisibility(yyvsp[-3].Visibility);
+    InsertValue(GA, CurModule.Values);
+    
+    
+    // If there was a forward reference of this alias, resolve it now.
+    
+    ValID ID;
+    if (!Name.empty())
+      ID = ValID::createGlobalName(Name);
+    else
+      ID = ValID::createGlobalID(CurModule.Values.size()-1);
+    
+    if (GlobalValue *FWGV =
+          CurModule.GetForwardRefForGlobal(GA->getType(), ID)) {
+      // Replace uses of the fwdref with the actual alias.
+      FWGV->replaceAllUsesWith(GA);
+      if (GlobalVariable *GV = dyn_cast<GlobalVariable>(FWGV))
+        GV->eraseFromParent();
+      else
+        cast<Function>(FWGV)->eraseFromParent();
+    }
+    ID.destroy();
+    
+    CHECK_FOR_ERROR
+  ;
+    break;}
+case 217:
+#line 2156 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { 
     CHECK_FOR_ERROR
   ;
     break;}
-case 192:
-#line 1951 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 218:
+#line 2159 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CHECK_FOR_ERROR
   ;
     break;}
-case 193:
-#line 1957 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 219:
+#line 2165 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
   const std::string &AsmSoFar = CurModule.CurrentModule->getModuleInlineAsm();
-  char *EndStr = UnEscapeLexed(yyvsp[0].StrVal, true);
-  std::string NewAsm(yyvsp[0].StrVal, EndStr);
-  free(yyvsp[0].StrVal);
-
   if (AsmSoFar.empty())
-    CurModule.CurrentModule->setModuleInlineAsm(NewAsm);
+    CurModule.CurrentModule->setModuleInlineAsm(*yyvsp[0].StrVal);
   else
-    CurModule.CurrentModule->setModuleInlineAsm(AsmSoFar+"\n"+NewAsm);
+    CurModule.CurrentModule->setModuleInlineAsm(AsmSoFar+"\n"+*yyvsp[0].StrVal);
+  delete yyvsp[0].StrVal;
   CHECK_FOR_ERROR
 ;
     break;}
-case 194:
-#line 1970 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 220:
+#line 2175 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    CurModule.CurrentModule->setTargetTriple(yyvsp[0].StrVal);
-    free(yyvsp[0].StrVal);
+    CurModule.CurrentModule->setTargetTriple(*yyvsp[0].StrVal);
+    delete yyvsp[0].StrVal;
   ;
     break;}
-case 195:
-#line 1974 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 221:
+#line 2179 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    CurModule.CurrentModule->setDataLayout(yyvsp[0].StrVal);
-    free(yyvsp[0].StrVal);
+    CurModule.CurrentModule->setDataLayout(*yyvsp[0].StrVal);
+    delete yyvsp[0].StrVal;
   ;
     break;}
-case 197:
-#line 1981 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 223:
+#line 2186 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-          CurModule.CurrentModule->addLibrary(yyvsp[0].StrVal);
-          free(yyvsp[0].StrVal);
+          CurModule.CurrentModule->addLibrary(*yyvsp[0].StrVal);
+          delete yyvsp[0].StrVal;
           CHECK_FOR_ERROR
         ;
     break;}
-case 198:
-#line 1986 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 224:
+#line 2191 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-          CurModule.CurrentModule->addLibrary(yyvsp[0].StrVal);
-          free(yyvsp[0].StrVal);
+          CurModule.CurrentModule->addLibrary(*yyvsp[0].StrVal);
+          delete yyvsp[0].StrVal;
           CHECK_FOR_ERROR
         ;
     break;}
-case 199:
-#line 1991 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 225:
+#line 2196 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
           CHECK_FOR_ERROR
         ;
     break;}
-case 200:
-#line 2000 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 226:
+#line 2205 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
@@ -3695,8 +4028,8 @@ case 200:
     CHECK_FOR_ERROR
   ;
     break;}
-case 201:
-#line 2010 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 227:
+#line 2215 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
@@ -3708,50 +4041,49 @@ case 201:
     CHECK_FOR_ERROR
   ;
     break;}
-case 202:
-#line 2021 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 228:
+#line 2226 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ArgList = yyvsp[0].ArgList;
     CHECK_FOR_ERROR
   ;
     break;}
-case 203:
-#line 2025 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 229:
+#line 2230 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ArgList = yyvsp[-2].ArgList;
     struct ArgListEntry E;
     E.Ty = new PATypeHolder(Type::VoidTy);
     E.Name = 0;
-    E.Attrs = FunctionType::NoAttributeSet;
+    E.Attrs = ParamAttr::None;
     yyval.ArgList->push_back(E);
     CHECK_FOR_ERROR
   ;
     break;}
-case 204:
-#line 2034 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 230:
+#line 2239 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ArgList = new ArgListType;
     struct ArgListEntry E;
     E.Ty = new PATypeHolder(Type::VoidTy);
     E.Name = 0;
-    E.Attrs = FunctionType::NoAttributeSet;
+    E.Attrs = ParamAttr::None;
     yyval.ArgList->push_back(E);
     CHECK_FOR_ERROR
   ;
     break;}
-case 205:
-#line 2043 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 231:
+#line 2248 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ArgList = 0;
     CHECK_FOR_ERROR
   ;
     break;}
-case 206:
-#line 2049 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 232:
+#line 2254 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-  UnEscapeLexed(yyvsp[-6].StrVal);
-  std::string FunctionName(yyvsp[-6].StrVal);
-  free(yyvsp[-6].StrVal);  // Free strdup'd memory!
+  std::string FunctionName(*yyvsp[-6].StrVal);
+  delete yyvsp[-6].StrVal;  // Free strdup'd memory!
   
   // Check the function result for abstractness if this is a define. We should
   // have no abstract types at this point
@@ -3759,24 +4091,34 @@ case 206:
     GEN_ERROR("Reference to abstract result: "+ yyvsp[-7].TypeVal->get()->getDescription());
 
   std::vector<const Type*> ParamTypeList;
-  std::vector<FunctionType::ParameterAttributes> ParamAttrs;
-  ParamAttrs.push_back(yyvsp[-2].ParamAttrs);
+  ParamAttrsVector Attrs;
+  if (yyvsp[-2].ParamAttrs != ParamAttr::None) {
+    ParamAttrsWithIndex PAWI; PAWI.index = 0; PAWI.attrs = yyvsp[-2].ParamAttrs;
+    Attrs.push_back(PAWI);
+  }
   if (yyvsp[-4].ArgList) {   // If there are arguments...
-    for (ArgListType::iterator I = yyvsp[-4].ArgList->begin(); I != yyvsp[-4].ArgList->end(); ++I) {
+    unsigned index = 1;
+    for (ArgListType::iterator I = yyvsp[-4].ArgList->begin(); I != yyvsp[-4].ArgList->end(); ++I, ++index) {
       const Type* Ty = I->Ty->get();
       if (!CurFun.isDeclare && CurModule.TypeIsUnresolved(I->Ty))
         GEN_ERROR("Reference to abstract argument: " + Ty->getDescription());
       ParamTypeList.push_back(Ty);
       if (Ty != Type::VoidTy)
-        ParamAttrs.push_back(I->Attrs);
+        if (I->Attrs != ParamAttr::None) {
+          ParamAttrsWithIndex PAWI; PAWI.index = index; PAWI.attrs = I->Attrs;
+          Attrs.push_back(PAWI);
+        }
     }
   }
 
   bool isVarArg = ParamTypeList.size() && ParamTypeList.back() == Type::VoidTy;
   if (isVarArg) ParamTypeList.pop_back();
 
-  FunctionType *FT = FunctionType::get(*yyvsp[-7].TypeVal, ParamTypeList, isVarArg,
-                                       ParamAttrs);
+  ParamAttrsList *PAL = 0;
+  if (!Attrs.empty())
+    PAL = ParamAttrsList::get(Attrs);
+
+  FunctionType *FT = FunctionType::get(*yyvsp[-7].TypeVal, ParamTypeList, isVarArg, PAL);
   const PointerType *PFT = PointerType::get(FT);
   delete yyvsp[-7].TypeVal;
 
@@ -3784,7 +4126,7 @@ case 206:
   if (!FunctionName.empty()) {
     ID = ValID::createGlobalName((char*)FunctionName.c_str());
   } else {
-    ID = ValID::createGlobalID(CurModule.Values[PFT].size());
+    ID = ValID::createGlobalID(CurModule.Values.size());
   }
 
   Function *Fn = 0;
@@ -3797,7 +4139,7 @@ case 206:
     CurModule.CurrentModule->getFunctionList().push_back(Fn);
   } else if (!FunctionName.empty() &&     // Merge with an earlier prototype?
              (Fn = CurModule.CurrentModule->getFunction(FunctionName))) {
-    if (Fn->getFunctionType() != FT ) {
+    if (Fn->getFunctionType() != FT) {
       // The existing function doesn't have the same type. This is an overload
       // error.
       GEN_ERROR("Overload of function '" + FunctionName + "' not permitted.");
@@ -3812,7 +4154,7 @@ case 206:
         AI->setName("");
     }
   } else  {  // Not already defined?
-    Fn = new Function(FT, GlobalValue::ExternalLinkage, FunctionName,
+    Fn = new Function(FT, GlobalValue::ExternalWeakLinkage, FunctionName,
                       CurModule.CurrentModule);
 
     InsertValue(Fn, CurModule.Values);
@@ -3830,8 +4172,8 @@ case 206:
   Fn->setCallingConv(yyvsp[-8].UIntVal);
   Fn->setAlignment(yyvsp[0].UIntVal);
   if (yyvsp[-1].StrVal) {
-    Fn->setSection(yyvsp[-1].StrVal);
-    free(yyvsp[-1].StrVal);
+    Fn->setSection(*yyvsp[-1].StrVal);
+    delete yyvsp[-1].StrVal;
   }
 
   // Add all of the arguments we parsed to the function...
@@ -3848,7 +4190,7 @@ case 206:
     for (ArgListType::iterator I = yyvsp[-4].ArgList->begin(); 
          I != yyvsp[-4].ArgList->end() && ArgIt != ArgEnd; ++I, ++ArgIt) {
       delete I->Ty;                          // Delete the typeholder...
-      setValueName(ArgIt, I->Name);          // Insert arg into symtab...
+      setValueName(ArgIt, I->Name);       // Insert arg into symtab...
       CHECK_FOR_ERROR
       InsertValue(ArgIt);
       Idx++;
@@ -3859,8 +4201,8 @@ case 206:
   CHECK_FOR_ERROR
 ;
     break;}
-case 209:
-#line 2162 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 235:
+#line 2376 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
   yyval.FunctionVal = CurFun.CurrentFunction;
 
@@ -3870,15 +4212,15 @@ case 209:
   yyval.FunctionVal->setVisibility(yyvsp[-2].Visibility);
 ;
     break;}
-case 212:
-#line 2173 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 238:
+#line 2387 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
   yyval.FunctionVal = yyvsp[-1].FunctionVal;
   CHECK_FOR_ERROR
 ;
     break;}
-case 213:
-#line 2178 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 239:
+#line 2392 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     CurFun.CurrentFunction->setLinkage(yyvsp[-2].Linkage);
     CurFun.CurrentFunction->setVisibility(yyvsp[-1].Visibility);
@@ -3887,86 +4229,86 @@ case 213:
     CHECK_FOR_ERROR
   ;
     break;}
-case 214:
-#line 2190 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 240:
+#line 2404 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.BoolVal = false;
     CHECK_FOR_ERROR
   ;
     break;}
-case 215:
-#line 2194 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 241:
+#line 2408 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.BoolVal = true;
     CHECK_FOR_ERROR
   ;
     break;}
-case 216:
-#line 2199 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 242:
+#line 2413 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {    // A reference to a direct constant
     yyval.ValIDVal = ValID::create(yyvsp[0].SInt64Val);
     CHECK_FOR_ERROR
   ;
     break;}
-case 217:
-#line 2203 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 243:
+#line 2417 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::create(yyvsp[0].UInt64Val);
     CHECK_FOR_ERROR
   ;
     break;}
-case 218:
-#line 2207 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 244:
+#line 2421 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                     // Perhaps it's an FP constant?
     yyval.ValIDVal = ValID::create(yyvsp[0].FPVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 219:
-#line 2211 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 245:
+#line 2425 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::create(ConstantInt::getTrue());
     CHECK_FOR_ERROR
   ;
     break;}
-case 220:
-#line 2215 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 246:
+#line 2429 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::create(ConstantInt::getFalse());
     CHECK_FOR_ERROR
   ;
     break;}
-case 221:
-#line 2219 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 247:
+#line 2433 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::createNull();
     CHECK_FOR_ERROR
   ;
     break;}
-case 222:
-#line 2223 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 248:
+#line 2437 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::createUndef();
     CHECK_FOR_ERROR
   ;
     break;}
-case 223:
-#line 2227 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 249:
+#line 2441 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {     // A vector zero constant.
     yyval.ValIDVal = ValID::createZeroInit();
     CHECK_FOR_ERROR
   ;
     break;}
-case 224:
-#line 2231 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 250:
+#line 2445 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { // Nonempty unsized packed vector
     const Type *ETy = (*yyvsp[-1].ConstVector)[0]->getType();
     int NumElements = yyvsp[-1].ConstVector->size(); 
     
-    PackedType* pt = PackedType::get(ETy, NumElements);
+    VectorType* pt = VectorType::get(ETy, NumElements);
     PATypeHolder* PTy = new PATypeHolder(
                                          HandleUpRefs(
-                                            PackedType::get(
+                                            VectorType::get(
                                                 ETy, 
                                                 NumElements)
                                             )
@@ -3980,61 +4322,59 @@ case 224:
                      (*yyvsp[-1].ConstVector)[i]->getType()->getDescription() + "'.");
     }
 
-    yyval.ValIDVal = ValID::create(ConstantPacked::get(pt, *yyvsp[-1].ConstVector));
+    yyval.ValIDVal = ValID::create(ConstantVector::get(pt, *yyvsp[-1].ConstVector));
     delete PTy; delete yyvsp[-1].ConstVector;
     CHECK_FOR_ERROR
   ;
     break;}
-case 225:
-#line 2256 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 251:
+#line 2470 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::create(yyvsp[0].ConstVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 226:
-#line 2260 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 252:
+#line 2474 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
-    char *End = UnEscapeLexed(yyvsp[-2].StrVal, true);
-    std::string AsmStr = std::string(yyvsp[-2].StrVal, End);
-    End = UnEscapeLexed(yyvsp[0].StrVal, true);
-    std::string Constraints = std::string(yyvsp[0].StrVal, End);
-    yyval.ValIDVal = ValID::createInlineAsm(AsmStr, Constraints, yyvsp[-3].BoolVal);
-    free(yyvsp[-2].StrVal);
-    free(yyvsp[0].StrVal);
+    yyval.ValIDVal = ValID::createInlineAsm(*yyvsp[-2].StrVal, *yyvsp[0].StrVal, yyvsp[-3].BoolVal);
+    delete yyvsp[-2].StrVal;
+    delete yyvsp[0].StrVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 227:
-#line 2274 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 253:
+#line 2484 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {  // Is it an integer reference...?
     yyval.ValIDVal = ValID::createLocalID(yyvsp[0].UIntVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 228:
-#line 2278 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 254:
+#line 2488 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValIDVal = ValID::createGlobalID(yyvsp[0].UIntVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 229:
-#line 2282 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 255:
+#line 2492 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                   // Is it a named reference...?
-    yyval.ValIDVal = ValID::createLocalName(yyvsp[0].StrVal);
+    yyval.ValIDVal = ValID::createLocalName(*yyvsp[0].StrVal);
+    delete yyvsp[0].StrVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 230:
-#line 2286 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 256:
+#line 2497 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {                   // Is it a named reference...?
-    yyval.ValIDVal = ValID::createGlobalName(yyvsp[0].StrVal);
+    yyval.ValIDVal = ValID::createGlobalName(*yyvsp[0].StrVal);
+    delete yyvsp[0].StrVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 233:
-#line 2298 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 259:
+#line 2510 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -4043,34 +4383,33 @@ case 233:
     CHECK_FOR_ERROR
   ;
     break;}
-case 234:
-#line 2307 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 260:
+#line 2519 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.FunctionVal = yyvsp[-1].FunctionVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 235:
-#line 2311 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 261:
+#line 2523 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { // Do not allow functions with 0 basic blocks   
     yyval.FunctionVal = yyvsp[-1].FunctionVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 236:
-#line 2320 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 262:
+#line 2532 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     setValueName(yyvsp[0].TermInstVal, yyvsp[-1].StrVal);
     CHECK_FOR_ERROR
     InsertValue(yyvsp[0].TermInstVal);
     yyvsp[-2].BasicBlockVal->getInstList().push_back(yyvsp[0].TermInstVal);
-    InsertValue(yyvsp[-2].BasicBlockVal);
     yyval.BasicBlockVal = yyvsp[-2].BasicBlockVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 237:
-#line 2330 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 263:
+#line 2541 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (CastInst *CI1 = dyn_cast<CastInst>(yyvsp[0].InstVal))
       if (CastInst *CI2 = dyn_cast<CastInst>(CI1->getOperand(0)))
@@ -4081,60 +4420,46 @@ case 237:
     CHECK_FOR_ERROR
   ;
     break;}
-case 238:
-#line 2339 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{
-    yyval.BasicBlockVal = getBBVal(ValID::createLocalID(CurFun.NextBBNum++), true);
-    CHECK_FOR_ERROR
-
-    // Make sure to move the basic block to the correct location in the
-    // function, instead of leaving it inserted wherever it was first
-    // referenced.
-    Function::BasicBlockListType &BBL = 
-      CurFun.CurrentFunction->getBasicBlockList();
-    BBL.splice(BBL.end(), BBL, yyval.BasicBlockVal);
+case 264:
+#line 2550 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{          // Empty space between instruction lists
+    yyval.BasicBlockVal = defineBBVal(ValID::createLocalID(CurFun.NextValNum));
     CHECK_FOR_ERROR
   ;
     break;}
-case 239:
-#line 2351 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{
-    yyval.BasicBlockVal = getBBVal(ValID::createLocalName(yyvsp[0].StrVal), true);
+case 265:
+#line 2554 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{             // Labelled (named) basic block
+    yyval.BasicBlockVal = defineBBVal(ValID::createLocalName(*yyvsp[0].StrVal));
+    delete yyvsp[0].StrVal;
     CHECK_FOR_ERROR
 
-    // Make sure to move the basic block to the correct location in the
-    // function, instead of leaving it inserted wherever it was first
-    // referenced.
-    Function::BasicBlockListType &BBL = 
-      CurFun.CurrentFunction->getBasicBlockList();
-    BBL.splice(BBL.end(), BBL, yyval.BasicBlockVal);
-    CHECK_FOR_ERROR
   ;
     break;}
-case 240:
-#line 2364 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 266:
+#line 2561 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {              // Return with a result...
     yyval.TermInstVal = new ReturnInst(yyvsp[0].ValueVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 241:
-#line 2368 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{                                       // Return with no result...
+case 267:
+#line 2565 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{                                    // Return with no result...
     yyval.TermInstVal = new ReturnInst();
     CHECK_FOR_ERROR
   ;
     break;}
-case 242:
-#line 2372 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
-{                         // Unconditional Branch...
+case 268:
+#line 2569 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+{                           // Unconditional Branch...
     BasicBlock* tmpBB = getBBVal(yyvsp[0].ValIDVal);
     CHECK_FOR_ERROR
     yyval.TermInstVal = new BranchInst(tmpBB);
   ;
     break;}
-case 243:
-#line 2377 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 269:
+#line 2574 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {  
     assert(cast<IntegerType>(yyvsp[-7].PrimType)->getBitWidth() == 1 && "Not Bool?");
     BasicBlock* tmpBBA = getBBVal(yyvsp[-3].ValIDVal);
@@ -4146,8 +4471,8 @@ case 243:
     yyval.TermInstVal = new BranchInst(tmpBBA, tmpBBB, tmpVal);
   ;
     break;}
-case 244:
-#line 2387 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 270:
+#line 2584 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     Value* tmpVal = getVal(yyvsp[-7].PrimType, yyvsp[-6].ValIDVal);
     CHECK_FOR_ERROR
@@ -4168,8 +4493,8 @@ case 244:
     CHECK_FOR_ERROR
   ;
     break;}
-case 245:
-#line 2406 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 271:
+#line 2603 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     Value* tmpVal = getVal(yyvsp[-6].PrimType, yyvsp[-5].ValIDVal);
     CHECK_FOR_ERROR
@@ -4180,8 +4505,8 @@ case 245:
     CHECK_FOR_ERROR
   ;
     break;}
-case 246:
-#line 2416 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 272:
+#line 2613 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
 
     // Handle the short syntax
@@ -4191,20 +4516,33 @@ case 246:
         !(Ty = dyn_cast<FunctionType>(PFTy->getElementType()))) {
       // Pull out the types of all of the arguments...
       std::vector<const Type*> ParamTypes;
-      FunctionType::ParamAttrsList ParamAttrs;
-      ParamAttrs.push_back(yyvsp[-6].ParamAttrs);
-      for (ValueRefList::iterator I = yyvsp[-8].ValueRefList->begin(), E = yyvsp[-8].ValueRefList->end(); I != E; ++I) {
+      ParamAttrsVector Attrs;
+      if (yyvsp[-6].ParamAttrs != ParamAttr::None) {
+        ParamAttrsWithIndex PAWI; PAWI.index = 0; PAWI.attrs = yyvsp[-6].ParamAttrs;
+        Attrs.push_back(PAWI);
+      }
+      ValueRefList::iterator I = yyvsp[-8].ValueRefList->begin(), E = yyvsp[-8].ValueRefList->end();
+      unsigned index = 1;
+      for (; I != E; ++I, ++index) {
         const Type *Ty = I->Val->getType();
         if (Ty == Type::VoidTy)
           GEN_ERROR("Short call syntax cannot be used with varargs");
         ParamTypes.push_back(Ty);
-        ParamAttrs.push_back(I->Attrs);
+        if (I->Attrs != ParamAttr::None) {
+          ParamAttrsWithIndex PAWI; PAWI.index = index; PAWI.attrs = I->Attrs;
+          Attrs.push_back(PAWI);
+        }
       }
 
-      Ty = FunctionType::get(yyvsp[-11].TypeVal->get(), ParamTypes, false, ParamAttrs);
+      ParamAttrsList *PAL = 0;
+      if (!Attrs.empty())
+        PAL = ParamAttrsList::get(Attrs);
+      Ty = FunctionType::get(yyvsp[-11].TypeVal->get(), ParamTypes, false, PAL);
       PFTy = PointerType::get(Ty);
     }
 
+    delete yyvsp[-11].TypeVal;
+
     Value *V = getVal(PFTy, yyvsp[-10].ValIDVal);   // Get the function we're calling...
     CHECK_FOR_ERROR
     BasicBlock *Normal = getBBVal(yyvsp[-3].ValIDVal);
@@ -4242,32 +4580,32 @@ case 246:
     }
 
     // Create the InvokeInst
-    InvokeInst *II = new InvokeInst(V, Normal, Except, &Args[0], Args.size());
+    InvokeInst *II = new InvokeInst(V, Normal, Except, Args.begin(), Args.end());
     II->setCallingConv(yyvsp[-12].UIntVal);
     yyval.TermInstVal = II;
     delete yyvsp[-8].ValueRefList;
     CHECK_FOR_ERROR
   ;
     break;}
-case 247:
-#line 2482 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 273:
+#line 2692 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TermInstVal = new UnwindInst();
     CHECK_FOR_ERROR
   ;
     break;}
-case 248:
-#line 2486 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 274:
+#line 2696 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.TermInstVal = new UnreachableInst();
     CHECK_FOR_ERROR
   ;
     break;}
-case 249:
-#line 2493 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 275:
+#line 2703 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.JumpTable = yyvsp[-5].JumpTable;
-    Constant *V = cast<Constant>(getValNonImprovising(yyvsp[-4].PrimType, yyvsp[-3].ValIDVal));
+    Constant *V = cast<Constant>(getExistingVal(yyvsp[-4].PrimType, yyvsp[-3].ValIDVal));
     CHECK_FOR_ERROR
     if (V == 0)
       GEN_ERROR("May only switch on a constant pool value");
@@ -4277,11 +4615,11 @@ case 249:
     yyval.JumpTable->push_back(std::make_pair(V, tmpBB));
   ;
     break;}
-case 250:
-#line 2504 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 276:
+#line 2714 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.JumpTable = new std::vector<std::pair<Constant*, BasicBlock*> >();
-    Constant *V = cast<Constant>(getValNonImprovising(yyvsp[-4].PrimType, yyvsp[-3].ValIDVal));
+    Constant *V = cast<Constant>(getExistingVal(yyvsp[-4].PrimType, yyvsp[-3].ValIDVal));
     CHECK_FOR_ERROR
 
     if (V == 0)
@@ -4292,8 +4630,8 @@ case 250:
     yyval.JumpTable->push_back(std::make_pair(V, tmpBB)); 
   ;
     break;}
-case 251:
-#line 2517 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 277:
+#line 2727 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     // Is this definition named?? if so, assign the name...
     setValueName(yyvsp[0].InstVal, yyvsp[-1].StrVal);
@@ -4303,8 +4641,8 @@ case 251:
     CHECK_FOR_ERROR
   ;
     break;}
-case 252:
-#line 2527 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 278:
+#line 2737 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {    // Used for PHI nodes
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-5].TypeVal)->getDescription());
@@ -4317,8 +4655,8 @@ case 252:
     delete yyvsp[-5].TypeVal;
   ;
     break;}
-case 253:
-#line 2538 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 279:
+#line 2748 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.PHIList = yyvsp[-6].PHIList;
     Value* tmpVal = getVal(yyvsp[-6].PHIList->front().first->getType(), yyvsp[-3].ValIDVal);
@@ -4328,8 +4666,8 @@ case 253:
     yyvsp[-6].PHIList->push_back(std::make_pair(tmpVal, tmpBB));
   ;
     break;}
-case 254:
-#line 2548 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 280:
+#line 2758 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {    
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
@@ -4337,63 +4675,65 @@ case 254:
     yyval.ValueRefList = new ValueRefList();
     ValueRefListEntry E; E.Attrs = yyvsp[0].ParamAttrs; E.Val = getVal(yyvsp[-2].TypeVal->get(), yyvsp[-1].ValIDVal);
     yyval.ValueRefList->push_back(E);
+    delete yyvsp[-2].TypeVal;
   ;
     break;}
-case 255:
-#line 2556 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 281:
+#line 2767 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
     yyval.ValueRefList = yyvsp[-4].ValueRefList;
     ValueRefListEntry E; E.Attrs = yyvsp[0].ParamAttrs; E.Val = getVal(yyvsp[-2].TypeVal->get(), yyvsp[-1].ValIDVal);
     yyval.ValueRefList->push_back(E);
+    delete yyvsp[-2].TypeVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 256:
-#line 2564 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 282:
+#line 2776 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.ValueRefList = new ValueRefList(); ;
     break;}
-case 257:
-#line 2567 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 283:
+#line 2779 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 { yyval.ValueList = new std::vector<Value*>(); ;
     break;}
-case 258:
-#line 2568 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 284:
+#line 2780 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.ValueList = yyvsp[-2].ValueList;
     yyval.ValueList->push_back(yyvsp[0].ValueVal);
     CHECK_FOR_ERROR
   ;
     break;}
-case 259:
-#line 2575 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 285:
+#line 2787 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.BoolVal = true;
     CHECK_FOR_ERROR
   ;
     break;}
-case 260:
-#line 2579 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 286:
+#line 2791 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.BoolVal = false;
     CHECK_FOR_ERROR
   ;
     break;}
-case 261:
-#line 2584 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 287:
+#line 2796 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-3].TypeVal)->getDescription());
     if (!(*yyvsp[-3].TypeVal)->isInteger() && !(*yyvsp[-3].TypeVal)->isFloatingPoint() && 
-        !isa<PackedType>((*yyvsp[-3].TypeVal).get()))
+        !isa<VectorType>((*yyvsp[-3].TypeVal).get()))
       GEN_ERROR(
         "Arithmetic operator requires integer, FP, or packed operands");
-    if (isa<PackedType>((*yyvsp[-3].TypeVal).get()) && 
+    if (isa<VectorType>((*yyvsp[-3].TypeVal).get()) && 
         (yyvsp[-4].BinaryOpVal == Instruction::URem || 
          yyvsp[-4].BinaryOpVal == Instruction::SRem ||
          yyvsp[-4].BinaryOpVal == Instruction::FRem))
-      GEN_ERROR("Remainder not supported on packed types");
+      GEN_ERROR("Remainder not supported on vector types");
     Value* val1 = getVal(*yyvsp[-3].TypeVal, yyvsp[-2].ValIDVal); 
     CHECK_FOR_ERROR
     Value* val2 = getVal(*yyvsp[-3].TypeVal, yyvsp[0].ValIDVal);
@@ -4404,14 +4744,14 @@ case 261:
     delete yyvsp[-3].TypeVal;
   ;
     break;}
-case 262:
-#line 2605 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 288:
+#line 2817 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-3].TypeVal)->getDescription());
     if (!(*yyvsp[-3].TypeVal)->isInteger()) {
-      if (Instruction::isShift(yyvsp[-4].BinaryOpVal) || !isa<PackedType>(yyvsp[-3].TypeVal->get()) ||
-          !cast<PackedType>(yyvsp[-3].TypeVal->get())->getElementType()->isInteger())
+      if (Instruction::isShift(yyvsp[-4].BinaryOpVal) || !isa<VectorType>(yyvsp[-3].TypeVal->get()) ||
+          !cast<VectorType>(yyvsp[-3].TypeVal->get())->getElementType()->isInteger())
         GEN_ERROR("Logical operator requires integral operands");
     }
     Value* tmpVal1 = getVal(*yyvsp[-3].TypeVal, yyvsp[-2].ValIDVal);
@@ -4424,13 +4764,13 @@ case 262:
     delete yyvsp[-3].TypeVal;
   ;
     break;}
-case 263:
-#line 2622 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 289:
+#line 2834 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-3].TypeVal)->getDescription());
-    if (isa<PackedType>((*yyvsp[-3].TypeVal).get()))
-      GEN_ERROR("Packed types not supported by icmp instruction");
+    if (isa<VectorType>((*yyvsp[-3].TypeVal).get()))
+      GEN_ERROR("Vector types not supported by icmp instruction");
     Value* tmpVal1 = getVal(*yyvsp[-3].TypeVal, yyvsp[-2].ValIDVal);
     CHECK_FOR_ERROR
     Value* tmpVal2 = getVal(*yyvsp[-3].TypeVal, yyvsp[0].ValIDVal);
@@ -4438,15 +4778,16 @@ case 263:
     yyval.InstVal = CmpInst::create(yyvsp[-5].OtherOpVal, yyvsp[-4].IPredicate, tmpVal1, tmpVal2);
     if (yyval.InstVal == 0)
       GEN_ERROR("icmp operator returned null");
+    delete yyvsp[-3].TypeVal;
   ;
     break;}
-case 264:
-#line 2635 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 290:
+#line 2848 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-3].TypeVal)->getDescription());
-    if (isa<PackedType>((*yyvsp[-3].TypeVal).get()))
-      GEN_ERROR("Packed types not supported by fcmp instruction");
+    if (isa<VectorType>((*yyvsp[-3].TypeVal).get()))
+      GEN_ERROR("Vector types not supported by fcmp instruction");
     Value* tmpVal1 = getVal(*yyvsp[-3].TypeVal, yyvsp[-2].ValIDVal);
     CHECK_FOR_ERROR
     Value* tmpVal2 = getVal(*yyvsp[-3].TypeVal, yyvsp[0].ValIDVal);
@@ -4454,10 +4795,11 @@ case 264:
     yyval.InstVal = CmpInst::create(yyvsp[-5].OtherOpVal, yyvsp[-4].FPredicate, tmpVal1, tmpVal2);
     if (yyval.InstVal == 0)
       GEN_ERROR("fcmp operator returned null");
+    delete yyvsp[-3].TypeVal;
   ;
     break;}
-case 265:
-#line 2648 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 291:
+#line 2862 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[0].TypeVal)->getDescription());
@@ -4471,8 +4813,8 @@ case 265:
     delete yyvsp[0].TypeVal;
   ;
     break;}
-case 266:
-#line 2660 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 292:
+#line 2874 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (yyvsp[-4].ValueVal->getType() != Type::Int1Ty)
       GEN_ERROR("select condition must be boolean");
@@ -4482,8 +4824,8 @@ case 266:
     CHECK_FOR_ERROR
   ;
     break;}
-case 267:
-#line 2668 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 293:
+#line 2882 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[0].TypeVal)->getDescription());
@@ -4492,8 +4834,8 @@ case 267:
     CHECK_FOR_ERROR
   ;
     break;}
-case 268:
-#line 2675 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 294:
+#line 2889 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!ExtractElementInst::isValidOperands(yyvsp[-2].ValueVal, yyvsp[0].ValueVal))
       GEN_ERROR("Invalid extractelement operands");
@@ -4501,8 +4843,8 @@ case 268:
     CHECK_FOR_ERROR
   ;
     break;}
-case 269:
-#line 2681 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 295:
+#line 2895 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!InsertElementInst::isValidOperands(yyvsp[-4].ValueVal, yyvsp[-2].ValueVal, yyvsp[0].ValueVal))
       GEN_ERROR("Invalid insertelement operands");
@@ -4510,8 +4852,8 @@ case 269:
     CHECK_FOR_ERROR
   ;
     break;}
-case 270:
-#line 2687 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 296:
+#line 2901 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!ShuffleVectorInst::isValidOperands(yyvsp[-4].ValueVal, yyvsp[-2].ValueVal, yyvsp[0].ValueVal))
       GEN_ERROR("Invalid shufflevector operands");
@@ -4519,8 +4861,8 @@ case 270:
     CHECK_FOR_ERROR
   ;
     break;}
-case 271:
-#line 2693 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 297:
+#line 2907 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     const Type *Ty = yyvsp[0].PHIList->front().first->getType();
     if (!Ty->isFirstClassType())
@@ -4537,8 +4879,8 @@ case 271:
     CHECK_FOR_ERROR
   ;
     break;}
-case 272:
-#line 2709 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 298:
+#line 2923 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
 
     // Handle the short syntax
@@ -4548,23 +4890,44 @@ case 272:
         !(Ty = dyn_cast<FunctionType>(PFTy->getElementType()))) {
       // Pull out the types of all of the arguments...
       std::vector<const Type*> ParamTypes;
-      FunctionType::ParamAttrsList ParamAttrs;
-      ParamAttrs.push_back(yyvsp[0].ParamAttrs);
-      for (ValueRefList::iterator I = yyvsp[-2].ValueRefList->begin(), E = yyvsp[-2].ValueRefList->end(); I != E; ++I) {
+      ParamAttrsVector Attrs;
+      if (yyvsp[0].ParamAttrs != ParamAttr::None) {
+        ParamAttrsWithIndex PAWI; PAWI.index = 0; PAWI.attrs = yyvsp[0].ParamAttrs;
+        Attrs.push_back(PAWI);
+      }
+      unsigned index = 1;
+      ValueRefList::iterator I = yyvsp[-2].ValueRefList->begin(), E = yyvsp[-2].ValueRefList->end();
+      for (; I != E; ++I, ++index) {
         const Type *Ty = I->Val->getType();
         if (Ty == Type::VoidTy)
           GEN_ERROR("Short call syntax cannot be used with varargs");
         ParamTypes.push_back(Ty);
-        ParamAttrs.push_back(I->Attrs);
+        if (I->Attrs != ParamAttr::None) {
+          ParamAttrsWithIndex PAWI; PAWI.index = index; PAWI.attrs = I->Attrs;
+          Attrs.push_back(PAWI);
+        }
       }
 
-      Ty = FunctionType::get(yyvsp[-5].TypeVal->get(), ParamTypes, false, ParamAttrs);
+      ParamAttrsList *PAL = 0;
+      if (!Attrs.empty())
+        PAL = ParamAttrsList::get(Attrs);
+
+      Ty = FunctionType::get(yyvsp[-5].TypeVal->get(), ParamTypes, false, PAL);
       PFTy = PointerType::get(Ty);
     }
 
     Value *V = getVal(PFTy, yyvsp[-4].ValIDVal);   // Get the function we're calling...
     CHECK_FOR_ERROR
 
+    // Check for call to invalid intrinsic to avoid crashing later.
+    if (Function *theF = dyn_cast<Function>(V)) {
+      if (theF->hasName() && (theF->getValueName()->getKeyLength() >= 5) &&
+          (0 == strncmp(theF->getValueName()->getKeyData(), "llvm.", 5)) &&
+          !theF->getIntrinsicID(true))
+        GEN_ERROR("Call to invalid LLVM intrinsic function '" +
+                  theF->getName() + "'");
+    }
+
     // Check the arguments 
     ValueList Args;
     if (yyvsp[-2].ValueRefList->empty()) {                                   // Has no arguments?
@@ -4594,7 +4957,7 @@ case 272:
         GEN_ERROR("Invalid number of parameters detected");
     }
     // Create the call node
-    CallInst *CI = new CallInst(V, &Args[0], Args.size());
+    CallInst *CI = new CallInst(V, Args.begin(), Args.end());
     CI->setTailCall(yyvsp[-7].BoolVal);
     CI->setCallingConv(yyvsp[-6].UIntVal);
     yyval.InstVal = CI;
@@ -4603,29 +4966,29 @@ case 272:
     CHECK_FOR_ERROR
   ;
     break;}
-case 273:
-#line 2772 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 299:
+#line 3007 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.InstVal = yyvsp[0].InstVal;
     CHECK_FOR_ERROR
   ;
     break;}
-case 274:
-#line 2777 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 300:
+#line 3012 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.BoolVal = true;
     CHECK_FOR_ERROR
   ;
     break;}
-case 275:
-#line 2781 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 301:
+#line 3016 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     yyval.BoolVal = false;
     CHECK_FOR_ERROR
   ;
     break;}
-case 276:
-#line 2788 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 302:
+#line 3023 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -4634,8 +4997,8 @@ case 276:
     CHECK_FOR_ERROR
   ;
     break;}
-case 277:
-#line 2795 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 303:
+#line 3030 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-4].TypeVal)->getDescription());
@@ -4645,8 +5008,8 @@ case 277:
     delete yyvsp[-4].TypeVal;
   ;
     break;}
-case 278:
-#line 2803 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 304:
+#line 3038 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
@@ -4655,8 +5018,8 @@ case 278:
     CHECK_FOR_ERROR
   ;
     break;}
-case 279:
-#line 2810 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 305:
+#line 3045 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-4].TypeVal)->getDescription());
@@ -4666,8 +5029,8 @@ case 279:
     delete yyvsp[-4].TypeVal;
   ;
     break;}
-case 280:
-#line 2818 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 306:
+#line 3053 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!isa<PointerType>(yyvsp[0].ValueVal->getType()))
       GEN_ERROR("Trying to free nonpointer type " + 
@@ -4676,57 +5039,57 @@ case 280:
     CHECK_FOR_ERROR
   ;
     break;}
-case 281:
-#line 2826 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 307:
+#line 3061 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
-      GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
-    if (!isa<PointerType>(yyvsp[-1].TypeVal->get()))
+      GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
+    if (!isa<PointerType>(yyvsp[-2].TypeVal->get()))
       GEN_ERROR("Can't load from nonpointer type: " +
-                     (*yyvsp[-1].TypeVal)->getDescription());
-    if (!cast<PointerType>(yyvsp[-1].TypeVal->get())->getElementType()->isFirstClassType())
+                     (*yyvsp[-2].TypeVal)->getDescription());
+    if (!cast<PointerType>(yyvsp[-2].TypeVal->get())->getElementType()->isFirstClassType())
       GEN_ERROR("Can't load from pointer of non-first-class type: " +
-                     (*yyvsp[-1].TypeVal)->getDescription());
-    Value* tmpVal = getVal(*yyvsp[-1].TypeVal, yyvsp[0].ValIDVal);
+                     (*yyvsp[-2].TypeVal)->getDescription());
+    Value* tmpVal = getVal(*yyvsp[-2].TypeVal, yyvsp[-1].ValIDVal);
     CHECK_FOR_ERROR
-    yyval.InstVal = new LoadInst(tmpVal, "", yyvsp[-3].BoolVal);
-    delete yyvsp[-1].TypeVal;
+    yyval.InstVal = new LoadInst(tmpVal, "", yyvsp[-4].BoolVal, yyvsp[0].UIntVal);
+    delete yyvsp[-2].TypeVal;
   ;
     break;}
-case 282:
-#line 2840 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 308:
+#line 3075 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
-      GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-1].TypeVal)->getDescription());
-    const PointerType *PT = dyn_cast<PointerType>(yyvsp[-1].TypeVal->get());
+      GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
+    const PointerType *PT = dyn_cast<PointerType>(yyvsp[-2].TypeVal->get());
     if (!PT)
       GEN_ERROR("Can't store to a nonpointer type: " +
-                     (*yyvsp[-1].TypeVal)->getDescription());
+                     (*yyvsp[-2].TypeVal)->getDescription());
     const Type *ElTy = PT->getElementType();
-    if (ElTy != yyvsp[-3].ValueVal->getType())
-      GEN_ERROR("Can't store '" + yyvsp[-3].ValueVal->getType()->getDescription() +
+    if (ElTy != yyvsp[-4].ValueVal->getType())
+      GEN_ERROR("Can't store '" + yyvsp[-4].ValueVal->getType()->getDescription() +
                      "' into space of type '" + ElTy->getDescription() + "'");
 
-    Value* tmpVal = getVal(*yyvsp[-1].TypeVal, yyvsp[0].ValIDVal);
+    Value* tmpVal = getVal(*yyvsp[-2].TypeVal, yyvsp[-1].ValIDVal);
     CHECK_FOR_ERROR
-    yyval.InstVal = new StoreInst(yyvsp[-3].ValueVal, tmpVal, yyvsp[-5].BoolVal);
-    delete yyvsp[-1].TypeVal;
+    yyval.InstVal = new StoreInst(yyvsp[-4].ValueVal, tmpVal, yyvsp[-6].BoolVal, yyvsp[0].UIntVal);
+    delete yyvsp[-2].TypeVal;
   ;
     break;}
-case 283:
-#line 2857 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+case 309:
+#line 3092 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 {
     if (!UpRefs.empty())
       GEN_ERROR("Invalid upreference in type: " + (*yyvsp[-2].TypeVal)->getDescription());
     if (!isa<PointerType>(yyvsp[-2].TypeVal->get()))
       GEN_ERROR("getelementptr insn requires pointer operand");
 
-    if (!GetElementPtrInst::getIndexedType(*yyvsp[-2].TypeVal, &(*yyvsp[0].ValueList)[0], yyvsp[0].ValueList->size(), true))
+    if (!GetElementPtrInst::getIndexedType(*yyvsp[-2].TypeVal, yyvsp[0].ValueList->begin(), yyvsp[0].ValueList->end(), true))
       GEN_ERROR("Invalid getelementptr indices for type '" +
                      (*yyvsp[-2].TypeVal)->getDescription()+ "'");
     Value* tmpVal = getVal(*yyvsp[-2].TypeVal, yyvsp[-1].ValIDVal);
     CHECK_FOR_ERROR
-    yyval.InstVal = new GetElementPtrInst(tmpVal, &(*yyvsp[0].ValueList)[0], yyvsp[0].ValueList->size());
+    yyval.InstVal = new GetElementPtrInst(tmpVal, yyvsp[0].ValueList->begin(), yyvsp[0].ValueList->end());
     delete yyvsp[-2].TypeVal; 
     delete yyvsp[0].ValueList;
   ;
@@ -4953,7 +5316,7 @@ yyerrhandle:
     }
   return 1;
 }
-#line 2874 "/Users/sabre/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 3109 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
 
 
 // common code from the two 'RunVMAsmParser' functions
@@ -4972,6 +5335,38 @@ static Module* RunParser(Module * M) {
     return 0;
   }
 
+  // Emit an error if there are any unresolved types left.
+  if (!CurModule.LateResolveTypes.empty()) {
+    const ValID &DID = CurModule.LateResolveTypes.begin()->first;
+    if (DID.Type == ValID::LocalName) {
+      GenerateError("Undefined type remains at eof: '"+DID.getName() + "'");
+    } else {
+      GenerateError("Undefined type remains at eof: #" + itostr(DID.Num));
+    }
+    if (ParserResult)
+      delete ParserResult;
+    return 0;
+  }
+
+  // Emit an error if there are any unresolved values left.
+  if (!CurModule.LateResolveValues.empty()) {
+    Value *V = CurModule.LateResolveValues.back();
+    std::map<Value*, std::pair<ValID, int> >::iterator I =
+      CurModule.PlaceHolderInfo.find(V);
+
+    if (I != CurModule.PlaceHolderInfo.end()) {
+      ValID &DID = I->second.first;
+      if (DID.Type == ValID::LocalName) {
+        GenerateError("Undefined value remains at eof: "+DID.getName() + "'");
+      } else {
+        GenerateError("Undefined value remains at eof: #" + itostr(DID.Num));
+      }
+      if (ParserResult)
+        delete ParserResult;
+      return 0;
+    }
+  }
+
   // Check to make sure that parsing produced a result
   if (!ParserResult)
     return 0;