aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode
AgeCommit message (Expand)Author
2009-10-26Remove FreeInst.Victor Hernandez
2009-10-25Suppress -Asserts warning.Daniel Dunbar
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-10-22Hide MetadataContext implementation details.Devang Patel
2009-10-22Fix getMDs() interface such that it does not expose implementation details.Devang Patel
2009-10-22Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel
2009-10-22Fix getHandlerNames() interface. Now it populate clinet supplied small vector...Devang Patel
2009-10-21Rename msasm to alignstack per review.Dale Johannesen
2009-10-21Do not use SmallVector to store MDNode elements.Devang Patel
2009-10-21Make changes to rev 84292 as requested by Chris Lattner.Victor Hernandez
2009-10-19simplify.Chris Lattner
2009-10-17Remove MallocInst from LLVM Instructions.Victor Hernandez
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-10-13Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen
2009-10-13Do not write empty METADATA_ATTACHMENT record.Devang Patel
2009-10-13Remove unnecessary assert.Devang Patel
2009-10-05strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner
2009-09-29Only one custom meadata of each kind can be attached with an instruction.Devang Patel
2009-09-28s/class Metadata/class MetadataContext/gDevang Patel
2009-09-28Do not use global typedef for MDKindID.Devang Patel
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