Efficient Constant Uniquing.
[oota-llvm.git] / lib / VMCore / ConstantsContext.h
2012-02-05 TalinEfficient Constant Uniquing.
2012-01-26 Chris Lattnersmallvectorize and ArrayRef'ize some stuff.
2012-01-23 Chris Lattnerconvert CAZ, UndefValue, and CPN to use DenseMap's...
2012-01-23 Chris Lattnerrevert r148691 and 148693
2012-01-23 Chris Lattnerswitch UndefValue and ConstantPointerNull over to Dense...
2012-01-23 Chris LattnerReplace a use of ConstantUniqueMap for CAZ constants...
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-07-17 Chris LattnerFix PR7658, a problem where type refinement can trigger
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-01-05 David GreeneFix a build error and change errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-10-27 Jeffrey YasskinRename lib/VMCore/ConstantsContext.h:ValueMap<> to...
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-12 Dan GohmanPreserve the inbounds flag, so that the constant folder...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-08-31 Torok EdwinFree the constants that have no uses in ~LLVMContext.
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Owen AndersonUse standard LLVM-style headers.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Benjamin Kramerg++ 4.0 doesn't have std::vector::data.
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-04 Owen AndersonIt helps if I remember to actually add the file...