Age | Commit message (Expand) | Author |
2013-02-10 | Add code for emitting the attribute groups. | Bill Wendling |
2013-02-04 | Initial cleanups of the param-attribute code in the bitcode reader/writer. | Bill Wendling |
2012-12-09 | Have the bitcode reader/writer just use FPMathOperator's fast math enum directly | Michael Ilseman |
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 the bitcode | Michael Ilseman |
2012-11-15 | Remove trailing whitespace | Michael Ilseman |
2012-09-05 | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier |
2012-09-05 | [ms-inline asm] Add support for the nsdialect keyword in the Bitcode | Chad Rosier |
2012-05-23 | revert r156383: removal of TYPE_CODE_FUNCTION_OLD | Nuno Lopes |
2012-05-08 | remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma... | Nuno Lopes |
2012-02-06 | [unwind removal] Remove a the obsolete 'unwind' enum value. | Bill Wendling |
2012-01-30 | Add bitcode reader and writer support for ConstantDataAggregate, which | Chris Lattner |
2011-12-17 | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman |
2011-12-08 | Fix 80-column. | Chad Rosier |
2011-12-08 | Fix comments. | Chad Rosier |
2011-12-07 | Fix comments. | Chad Rosier |
2011-12-07 | Begin adding experimental support for preserving use-list ordering of bitcode | Chad Rosier |
2011-11-27 | remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b... | Chris Lattner |
2011-11-03 | Remove some cruft from the BitcodeWriter, while still maintaining backward | Chad Rosier |
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-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-17 | Drop the "2" suffix on some enums. | Chris Lattner |
2011-06-17 | remove support for a bunch of obsolete instruction encodings | Chris Lattner |
2011-06-17 | Remove some "2" suffixes from the metadata enums now that "1" is gone. | Chris Lattner |
2011-06-17 | remove bitcode reader support for LLVM 2.7 metadata encoding. | Chris Lattner |
2011-04-10 | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling |
2011-04-10 | Beginning of the Great Exception Handling Rewrite. | Bill Wendling |
2011-02-06 | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner |
2010-09-10 | Add X86 MMX type to bitcode and Type. | Dale Johannesen |
2010-09-09 | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman |
2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
2010-04-03 | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
2010-01-10 | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez |
2009-10-28 | bitcode writer support for blockaddress. | Chris Lattner |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
2009-10-27 | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
2009-09-18 | Write and read metadata attachments. | Devang Patel |
2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
2009-07-29 | Read and write NamedMDNode. | Devang Patel |
2009-07-27 | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman |
2009-07-23 | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel |