| Age | Commit message (Expand) | Author |
| 2011-01-13 | Reject uses of unnamed_addr in declarations. | Rafael Espindola |
| 2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-24 | Add a comment explaining why this code is more complex than it | Dan Gohman |
| 2010-08-24 | Extend function-local metadata to be usable as attachments. | Dan Gohman |
| 2010-08-24 | Give ParseInstructionMetadata access to the PerFunctionState object. | Dan Gohman |
| 2010-07-14 | Factor out metadata parsing into a separate function. | Dan Gohman |
| 2010-04-07 | fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXX | Chris Lattner |
| 2010-04-01 | include header. | Chris Lattner |
| 2010-04-01 | rewrite handling of forward ref'd instruction metadata | Chris Lattner |
| 2010-04-01 | eliminate a temporary smallvector | Chris Lattner |
| 2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-12 | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis |
| 2010-01-22 | Remove MetadataBase class because it is not adding significant value. | Devang Patel |
| 2010-01-11 | Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, a... | Victor Hernandez |
| 2010-01-10 | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez |
| 2010-01-06 | When parsing function-local metadata, create a function-local MDNode | Victor Hernandez |
| 2010-01-05 | Re-add parsing of function-local metadata; this time with testcase. | Victor Hernandez |
| 2009-12-30 | now that instruction metadata is only parsed in one place, eliminate the | Chris Lattner |
| 2009-12-30 | reimplement ParseOptionalInfo as ParseOptionalCommaAlign, correctly | Chris Lattner |
| 2009-12-30 | rename ParseOptionalCustomMetadata -> ParseInstructionMetadata, | Chris Lattner |
| 2009-12-30 | convert 4 more instructions over. | Chris Lattner |
| 2009-12-30 | add facilities to start factoring instruction metadata parsing | Chris Lattner |
| 2009-12-30 | reimplement insertvalue/extractvalue metadata handling to not blindly | Chris Lattner |
| 2009-12-30 | rename MetadataCache -> NumberedMetadata to follow the convention | Chris Lattner |
| 2009-12-30 | rewrite ParseMDNodeVector to follow the normal patter used in the .ll parser. | Chris Lattner |
| 2009-12-30 | rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'... | Chris Lattner |
| 2009-12-30 | remove the code added in r90497. It has several major issues and no tests. | Chris Lattner |
| 2009-12-30 | split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting. | Chris Lattner |
| 2009-12-29 | change ParseMDString and ParseMDNode to take arguments of the right type. | Chris Lattner |
| 2009-12-29 | switch to TrackingVH instead of WeakVH, since these can never | Chris Lattner |
| 2009-12-28 | Metadata.h doesn't need to include ValueHandle.h anymore. | Chris Lattner |
| 2009-12-03 | Add ParseInlineMetadata() which can parses metadata that refers to an instruc... | Victor Hernandez |
| 2009-11-05 | Use WeakVH while storing metadata in containers. | Devang Patel |
| 2009-10-28 | full asmparser support for blockaddress. We can now do: | Chris Lattner |
| 2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
| 2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
| 2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
| 2009-10-17 | Autoupgrade malloc insts to malloc calls. | Victor Hernandez |
| 2009-09-29 | Parse custom metadata attached with an instruction. | Devang Patel |
| 2009-09-28 | Do not use global typedef for MDKindID. | Devang Patel |
| 2009-09-25 | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez |
| 2009-09-24 | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez |
| 2009-09-17 | Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions. | Devang Patel |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-12 | Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." | Dan Gohman |
| 2009-07-29 | Parse named metadata. | Devang Patel |
| 2009-07-23 | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel |
| 2009-07-22 | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel |
| 2009-07-20 | Refactor metadata parsing routines into separate functions. | Devang Patel |