- e5a6191 [ThinLTO] Metadata linking for imported functions by Teresa Johnson · 10 years ago
- baa3bf8 Bring r254336 back: by Rafael Espindola · 10 years ago
- e9841a6 This reverts commit r254336 and r254344. by Rafael Espindola · 10 years ago
- c109200 Start deciding earlier what to link. by Rafael Espindola · 10 years ago
- 19b5238 Simplify the linking of recursive data. by Rafael Espindola · 10 years ago
- 83d03dd Fix mapping of unmaterialized global values during metadata linking by Teresa Johnson · 10 years ago
- 8820884 [opaque pointer type]: Pass explicit pointee type when building a constant GEP. by David Blaikie · 10 years ago
- 8c9dcac ValueMapper: Resolve uniquing cycles more aggressively by Duncan P. N. Exon Smith · 10 years ago
- c9fdbdb ValueMapper: Pull out helper to resolve cycles, NFC by Duncan P. N. Exon Smith · 10 years ago
- 3115f75 ValueMapper: Rotate distinct node remapping algorithm by Duncan P. N. Exon Smith · 10 years ago
- 2705097 ValueMapper: Simplify remap() helper function, NFC by Duncan P. N. Exon Smith · 10 years ago
- 1de9ccb Fix 80-column by Duncan P. N. Exon Smith · 10 years ago
- 5ed90c0 Linker: Fix ASan failure from r243961 by Duncan P. N. Exon Smith · 10 years ago
- 706f37e Linker: Fix references to uniqued nodes after r243883 by Duncan P. N. Exon Smith · 10 years ago
- 4fb46cb Linker: Move distinct MDNodes instead of cloning by Duncan P. N. Exon Smith · 10 years ago
- 50f8969 ValueMapper: Only check for cycles if operands change by Duncan P. N. Exon Smith · 10 years ago
- e08bcbf ValueMapper: Use a range-based for, NFC by Duncan P. N. Exon Smith · 10 years ago
- 0880014 ValueMapper: Reuse local variable, NFC by Duncan P. N. Exon Smith · 10 years ago
- f5147ef [opaque pointer type] Explicitly store the pointee type of the result of a GEP by David Blaikie · 10 years ago
- 73cf872 [opaque pointer type] Track explicit GEP pointee type through in-memory IR by David Blaikie · 11 years ago
- bf0a42a [opaque pointer type] Store the value type of an alloca by David Blaikie · 11 years ago
- 348de69 Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 11 years ago
- d2db881 Revert "[opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst" by David Blaikie · 11 years ago
- 5069936 [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 11 years ago
- 170c26d MapMetadata: Allow unresolved metadata if it won't change by Duncan P. N. Exon Smith · 11 years ago
- 920df5c Utils: Resolve cycles under distinct MDNodes by Duncan P. N. Exon Smith · 11 years ago
- 03e0583 IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC by Duncan P. N. Exon Smith · 11 years ago
- fed199a IR: Introduce GenericDwarfNode by Duncan P. N. Exon Smith · 11 years ago
- 2bc00f4 IR: Merge UniquableMDNode back into MDNode, NFC by Duncan P. N. Exon Smith · 11 years ago
- 6dc22bf Utils: Simplify MapMetadata(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 9fa1065 Skip upcast, NFC by Duncan P. N. Exon Smith · 11 years ago
- c862be8 Fix whitespace, NFC by Duncan P. N. Exon Smith · 11 years ago
- 0dcffe2 Utils: Simplify MapMetadata(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 422e5c7 Cleanup whitespace, NFC by Duncan P. N. Exon Smith · 11 years ago
- 7d82313 IR: Return unique_ptr from MDNode::getTemporary() by Duncan P. N. Exon Smith · 11 years ago
- 946fdcc IR: Remove MDNodeFwdDecl by Duncan P. N. Exon Smith · 11 years ago
- de03a8b IR: Add isUniqued() and isTemporary() by Duncan P. N. Exon Smith · 11 years ago
- e65b066 Remove trailing slash from r225924 by Duncan P. N. Exon Smith · 11 years ago
- e54cd9a Utils: Remove unreachable break, NFC by Duncan P. N. Exon Smith · 11 years ago
- a5a0f57 Utils: Handle remapping distinct MDLocations by Duncan P. N. Exon Smith · 11 years ago
- b84840c Utils: Thread distinct-ness through the cloneMD*() functions, NFC by Duncan P. N. Exon Smith · 11 years ago
- 7c69c1e Utils: Extract cloneMDNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
- b6515d6 Utils: Move cloneMD*() up, NFC by Duncan P. N. Exon Smith · 11 years ago
- 47d82981 Utils: Add mapping for uniqued MDLocations by Duncan P. N. Exon Smith · 11 years ago
- 4766e01 Utils: Extract cloneMDTuple(), NFC by Duncan P. N. Exon Smith · 11 years ago
- fb9d128 Utils: Extract shouldRemapUniquedNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 637e765 Utils: Simplify code, NFC by Duncan P. N. Exon Smith · 11 years ago
- b557989 Utils: Extract mapUniquedNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 8725ca8 Utils: MDNode => UniquableMDNode, NFC by Duncan P. N. Exon Smith · 11 years ago
- 14cc94c Utils: Separate out mapDistinctNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 3956a85 Utils: Use helper function directly, NFC by Duncan P. N. Exon Smith · 11 years ago
- 077affd Utils: Extract helper function, NFC by Duncan P. N. Exon Smith · 11 years ago
- 34651ee Utils: Use MDTuple::get() directly, NFC by Duncan P. N. Exon Smith · 11 years ago
- 118632d IR: Split GenericMDNode into MDTuple and UniquableMDNode by Duncan P. N. Exon Smith · 11 years ago
- 953e1a4 Utils: Keep distinct MDNodes distinct in MapMetadata() by Duncan P. N. Exon Smith · 11 years ago
- 46d7af5 Rename MapValue(Metadata*) to MapMetadata() by Duncan P. N. Exon Smith · 11 years ago
- 22324f3 Rename static functiom "map" to be more descriptive and to avoid by Kaelyn Takata · 11 years ago
- 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
- de36e80 Revert "IR: MDNode => Value" by Duncan P. N. Exon Smith · 11 years ago
- 4abd1a0 IR: MDNode => Value: Instruction::getAllMetadata() by Duncan P. N. Exon Smith · 11 years ago
- f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 12 years ago
- f6f121e Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer. by James Molloy · 12 years ago
- 3238fb7 Add ArrayRef constructor from None, and do the cleanups that this constructor enables by Dmitri Gribenko · 13 years ago
- aec2ce7 Linker: correctly link in dbg.declare by Manman Ren · 13 years ago
- 5234a8e Revert r173946. This breaks compilation of googletest with Clang by Alexey Samsonov · 13 years ago
- 81dcc62 Linker: correctly link in dbg.declare by Manman Ren · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 2a6a08b Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. by Craig Topper · 13 years ago
- c017404 We need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which should be appropriately mapped. by Devang Patel · 14 years ago
- 8b4cf5e fix rdar://9776316 - type remapping needed for inline asm blobs, by Chris Lattner · 14 years ago
- cbd3bb2 Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first, so there is not any need to map DebugLoc). by Devang Patel · 14 years ago
- fb9f492 revert r135172 until Devang and I figure out the right answer. by Chris Lattner · 14 years ago
- 69eea72 Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into by Chris Lattner · 14 years ago
- b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
- 61ea0e4 Reinstate r133513 (reverted in r133700) with an additional fix for a by Jay Foad · 14 years ago
- 9651312 Revert r133513: by Eric Christopher · 14 years ago
- a97a2c9 Reinstate r133435 and r133449 (reverted in r133499) now that the clang by Jay Foad · 14 years ago
- 184f3b3 Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 14 years ago
- e03c05c Change how PHINodes store their operands. by Jay Foad · 14 years ago
- 5514afe PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 15 years ago
- 23289c3 fix PR9015, a crash linking recursive metadata. by Chris Lattner · 15 years ago
- 43f8d16 Revamp the ValueMapper interfaces in a couple ways: by Chris Lattner · 15 years ago
- c2240ad Fix PR8313 by changing ValueToValueMap use a TrackingVH. by Rafael Espindola · 15 years ago
- ca26f79 Reapply r112091 and r111922, support for metadata linking, with a by Dan Gohman · 15 years ago
- ce45863 Revert r111922, "MapValue support for MDNodes. This is similar to r109117, by Daniel Dunbar · 15 years ago
- 95fe13c Revert r112091, "Remap metadata attached to instructions when remapping by Daniel Dunbar · 15 years ago
- fd82448 Remap metadata attached to instructions when remapping individual by Dan Gohman · 15 years ago
- a209503 Use MapValue in the Linker instead of having a private function by Dan Gohman · 15 years ago
- 6901283 MapValue support for MDNodes. This is similar to r109117, except by Dan Gohman · 15 years ago
- 7bc0443 Revert this because we can't clone cyclic MDNodes which are creating during a by Nick Lewycky · 15 years ago
- 14b69d5 Whether function-local or not, a MDNode may reference a Function in which case by Nick Lewycky · 15 years ago
- 5fa3813 Speculatively revert 109117 by Devang Patel · 15 years ago
- fac440cf Map MDNode correctly. by Devang Patel · 15 years ago
- cefe383 MDString is already checked earlier. by Devang Patel · 15 years ago
- b8f11de Cosmetic change. by Devang Patel · 15 years ago
- 9ad6293 Revert 106592 for now. It causes clang-selfhost build failure. by Devang Patel · 15 years ago
- 87f75f7 If a metadata operand is seeded in value map and the metadata should also be seeded in value map. This is not limited to function local metadata. by Devang Patel · 15 years ago
- f040dec Revert 106528. It is causing self host failures. by Devang Patel · 15 years ago
- b195eb4 Do not rely on DenseMap slot which can be easily invalidated when DenseMap grows. by Devang Patel · 15 years ago
- 2176643 Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no replationship with ADT/ValueMap. by Devang Patel · 16 years ago