We actually don't have spiff anymore
[oota-llvm.git] / lib / AsmParser /
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-31 Chris LattnerAvoid TRUE and FALSE which apparently conflict with...
2004-03-30 Chris LattnerFix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx
2004-03-19 Chris LattnerHrm, we were leaking ~1M of garbage that valgrind never...
2004-03-12 Chris LattnerAllow parsing select instruction and constant expr
2004-03-08 Chris LattnerInsert functions into the module promptly, not lazily...
2004-03-08 Chris LattnerEliminate a REALLY HORRIBLE API: mutateReferences,...
2004-02-09 Chris LattnerIt turns out that the two dimensional vectors were...
2004-02-09 Chris LattnerWhen resolving upreferences, if multiple uprefs will...
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-23 Misha Brukman* Eliminate `using' directive
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerEliminate unused class
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 Brian GaekeInclude <cctype> and <cstdlib> instead of <ctype.h...
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-22 Misha BrukmanUppercase the acronym ASCII.
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-30 John CriswellMerged in autoconf branch. This provides configuration...
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 LattnerUse a union to cast int to fp
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-17 Chris LattnerAllow hexadecimal integer constants to be used
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-12-02 Misha BrukmanIgnore generated files Lexer.cpp and llvmAsmParser.*
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-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
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-30 Chris LattnerAsmParser now depends on clients to verify that input...
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...
next