- 17aa680 zap dead code. by Chris Lattner · 15 years ago
- 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
- 064ff3e Add a FIXME comment. by Dan Gohman · 15 years ago
- 6981383 Fix the bitcode reader to clear out function-specific state by Dan Gohman · 15 years ago
- 56e2a57 Fix a bug found by inspection. by Dan Gohman · 15 years ago
- 6b9cb84 Add a comment. by Dan Gohman · 15 years ago
- 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
- 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 15 years ago
- 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 15 years ago
- 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 15 years ago
- 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
- 872814a Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
- 19538d1 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
- ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 15 years ago
- c654d1b cache result of operator* by Gabor Greif · 15 years ago
- 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
- a37dd3e Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 15 years ago
- a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
- a4ae3a1 If the bitcode reader input stream isn't a multiple of 4 bytes, it's more by Dan Gohman · 15 years ago
- 93b122d reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 15 years ago
- b85c710 Revert r98656, its breaking all over the place. by Daniel Dunbar · 15 years ago
- 8b3b34f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 15 years ago
- 9a49f15 Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 15 years ago
- 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
- b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
- fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
- f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
- 26793ed Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 15 years ago
- 401f325 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 15 years ago
- fab9e99c Parse function-local metadata inside function blocks by Victor Hernandez · 15 years ago
- 2359850 s/NextValueNo/NextMDValueNo while processing metadata. by Devang Patel · 15 years ago
- 24e64df Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). by Victor Hernandez · 15 years ago
- 70644e9 clean up this code, add a fixme. by Chris Lattner · 15 years ago
- 7f96646 NamedMDNode element is either null or MDNode. Otherwise this is a malformed NamedMDNode record. by Devang Patel · 15 years ago
- 69d02e0 Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 15 years ago
- 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 15 years ago
- f012705 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 15 years ago
- 0811347 Final step in the metadata API restructuring: move the by Chris Lattner · 15 years ago
- 3990b12 This is a major cleanup of the instruction metadata interfaces that by Chris Lattner · 15 years ago
- 0eb4198 rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind by Chris Lattner · 15 years ago
- 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 16 years ago
- df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 16 years ago
- 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 16 years ago
- cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 16 years ago
- 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 16 years ago
- 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 16 years ago
- ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
- f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
- 22bbd9b Suppress -Asserts warning. by Daniel Dunbar · 16 years ago
- 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 16 years ago
- 9d89df1 Hide MetadataContext implementation details. by Devang Patel · 16 years ago
- 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
- 68afa54 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 16 years ago
- 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
- 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
- a917bfe Remove unnecessary assert. by Devang Patel · 16 years ago
- cf0fe8d strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
- 58a230a Only one custom meadata of each kind can be attached with an instruction. by Devang Patel · 16 years ago
- e30e678 s/class Metadata/class MetadataContext/g by Devang Patel · 16 years ago
- a214840 Do not use global typedef for MDKindID. by Devang Patel · 16 years ago
- 3e0c99a Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
- 96b930d Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
- a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
- e8e0213 Write and read metadata attachments. by Devang Patel · 16 years ago
- f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 16 years ago
- 59bf4fc Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
- 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 16 years ago
- 859fff4 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 16 years ago
- c0ff8c8 Add new value for given index in MDValuePtrs. by Devang Patel · 16 years ago
- 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
- e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
- 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
- 1c8a23c Eliminate the unused Context argument on one of the ICmpInst and FCmpInst by Dan Gohman · 16 years ago
- 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
- 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
- dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
- 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
- d5ac404 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
- 647e301 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 16 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
- aa99314 Read and write NamedMDNode. by Devang Patel · 16 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
- 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
- af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
- 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
- 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
- dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
- 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
- 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
- 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
- a3500da Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- 2f9c3b0 MDString by Devang Patel · 16 years ago
- 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago