2010-03-22 |
Jeffrey Yasskin | Free all Constants in ~LLVMConstantImpl. We avoid... |
blob | commitdiff | raw |
2010-03-21 |
Jeffrey Yasskin | Memoize InlineAsms into the LLVMContext and delete... |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Fix a build error and change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Chris Lattner | remove a bunch of locking from LLVMContextImpl. Since... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jeffrey Yasskin | Rename lib/VMCore/ConstantsContext.h:ValueMap<> to... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Dan Gohman | When a constant's type is refined, update the constant... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Dan Gohman | Preserve the inbounds flag, so that the constant folder... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Dan Gohman | Reappy r80998, now that the GlobalOpt bug that it expos... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Duncan Sands | Public and private corrections, warned about by icc... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Daniel Dunbar | Revert "Include optional subclass flags, such as inboun... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Dan Gohman | Include optional subclass flags, such as inbounds,... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Devang Patel | Now Bitcode reader bug is fixed. Reapply 80839. |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Devang Patel | Revert 80839 for now. It causes test failures. |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Devang Patel | Use CallbackVH, instead of WeakVH, to hold MDNode elements. |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Torok Edwin | Free the constants that have no uses in ~LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some DOUTs |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Owen Anderson | Use standard LLVM-style headers. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Devang Patel | Remove dead metadata. |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Daniel Dunbar | Rename ConvertType to ConvertConstant to avoid a name... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Benjamin Kramer | g++ 4.0 doesn't have std::vector::data. |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Owen Anderson | Change the MDNode uniquing to a ValueMap, at Devang... |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Owen Anderson | It helps if I remember to actually add the file... |
blob | commitdiff | raw | diff to current |
|