Adjust to the changed StructType interface. In particular, getElementTypes() is...
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.y
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-09 Chris LattnerThis #include is not needed, it should have been remove...
2004-02-09 Chris LattnerInstead of searching the entire type graph for a type...
2004-02-09 Chris LattnerUpreferences are always OpaqueTypes, meaning that it...
2004-02-08 Chris LattnerChange the 'exception' destination to the 'unwind'...
2004-01-12 Chris LattnerDon't use ConstantExpr::getShift anymore
2003-12-31 Chris LattnerMinor code cleanups. The only bugfix is to the UR_DEBU...
2003-12-23 Chris LattnerRight, fix the problem with invoke instructions, not...
2003-12-23 Chris LattnerDo not delete the type holder until after the call...
2003-12-23 Chris LattnerMinor cleanups, plug a minor memory leak
2003-11-26 Chris LattnerTo not barf when an error occurs.
2003-11-25 Chris LattnerFix PR147
2003-11-21 Chris LattnerCheck return types of functions
2003-11-21 Chris LattnerDon't crash on bogus source value
2003-11-12 Chris LattnerFix bug PR107, patch contributed by Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerMake sure that PHI node operands are first class types
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-17 Chris LattnerTighten up handling of checks for shift instructions
2003-10-16 Chris LattnerMinor cleanups
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Chris LattnerReserve space for PHI operands
2003-10-10 Chris LattnerAccept 'weak' as a linkage type. For now, just turn...
2003-10-10 Chris LattnerAdd better checking
2003-10-02 Chris LattnerThe objects mapped are really PATypeHolders, not PAType...
2003-09-08 Chris LattnerOops, look at the VOLATILE marker, not the opcode
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-08 Chris LattnerParse volatile loads/stores
2003-09-01 Chris LattnerRemove gross old hacky code that was in there for backw...
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-22 Chris LattnerAccept double quoted strings everwhere we accept a...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-28 Chris LattnerAdd support for a new zeroinitializer token which can...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-05-21 Chris LattnerFix bugs:
2003-05-21 Chris LattnerFix bugs:
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-SwitchBug.ll
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-04-25 Chris LattnerFix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
2003-04-22 Chris LattnerAllow information about the target to be specified...
2003-04-22 Chris LattnerNamespacify
2003-04-22 Chris LattnerPreserve module source information in the ModuleID
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-16 Chris LattnerDon't allow declaring an external internal variable
2003-04-15 Chris LattnerFix bug: Assember2003-04-15-ConstantInitAssertion.llx
2003-03-03 Chris LattnerFix bug: Assembler/2003-03-03-DuplicateConstant.ll
2003-02-02 Chris LattnerFix bug: Assembler/2003-02-02-ConstGlobal.ll
2003-01-30 Chris LattnerFix bug: Assembler/2003-01-30-UnsignedString.ll
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-15 Chris Lattner - Fix bug: Assembler/2002-10-15-NameClash.ll
2002-10-14 Chris LattnerThis loop executed exactly one time, turn it into strai...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-09 Chris LattnerMinor, non-functionality changing, formatting fix
2002-10-06 Chris LattnerThe parser now accepts "external" global variables...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-11 Chris LattnerRecently changed getelementptr to use 'long' indexes...
2002-09-10 Chris LattnerUse explicit ctor
2002-09-10 Chris LattnerTighten up error checking in parser, disallowing instru...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-21 Chris Lattner - Fix asmparser and bytecode reader to not generate...
2002-08-16 Chris Lattner - Remove unused STRING token from lexer & parser
2002-08-15 Chris LattnerParse const expr cast instruction the same way the...
2002-08-15 Chris LattnerMove ConstExpr production to unify ConstVal stuff
2002-08-15 Chris LattnerFix bug: test/Regression/Assembler/2002-08-15-Unresolve...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-08-14 Chris LattnerAsmParser turns 'not' instructions into 'xor' instructi...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-25 Chris LattnerAdd check to fix bug:
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-18 Chris Lattner* Code cleanups
2002-07-18 Chris LattnerConstExpr::getelementptr now takes a vector of Constant...
2002-07-15 Chris LattnerFix bug: test/Regression/Assembler/2002-07-14-InternalL...
2002-07-14 Vikram S. AdveAdded support for parsing expressions constructed from...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-04 Chris Lattner* Be more typesafe: cast<x> now no longer discards...
2002-05-22 Chris LattnerSupport function declarations with either %XXX or ...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-05-06 Chris LattnerRemove dead code
2002-05-03 Chris LattnerAllow open/closing curly braces instead of begin/end...
2002-05-02 Chris Lattner* Fix a bug (test/Regression/Assembler/2002-05-02-Inval...
2002-05-02 Chris LattnerThe "implementation" is now allowed but not required...
2002-04-29 Chris LattnerFix bug: test/Regression/Other/2002-04-29-NameBinding.ll
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerRemove dead code
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-04 Chris Lattner* Make PATypeHolder not take a type argument
2002-03-31 Chris Lattner* Fix nondeleted type handle which could cause type...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-11 Chris LattnerImplement TODO for better diagnostic output
2002-03-08 Chris LattnerFix bug: test/Regression/2002-03-08-NameCollision2.ll
2002-03-08 Chris LattnerFix minor memory leak
2002-03-08 Chris LattnerFix for: test/Regression/Assembler/2002-03-08-NameColli...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
next