Turn altivec lvx/stvx intrinsics into loads and stores. This allows the
[oota-llvm.git] / lib / VMCore /
2005-12-22 Reid SpencerFix PR409:
2005-12-21 Chris LattnerGet logical operations to like packed types, allow...
2005-12-05 Chris LattnerAdd a flag to Module::getGlobalVariable to allow it...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-11-18 Chris LattnerThis requires proper dominance
2005-11-16 Chris Lattner* Fix DerivedType::dropAllTypeUses to not change the...
2005-11-15 Chris LattnerFix handling of multiple unnamed globals with the same...
2005-11-13 Chris LattnerAdd some dummy method impls
2005-11-13 Chris LattnerMove some methods around. Refactor the parts of TypeMa...
2005-11-13 Chris LattnerSplit the type refinement case completely out of the...
2005-11-13 Chris LattnerSeparate the type-became-concrete case from the type...
2005-11-12 Chris LattnerUnswitch a loop, add more assertions, eliminate use...
2005-11-12 Chris LattnerTiny speedup, improve comments and code organization.
2005-11-12 Chris Lattnerprint section info
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Chris LattnerFix the optimized code handling of user asm strings
2005-11-10 Chris Lattnerspeedup the common case where nothing needs to be quoted
2005-11-10 Chris LattnerAllow per-character control over what target assemblers...
2005-11-10 Chris LattnerAdd a new option for targets that accept quoted labels.
2005-11-10 Chris Lattnerremove the M instance var
2005-11-10 Chris LattnerMake this more efficient of the common case where we...
2005-11-10 Chris LattnerForce packed vectors to be a power of two in length.
2005-11-06 Chris Lattnerprint alignment info for globals and functions
2005-11-05 Chris Lattnerverify that alignments are always a power of 2
2005-11-05 Chris Lattnerfix printing the alignment directive
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-10-31 Chris LattnerFix an iterator invalidation problem in code used by...
2005-10-14 Chris LattnerAllow $
2005-10-07 Chris Lattneradd a hack to work around broken VC++ scoping rules...
2005-10-04 Chris Lattnerrefactor a bit of code.
2005-10-04 Chris LattnerMinor speedup to avoid array searches given a Use*...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-10-04 Chris LattnerFor large constants (e.g. arrays and structs with many...
2005-10-04 Chris Lattnerminor cleanup/fastpath for the bcreader. This speeds...
2005-10-04 Chris Lattnerimplement the struct version of the array speedup,...
2005-10-03 Chris LattnerChange ConstantArray::replaceUsesOfWithOnConstant to...
2005-10-03 Chris Lattnermove some methods, no other changes
2005-10-03 Chris Lattnerminor microoptimizations
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-24 Chris LattnerAdd support for a marker byte that indicates that we...
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.
next