| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 1 | -5/+6 |
* | remove asmparsing and documentation support for "volatile load", which was on... | Chris Lattner | 2011-11-27 | 1 | -2/+2 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 1 | -6/+4 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+1 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -2/+4 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+1 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -2/+0 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+2 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+2 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+4 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -9/+9 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -44/+43 |
* | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner | 2011-06-17 | 1 | -1/+0 |
* | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner | 2011-06-17 | 1 | -1/+1 |
* | Remove old backwards compatibility support from the parser for autoupgrading | Chris Lattner | 2011-06-17 | 1 | -5/+2 |
* | Reject uses of unnamed_addr in declarations. | Rafael Espindola | 2011-01-13 | 1 | -1/+3 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 1 | -2/+2 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -3/+0 |
* | Add a comment explaining why this code is more complex than it | Dan Gohman | 2010-08-24 | 1 | -0/+8 |
* | Extend function-local metadata to be usable as attachments. | Dan Gohman | 2010-08-24 | 1 | -0/+1 |
* | Give ParseInstructionMetadata access to the PerFunctionState object. | Dan Gohman | 2010-08-24 | 1 | -1/+1 |
* | Factor out metadata parsing into a separate function. | Dan Gohman | 2010-07-14 | 1 | -0/+1 |
* | fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXX | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | include header. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
* | rewrite handling of forward ref'd instruction metadata | Chris Lattner | 2010-04-01 | 1 | -0/+9 |
* | eliminate a temporary smallvector | Chris Lattner | 2010-04-01 | 1 | -2/+1 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+4 |
* | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 1 | -0/+1 |
* | Remove MetadataBase class because it is not adding significant value. | Devang Patel | 2010-01-22 | 1 | -1/+0 |
* | Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, a... | Victor Hernandez | 2010-01-11 | 1 | -4/+1 |
* | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 1 | -4/+2 |
* | When parsing function-local metadata, create a function-local MDNode | Victor Hernandez | 2010-01-06 | 1 | -2/+4 |
* | Re-add parsing of function-local metadata; this time with testcase. | Victor Hernandez | 2010-01-05 | 1 | -11/+10 |
* | now that instruction metadata is only parsed in one place, eliminate the | Chris Lattner | 2009-12-30 | 1 | -2/+2 |
* | reimplement ParseOptionalInfo as ParseOptionalCommaAlign, correctly | Chris Lattner | 2009-12-30 | 1 | -4/+4 |
* | rename ParseOptionalCustomMetadata -> ParseInstructionMetadata, | Chris Lattner | 2009-12-30 | 1 | -1/+1 |
* | convert 4 more instructions over. | Chris Lattner | 2009-12-30 | 1 | -4/+4 |
* | add facilities to start factoring instruction metadata parsing | Chris Lattner | 2009-12-30 | 1 | -4/+6 |
* | reimplement insertvalue/extractvalue metadata handling to not blindly | Chris Lattner | 2009-12-30 | 1 | -1/+8 |
* | rename MetadataCache -> NumberedMetadata to follow the convention | Chris Lattner | 2009-12-30 | 1 | -2/+1 |
* | rewrite ParseMDNodeVector to follow the normal patter used in the .ll parser. | Chris Lattner | 2009-12-30 | 1 | -0/+2 |
* | rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'... | Chris Lattner | 2009-12-30 | 1 | -1/+1 |
* | remove the code added in r90497. It has several major issues and no tests. | Chris Lattner | 2009-12-30 | 1 | -2/+0 |
* | split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting. | Chris Lattner | 2009-12-30 | 1 | -2/+4 |
* | change ParseMDString and ParseMDNode to take arguments of the right type. | Chris Lattner | 2009-12-29 | 1 | -2/+2 |
* | switch to TrackingVH instead of WeakVH, since these can never | Chris Lattner | 2009-12-29 | 1 | -3/+3 |
* | Metadata.h doesn't need to include ValueHandle.h anymore. | Chris Lattner | 2009-12-28 | 1 | -0/+1 |
* | Add ParseInlineMetadata() which can parses metadata that refers to an instruc... | Victor Hernandez | 2009-12-03 | 1 | -1/+3 |
* | Use WeakVH while storing metadata in containers. | Devang Patel | 2009-11-05 | 1 | -2/+2 |
* | full asmparser support for blockaddress. We can now do: | Chris Lattner | 2009-10-28 | 1 | -4/+51 |