aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantsContext.h
Commit message (Expand)AuthorAgeFilesLines
* 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