Age | Commit message (Expand) | Author |
2013-02-22 | Implement the NoBuiltin attribute. | Bill Wendling |
2013-02-08 | Parse the attribute group reference on a function. | Bill Wendling |
2013-02-08 | Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs | Bill Wendling |
2013-02-06 | Initial submission for the attribute group feature. | Bill Wendling |
2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-09 | Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some... | Michael Ilseman |
2012-12-04 | Split up the ParseOptionalAttrs method into three different methods for each | Bill Wendling |
2012-12-04 | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth |
2012-11-28 | Add back support for reading and parsing 'deplibs'. | Bill Wendling |
2012-11-27 | Remove the dependent libraries feature. | Bill Wendling |
2012-11-27 | Fast-math flags for LLVM IR parsing and printing | Michael Ilseman |
2012-11-15 | Remove trailing whitespace | Michael Ilseman |
2012-10-15 | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling |
2012-10-08 | Use the Attributes::Builder to build the attributes in the parser. | Bill Wendling |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
2012-01-20 | Extend Attributes to 64 bits | Kostya Serebryany |
2011-11-27 | remove asmparsing and documentation support for "volatile load", which was on... | Chris Lattner |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman |
2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
2011-07-28 | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
2011-07-25 | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-17 | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner |
2011-06-17 | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner |
2011-06-17 | Remove old backwards compatibility support from the parser for autoupgrading | Chris Lattner |
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 |