summaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstantsContext.h
Commit message (Expand)AuthorAge
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-22
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-13
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-11
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Fix PR7658, a problem where type refinement can triggerChris Lattner2010-07-17
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-22
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-21
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Fix a build error and change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-01
* Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoidJeffrey Yasskin2009-10-27
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-15
* Preserve the inbounds flag, so that the constant folder doesn'tDan Gohman2009-09-12
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-03
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-02
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-02
* Free the constants that have no uses in ~LLVMContext.Torok Edwin2009-08-31
* remove some DOUTsChris Lattner2009-08-23
* Use standard LLVM-style headers.Owen Anderson2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Remove dead metadata.Devang Patel2009-08-11
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-10
* g++ 4.0 doesn't have std::vector::data.Benjamin Kramer2009-08-10
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-10
* It helps if I remember to actually add the file...Owen Anderson2009-08-04