aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode
AgeCommit message (Expand)Author
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-09-20Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar
2009-09-18Write and read metadata attachments.Devang Patel
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman
2009-09-03back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif
2009-09-03Add new value for given index in MDValuePtrs.Devang Patel
2009-09-03re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-20Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar
2009-08-13Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-11Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson
2009-08-04revert r78048, it isn't worth using assertingvh here.Chris Lattner
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-08-04Use separate ValueList for metadata.Devang Patel
2009-08-04Revert recent bitcode writer patches.Devang Patel
2009-08-04switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner
2009-08-04Remove dead code.Devang Patel
2009-08-04Fix MDString Abbrev setup.Devang Patel
2009-08-04Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel
2009-07-31Move the metadata constructors back to 2.5 syntax.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-31Work around a dangling pointer dereference when enumerating NamedMDNodes.Benjamin Kramer
2009-07-30Do not use abbrev while writing NamedMDNode name.Devang Patel
2009-07-30Enumerate NamedMDNode elements first.Devang Patel
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-29Read and write NamedMDNode.Devang Patel
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-29Refactor. Fix indentation.Devang Patel
2009-07-28Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel
2009-07-28Return ConstantVector to 2.5 API.Owen Anderson
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-27Move ConstantStruct back to 2.5 API.Owen Anderson
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson