Next step on the getting-rid-of-static-ctors train: begin adding per-library
[oota-llvm.git] / lib / VMCore / ConstantsContext.h
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-07-17 Chris LattnerFix PR7658, a problem where type refinement can trigger
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-01-05 David GreeneFix a build error and change errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-10-27 Jeffrey YasskinRename lib/VMCore/ConstantsContext.h:ValueMap<> to...
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-12 Dan GohmanPreserve the inbounds flag, so that the constant folder...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-08-31 Torok EdwinFree the constants that have no uses in ~LLVMContext.
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Owen AndersonUse standard LLVM-style headers.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Benjamin Kramerg++ 4.0 doesn't have std::vector::data.
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-04 Owen AndersonIt helps if I remember to actually add the file...