For PR950:
[oota-llvm.git] / lib / VMCore / Constants.cpp
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris Lattnerremove reference to dead method
2006-09-28 Chris LattnerUse the new ManagedStatic class to explicitly manage...
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-07-17 Jim LaskeyReduce the size of Constants.o by 25% by generalizing...
2006-07-14 Chris LattnerAdd a new helper, simplify ConstantExpr::getWithOperand...
2006-07-14 Chris LattnerAdd a new method for bugpoint to use
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-06-10 Chris LattnerAdd a missing assertion that would have helped out...
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-04-08 Chris LattnerAdd constant replacement for insertelement/vectorshuffl...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-03-11 Evan ChengDoh!
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
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...
next