aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstantsContext.h
AgeCommit message (Expand)Author
2012-03-07Switch this code to use hash_combine_range rather than incremental callsChandler Carruth
2012-03-06Change ConstantAggrUniqueMap to use Chandler's new hashingJay Foad
2012-02-05Efficient Constant Uniquing.Talin
2012-01-26smallvectorize and ArrayRef'ize some stuff.Chris Lattner
2012-01-23convert CAZ, UndefValue, and CPN to use DenseMap's again, this time withoutChris Lattner
2012-01-23revert r148691 and 148693Chris Lattner
2012-01-23switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing.Chris Lattner
2012-01-23Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.Chris Lattner
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-22Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad
2011-04-13PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad
2011-01-11FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-07-17Fix PR7658, a problem where type refinement can triggerChris Lattner
2010-03-22Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin
2010-03-21Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-01-05Fix a build error and change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2009-11-01remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner
2009-10-27Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoidJeffrey Yasskin
2009-09-15When a constant's type is refined, update the constant in placeDan Gohman
2009-09-12Preserve the inbounds flag, so that the constant folder doesn'tDan Gohman
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel
2009-08-31Free the constants that have no uses in ~LLVMContext.Torok Edwin
2009-08-23remove some DOUTsChris Lattner
2009-08-23Use standard LLVM-style headers.Owen Anderson
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Remove dead metadata.Devang Patel
2009-08-10Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar
2009-08-10g++ 4.0 doesn't have std::vector::data.Benjamin Kramer
2009-08-10Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson
2009-08-04It helps if I remember to actually add the file...Owen Anderson