Make iostream #inclusion explicit
[oota-llvm.git] / lib / VMCore /
2006-01-20 Chris LattnerRemove dead expression.
2006-01-20 Chris LattnerDon't use invalidated use_iterator's. This fixes a...
2006-01-19 Reid SpencerDon't forget about casting the result of an upgraded...
2006-01-19 Reid SpencerMake get_suffix faster by using a switch on getTypeID...
2006-01-19 Reid SpencerDon't accept the ctpop, cttz, or ctlz intrinsics with...
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Reid SpencerFor PR411:
2006-01-15 Chris LattnerThanks to Daniel Berlin's ETForest fix, we can now...
2006-01-15 Chris LattnerET-Forest has issues with unreachable blocks. Temporar...
2006-01-15 Chris Lattneradd a missing break that Reid noticed.
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris LattnerAdd recognition and verification of new llvm.stacksave...
2006-01-12 Chris LattnerPatch #10 from Saem:
2006-01-12 Chris LattnerConvert the verifier over to use ETForest instead of...
2006-01-11 Jeff CohenFix VC++ compilation error.
2006-01-11 Chris LattnerPatch #9 from Saem:
2006-01-11 Chris LattnerSimple is good. CVS is for revision control, not file...
2006-01-11 Chris LattnerSimple is good
2006-01-10 Robert BocchinoAdded constant folding support for the extractelement...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-10 Reid SpencerFor PR411:
2006-01-09 Chris LattnerBugfix for etforest updating. Contributed by Daniel...
2006-01-08 Reid SpencerSaem Ghani's PassManager Patch #8:
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2006-01-07 Chris LattnerPatch #7 from Saem:
2006-01-05 Chris LattnerImplement a few symbolic constant folding things. ...
2006-01-05 Chris Lattnerfix some formatting problems
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2006-01-04 Chris LattnerSaem's patch #5 of the passmanager refactoring
2006-01-04 Chris Lattnerpatch #4 in Saem's passmanager refactoring.
2006-01-04 Chris Lattnerimplement constant folding of ==/!= on constant packed...
2006-01-04 Chris Lattnerimplement constant folding for the element-wise binary...
2006-01-04 Chris Lattnerdon't crash when trying to constant fold packed express...
2006-01-04 Chris LattnerFix an assertion to allow constant folding of packed...
2006-01-03 Chris Lattnersilence some warnings
2006-01-03 Chris LattnerFinally commit Saem's 'patch #3' to refactor the pass...
2005-12-30 Chris LattnerPatch #1 of Saem Ghani's Pass Manager refactoring....
2005-12-26 Duraid Madinamore HP-UX cleanliness
2005-12-22 Reid SpencerRevert previous patch. Additional tests fail.
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.
next