Fix names of 64-bit CMP*D* opcodes, add LWA and STD* opcodes
[oota-llvm.git] / lib / AsmParser /
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-26 Chris LattnerFix bug in previous patch :(
2004-07-26 Chris LattnerFix an extremely serious regression that was causing...
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid Spencerbug 122:
2004-07-16 Chris LattnerFix the regressions handling unnamed global variables
2004-07-14 Chris LattnerThis is logically part of the last patch. Just more...
2004-07-14 Chris Lattner** Finally DeclareNewGlobalValue is dead!
2004-07-14 Chris Lattner* Fairly substantial change. Instead of creating new...
2004-07-14 Chris LattnerFold setValueNameMergingDuplicates into ParseGlobalVari...
2004-07-14 Chris LattnerFix a regression from last night. Apparently the CFE...
2004-07-14 Chris LattnerPull out code shared between GV forward-decl and defini...
2004-07-14 Chris LattnerSimplify code. Do not allow functions to be redefined...
2004-07-14 Chris LattnerRemove a gross and crufty "feature" that was never...
2004-07-14 Chris LattnerFinegrainify namespacification
2004-07-14 Chris LattnerRevamp handling of labels. In particular, if we create...
2004-07-14 Chris LattnerSplit the basic block handling case out of getVal into...
2004-07-13 Chris LattnerFine-grainify namespacification, prune #include
2004-07-13 Chris LattnerFix typeo and refactor bb productions to make it possib...
2004-07-13 Chris LattnerEliminate some mega-cruft here. There is no reason...
2004-07-13 Chris LattnerInline the now trivial setValueNameInternal function...
2004-07-13 Chris LattnerNow that basic blocks are eagerly inserted into the...
2004-07-13 Chris LattnerA couple of substantial cleanup fixes:
2004-07-13 Chris LattnerReplace a bunch of complex ConstantPointerRef referring...
2004-07-09 Chris LattnerDon't call Type::setName()
2004-07-08 Chris LattnerEliminate uses of the UniqueID field on Type objects
2004-07-04 Reid Spencer- remove use of isa<Type>(Val) since there's no inherit...
2004-07-04 Reid SpencerRemove use of Type::TypeTy which is no longer defined...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-28 Reid SpencerRemove some more dead code resulting from adding setTyp...
2004-05-27 Reid SpencerRemove an assertion that uses Type::TypeTy that is...
2004-05-27 Chris LattnerAdd support for dos-style files
2004-05-26 Reid SpencerProvide the correct patch for bug 345. The solution...
2004-05-26 Chris LattnerA quick and ugly hack to fix PR345. I used TypeTy...
2004-05-25 Reid SpencerChanged to use SymbolTable's new lookup interface.
2004-04-17 Chris LattnerFix a memory leak. We leaked the vector holding the...
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
next