Age | Commit message (Expand) | Author | Files | Lines |
2015-01-06 | Change the .ll syntax for comdats and add a syntactic sugar. | Rafael Espindola | 1 | -1/+1 |
2014-12-15 | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 1 | -7/+12 |
2014-12-09 | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 1 | -9/+10 |
2014-09-10 | Make CallingConv::ID an alias of "unsigned". | Alexey Samsonov | 1 | -1/+1 |
2014-08-26 | Declare that musttail calls in variadic functions forward the ellipsis | Reid Kleckner | 1 | -1/+3 |
2014-08-19 | IR: Implement uselistorder assembly directives | Duncan P. N. Exon Smith | 1 | -0/+6 |
2014-08-19 | LLParser: Handle BlockAddresses on-the-fly | Duncan P. N. Exon Smith | 1 | -10/+12 |
2014-08-18 | These classes only need a StringRef, not a MemoryBuffer. | Rafael Espindola | 1 | -1/+1 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-07-30 | Use "weak alias" instead of "alias weak" | Rafael Espindola | 1 | -2/+2 |
2014-07-18 | Add a dereferenceable attribute | Hal Finkel | 1 | -0/+6 |
2014-06-27 | IR: Add COMDATs to the IR | David Majnemer | 1 | -0/+10 |
2014-06-06 | Allow aliases to be unnamed_addr. | Rafael Espindola | 1 | -2/+5 |
2014-05-28 | [pr19844] Add thread local mode to aliases. | Rafael Espindola | 1 | -2/+4 |
2014-04-24 | Add 'musttail' marker to call instructions | Reid Kleckner | 1 | -1/+4 |
2014-04-16 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -2/+3 |
2014-03-11 | IR: add a second ordering operand to cmpxhg for failure | Tim Northover | 1 | -0/+1 |
2014-03-04 | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 1 | -1/+1 |
2014-01-17 | Add an inalloca flag to allocas | Reid Kleckner | 1 | -0/+1 |
2014-01-14 | Decouple dllexport/dllimport from linkage | Nico Rieck | 1 | -2/+5 |
2014-01-14 | Revert "Decouple dllexport/dllimport from linkage" | Nico Rieck | 1 | -5/+2 |
2014-01-14 | Decouple dllexport/dllimport from linkage | Nico Rieck | 1 | -2/+5 |
2013-09-28 | AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format. | Manman Ren | 1 | -0/+2 |
2013-09-11 | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 1 | -2/+2 |
2013-09-11 | Give internal classes hidden visibility. | Benjamin Kramer | 1 | -2/+2 |
2013-06-27 | Added support for the Builtin attribute. | Michael Gottesman | 1 | -1/+1 |
2013-02-22 | Implement the NoBuiltin attribute. | Bill Wendling | 1 | -1/+1 |
2013-02-08 | Parse the attribute group reference on a function. | Bill Wendling | 1 | -2/+5 |
2013-02-08 | Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs | Bill Wendling | 1 | -2/+1 |
2013-02-06 | Initial submission for the attribute group feature. | Bill Wendling | 1 | -0/+5 |
2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling | 1 | -4/+4 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -5/+5 |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 1 | -4/+4 |
2012-12-09 | Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some... | Michael Ilseman | 1 | -5/+5 |
2012-12-04 | Split up the ParseOptionalAttrs method into three different methods for each | Bill Wendling | 1 | -1/+3 |
2012-12-04 | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 1 | -3/+3 |
2012-11-28 | Add back support for reading and parsing 'deplibs'. | Bill Wendling | 1 | -0/+1 |
2012-11-27 | Remove the dependent libraries feature. | Bill Wendling | 1 | -1/+0 |
2012-11-27 | Fast-math flags for LLVM IR parsing and printing | Michael Ilseman | 1 | -0/+16 |
2012-11-15 | Remove trailing whitespace | Michael Ilseman | 1 | -13/+13 |
2012-10-15 | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling | 1 | -1/+1 |
2012-10-08 | Use the Attributes::Builder to build the attributes in the parser. | Bill Wendling | 1 | -1/+1 |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 1 | -0/+3 |
2012-01-20 | Extend Attributes to 64 bits | Kostya Serebryany | 1 | -5/+6 |
2011-11-27 | remove asmparsing and documentation support for "volatile load", which was on... | Chris Lattner | 1 | -2/+2 |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 1 | -6/+4 |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling | 1 | -0/+1 |
2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 1 | -2/+4 |
2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 1 | -0/+1 |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 1 | -2/+0 |