| Commit message (Expand) | Author | Age | Files | Lines |
* | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin | 2010-03-22 | 1 | -2/+2 |
* | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin | 2010-03-21 | 1 | -0/+51 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+15 |
* | Fix a build error and change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+0 |
* | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner | 2009-11-01 | 1 | -14/+0 |
* | Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid | Jeffrey Yasskin | 2009-10-27 | 1 | -8/+8 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 1 | -165/+152 |
* | Preserve the inbounds flag, so that the constant folder doesn't | Dan Gohman | 2009-09-12 | 1 | -2/+5 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -18/+31 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -10/+10 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -31/+18 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -18/+31 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 1 | -19/+12 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 1 | -12/+19 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 1 | -19/+12 |
* | Free the constants that have no uses in ~LLVMContext. | Torok Edwin | 2009-08-31 | 1 | -0/+8 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 1 | -1/+2 |
* | Use standard LLVM-style headers. | Owen Anderson | 2009-08-23 | 1 | -1/+1 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
* | Remove dead metadata. | Devang Patel | 2009-08-11 | 1 | -0/+1 |
* | Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. | Daniel Dunbar | 2009-08-10 | 1 | -9/+9 |
* | g++ 4.0 doesn't have std::vector::data. | Benjamin Kramer | 2009-08-10 | 1 | -1/+1 |
* | Change the MDNode uniquing to a ValueMap, at Devang's request. | Owen Anderson | 2009-08-10 | 1 | -12/+19 |
* | It helps if I remember to actually add the file... | Owen Anderson | 2009-08-04 | 1 | -0/+774 |