aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-28add bitcode reader support for blockaddress. We can now fullyChris Lattner1-0/+37
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner1-5/+5
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner1-2/+23
2009-10-25Suppress -Asserts warning.Daniel Dunbar1-0/+2
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez1-1/+2
2009-10-22Hide MetadataContext implementation details.Devang Patel1-1/+9
2009-10-21Rename msasm to alignstack per review.Dale Johannesen1-2/+2
2009-10-21Make changes to rev 84292 as requested by Chris Lattner.Victor Hernandez1-7/+4
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez1-2/+9
2009-10-13Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen1-2/+3
2009-10-13Remove unnecessary assert.Devang Patel1-3/+0
2009-10-05strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner1-7/+7
2009-09-29Only one custom meadata of each kind can be attached with an instruction.Devang Patel1-1/+1
2009-09-28s/class Metadata/class MetadataContext/gDevang Patel1-2/+2
2009-09-28Do not use global typedef for MDKindID.Devang Patel1-2/+2
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez1-9/+2
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez1-2/+9
2009-09-20Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar1-206/+206
2009-09-18Write and read metadata attachments.Devang Patel1-1/+91
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman1-22/+34
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands1-1/+1
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar1-34/+22
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman1-22/+34
2009-09-03Add new value for given index in MDValuePtrs.Devang Patel1-0/+3
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel1-3/+5
2009-08-28Reapply 79977.Devang Patel1-2/+5
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel1-5/+2
2009-08-25Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman1-2/+2
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel1-2/+5
2009-08-20Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman1-4/+4
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar1-1/+1
2009-08-13Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson1-2/+2
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-42/+42
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson1-2/+2
2009-08-04Use separate ValueList for metadata.Devang Patel1-6/+44
2009-07-31Move the metadata constructors back to 2.5 syntax.Owen Anderson1-2/+3
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-2/+2
2009-07-30Move more code back to 2.5 APIs.Owen Anderson1-8/+8
2009-07-29Read and write NamedMDNode.Devang Patel1-0/+27
2009-07-29Move types back to the 2.5 API.Owen Anderson1-11/+11
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson1-10/+10
2009-07-28Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel1-1/+1
2009-07-28Return ConstantVector to 2.5 API.Owen Anderson1-2/+2
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson1-4/+4
2009-07-27Move ConstantStruct back to 2.5 API.Owen Anderson1-2/+2
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman1-0/+6
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson1-5/+5
2009-07-26Remove Value::setName(const char*, unsigned).Daniel Dunbar1-2/+2
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar1-2/+1
2009-07-25Move ExtractElementInst to ::Create instead of new. Update all uses.Eric Christopher1-1/+1