Nate noticed that Andrew never did this. This fixes PR600
[oota-llvm.git] / lib / VMCore /
2005-08-25 Chris Lattneradd printer support for flag operands
2005-08-17 Jim LaskeyMove code dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-14 Andrew Lenharthonly build .a on alpha
2005-08-13 Andrew LenharthTesting a variable before it is defined doesn't work...
2005-08-13 Andrew LenharthFix oversized GOT problem with gcc-4 on alpha
2005-08-12 Chris LattnerAdd a helper method
2005-08-08 Chris Lattneradd new helper function
2005-08-05 Chris LattnerPHINode::hasConstantValue should never return the PHI...
2005-08-05 Chris LattnerFix an iterator invalidation problem when we decide...
2005-08-05 Chris LattnerInvoke instructions do not dominate all successors
2005-08-05 Chris LattnerNow that hasConstantValue is more careful w.r.t. return...
2005-08-05 Chris LattnerUse the bool argument to hasConstantValue to decide...
2005-08-05 Chris LattnerMark hasConstantValue as a const method
2005-08-04 Nate BegemanAdd an extra parameter that Chris requested
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-08 Chris LattnerVerify that varargs functions all have ccc
2005-05-06 Chris Lattneradd support for explicit calling conventions
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-05-03 Chris Lattnerfix a bug in the 1 index GEP handling code
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-05-03 Jeff CohenUse ANSI-approved way of getting the value infinity...
2005-05-02 Andrew Lenharthfold fp div by 0 to inf, the way gcc does. This is...
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-27 Chris LattnerUnbreak the sparc backend.
2005-04-26 Chris Lattnerdon't let Reid build void*'s :)
2005-04-25 Chris LattnerMake dominates(A,B) work with post dominators. Patch...
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-24 Reid SpencerShut GCC 4.0 up about classes with virtual functions...
2005-04-24 Chris LattnerAllow these methods to take a generic Value* to simplif...
2005-04-23 Chris LattnerFix a bug in my previous checkin
2005-04-23 Chris LattnerAdd a method, remove last use of Type.def
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerImprove doxygen, from part of Evan's patch that didn...
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-12 Chris Lattneradd an argument to allow avoiding deleting phi nodes.
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-19 Alkis EvlogimenosAdd new function getPtrPtrFromArrayPtr().
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-09 Chris Lattnercorrect the computation of the isAbstract bit for types.
2005-03-09 Reid SpencerFix a typo in an assertion comment.
2005-03-06 Chris Lattnerrename insertEntry to insert
2005-03-06 Chris LattnerMerge SymbolTable::removeEntry into SymbolTable::remove...
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerRemove some really gross and hard to understand code...
2005-03-06 Chris LattnerSimplify some code.
2005-03-06 Chris Lattnerremove these methods.
2005-03-06 Chris LattnerThis fixes PR531, a crash when running the CBE on a...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris Lattner2nd arg to setName goes away.
2005-03-05 Chris LattnerConstants never get names.
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-03-02 Misha BrukmanFix the spelling of the word `the'
2005-03-02 Chris LattnerPrint the module ID as a comment.
2005-03-02 Chris LattnerFix a nasty order of evaluation bug that Gabor Greif...
2005-02-28 Chris Lattnerrecognize llvm.prefetch. Patch contributed by Justin...
2005-02-28 Chris LattnerVerify llvm.prefetch.
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-24 Chris Lattneradd a new method.
2005-02-23 Chris Lattnermake this more efficient. Scan up to 16 nodes, not...
2005-02-23 Chris Lattnernew method
2005-02-23 Chris LattnerReduce the amount of searching this assertion does...
2005-02-13 Chris LattnerNuke blank line.
2005-02-09 Chris LattnerFix test/Regression/Assembler/2005-02-09-AsmWriterStore...
2005-02-05 Chris LattnerInstead of initializing the volatile field, use accesso...
2005-02-05 Chris LattnerInitialize new field.
2005-02-01 Chris LattnerUpdates for new use list changes.
2005-02-01 Chris LattnerUpdate for API change.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerMake sure that we always grow a multiple of 2 operands.
2005-01-29 Chris LattnerAdjust to changes in User class.
2005-01-29 Chris LattnerMerge InstrTypes.cpp into this file
2005-01-29 Chris LattnerAdjust to changes in User class. Aggregate constants...
2005-01-29 Chris LattnerThis file is now merged into Instructions.cpp
2005-01-28 Chris LattnerFix a nasty thinko in my previous commit.
2005-01-28 Chris LattnerFix ConstProp/2005-01-28-SetCCGEP.ll: indexing over...
2005-01-27 Misha BrukmanFix grammar
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-20 Chris LattnerAdd missing entry.
2005-01-15 Chris Lattnerimplement these methods.
2005-01-14 Chris LattnerMake this compatible with the HP/intel compiler. Fix...
2005-01-08 Chris LattnerAllow arrays to have more than 4G elements.
2005-01-07 Chris LattnerAdd convenience method.
2005-01-06 Chris LattnerNo need to pessimize current code for future possibilities.
2005-01-04 Chris LattnerTo not break TBAA rules, use a union.
2005-01-01 Chris LattnerAllow getZeroExtend and getSignExtend to work with...
2004-12-15 Chris LattnerAdd a verifier assertion
2004-12-13 Chris LattnerChange this method to return ulong, not uint, for 64...
2004-12-11 Chris LattnerCheck in the file I forgot last night, to solve all...
2004-12-10 Alkis EvlogimenosFix writer to properly quote label names when they...
next