aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantsContext.h
Commit message (Expand)AuthorAgeFilesLines
* smallvectorize and ArrayRef'ize some stuff.Chris Lattner2012-01-261-2/+2
* convert CAZ, UndefValue, and CPN to use DenseMap's again, this time withoutChris Lattner2012-01-231-46/+0
* revert r148691 and 148693Chris Lattner2012-01-231-0/+46
* switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing.Chris Lattner2012-01-231-31/+0
* Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.Chris Lattner2012-01-231-15/+0
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-1/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-16/+16
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-138/+4
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-221-3/+3
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-131-7/+5
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-111-10/+20
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-8/+0
* Fix PR7658, a problem where type refinement can triggerChris Lattner2010-07-171-2/+6
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-221-2/+2
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-211-0/+51
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+15
* Fix a build error and change errs() to dbgs().David Greene2010-01-051-1/+2
* Change errs() to dbgs().David Greene2010-01-051-1/+0
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-011-14/+0
* Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoidJeffrey Yasskin2009-10-271-8/+8
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-151-165/+152
* Preserve the inbounds flag, so that the constant folder doesn'tDan Gohman2009-09-121-2/+5
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-071-18/+31
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-10/+10
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-061-31/+18
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-041-18/+31
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-031-19/+12
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-021-12/+19
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-021-19/+12
* Free the constants that have no uses in ~LLVMContext.Torok Edwin2009-08-311-0/+8
* remove some DOUTsChris Lattner2009-08-231-1/+2
* Use standard LLVM-style headers.Owen Anderson2009-08-231-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Remove dead metadata.Devang Patel2009-08-111-0/+1
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-101-9/+9
* g++ 4.0 doesn't have std::vector::data.Benjamin Kramer2009-08-101-1/+1
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-101-12/+19
* It helps if I remember to actually add the file...Owen Anderson2009-08-041-0/+774