Back out my last check-in. Wrong place to fix it.
[oota-llvm.git] / lib / VMCore / Constants.cpp
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-10 Robert BocchinoAdded constant folding support for the extractelement...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-04 Chris LattnerFix an assertion to allow constant folding of packed...
2005-12-22 Reid SpencerRevert previous patch. Additional tests fail.
2005-12-22 Reid SpencerFix PR409:
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-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-04-21 Misha BrukmanRemove trailing whitespace
2005-03-19 Alkis EvlogimenosAdd new function getPtrPtrFromArrayPtr().
2005-03-09 Reid SpencerFix a typo in an assertion comment.
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerConstants never get names.
2005-01-29 Chris LattnerAdjust to changes in User class. Aggregate constants...
2005-01-27 Misha BrukmanFix grammar
2005-01-01 Chris LattnerAllow getZeroExtend and getSignExtend to work with...
2004-12-13 Chris LattnerChange this method to return ulong, not uint, for 64...
2004-12-07 Reid SpencerRevert the recent patches to "fix" ConstantFP::isValueV...
2004-12-07 Reid SpencerProvide a missing header file.
2004-12-07 Reid SpencerFix some comments.
2004-12-07 Alkis EvlogimenosFix check for valid floats. Also use and HUGE_VALF...
2004-12-06 Reid SpencerFor PR409: \
2004-11-19 Chris LattnerAdd hooks to free all memory allocated by the singleton...
2004-10-28 Alkis EvlogimenosGep indices must be of int, uint, long or ulong type.
2004-10-24 Alkis EvlogimenosMake this actually work.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-16 Chris LattnerImplement UndefValue class
2004-10-11 Chris LattnerAllow creation of GEP constantexprs with a vector of...
2004-09-15 Alkis EvlogimenosWhen creating constant arrays check that the initialize...
2004-09-10 Alkis EvlogimenosAdd assertion descriptiosn on type mismatches when...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-17 Chris LattnerCheck constant expression validity more strictly
2004-08-04 Chris LattnerAdd a hack to work around a problem my changes exposed
2004-08-04 Chris LattnerFix a latent bug exposed by my recent changes
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerImplement a FIXME, by not searching linearly through...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-19 Chris Lattnerclassof implementations are now inlined
2004-07-17 Reid Spencerbug 122:
2004-07-12 Chris Lattnerimplement new helper method
2004-07-04 Reid Spencer#include <iostream> since its not in Value.h any more.
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-08 Chris LattnerWorkaround or a VS miscompilation bug
2004-06-04 Chris LattnerDelete some unreachable code
2004-05-25 Chris LattnerImplement some helpers
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-03-31 Chris LattnerAdd support for constant expr casts
2004-03-30 Chris LattnerFix a latent bug in select constantexpr handling that...
2004-03-29 Chris LattnerHandle -0.0 correctly
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-12 Chris LattnerAdd support for select constant expressions. Use reser...
2004-03-08 Chris LattnerEliminate nightmarish API
2004-02-16 Chris LattnerMove the folding of gep null, 0, 0, 0 to a place where...
2004-02-15 Chris LattnerAdd a new ConstantAggregateZero class, to fix PR239...
2004-02-15 Chris LattnerConstantArray::get and ConstantStruct::get now just...
2004-02-15 Chris LattnerRemove dependence on return type of ConstantStruct...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2004-02-15 Chris LattnerKeep a cache of non-abstract null arrays and structs...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-01 Chris LattnerSecond half of a fix for PR218 & test/Regression/Assemb...
2004-01-23 Chris LattnerFix a problem brian ran into with the bytecode reader...
2004-01-14 Chris LattnerFix bug in previous checkin: Demorgan would be ashamed...
2004-01-14 Chris LattnerImplement ConstantArray::isString
2004-01-12 Chris LattnerRename ConstantHandling.* -> ConstantFolding.*
2004-01-12 Chris LattnerMove ConstantHandling.h into lib/VMCore and out of...
2004-01-12 Chris LattnerEliminate ConstantFoldShiftInstruction reference
2004-01-12 Chris LattnerFix out of date comment, remove use of ConstantExpr...
2004-01-12 Chris LattnerMake ConstantExpr::get work for shifts as well
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-10-23 Chris LattnerFix bug: instcombine/2003-10-23-InstcombineNullFail.ll
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-07 Chris LattnerAdd a sanity check for constant expression casts
2003-10-05 Chris LattnerType tables are now AbstractTypeUsers. This allows...
2003-10-03 Chris LattnerMinor random speedup: make Constant::getNullValue only...
2003-10-03 Chris LattnerThese methods are dead, remove them. Because the bodie...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-08-29 Chris LattnerImplement "unsafe" replaceAllUsesWWith stuff for use...
2003-08-29 Chris LattnerRefactor code to make it useful outside of Constants.cpp
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-18 Chris LattnerFix linking bug in xboard
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
next