| Commit message (Expand) | Author | Age | Files | Lines |
| * | [unwind removal] Remove a the obsolete 'unwind' enum value. | Bill Wendling | 2012-02-06 | 1 | -1/+1 |
| * | Add bitcode reader and writer support for ConstantDataAggregate, which | Chris Lattner | 2012-01-30 | 1 | -1/+2 |
| * | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -1/+1 |
| * | Fix 80-column. | Chad Rosier | 2011-12-08 | 1 | -1/+3 |
| * | Fix comments. | Chad Rosier | 2011-12-08 | 1 | -1/+1 |
| * | Fix comments. | Chad Rosier | 2011-12-07 | 1 | -1/+1 |
| * | Begin adding experimental support for preserving use-list ordering of bitcode | Chad Rosier | 2011-12-07 | 1 | -1/+7 |
| * | remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b... | Chris Lattner | 2011-11-27 | 1 | -10/+5 |
| * | Remove some cruft from the BitcodeWriter, while still maintaining backward | Chad Rosier | 2011-11-03 | 1 | -2/+4 |
| * | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -2/+3 |
| * | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -1/+5 |
| * | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -1/+2 |
| * | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -5/+3 |
| * | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -1/+24 |
| * | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -2/+3 |
| * | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -1/+19 |
| * | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -20/+37 |
| * | Drop the "2" suffix on some enums. | Chris Lattner | 2011-06-17 | 1 | -3/+3 |
| * | remove support for a bunch of obsolete instruction encodings | Chris Lattner | 2011-06-17 | 1 | -11/+6 |
| * | Remove some "2" suffixes from the metadata enums now that "1" is gone. | Chris Lattner | 2011-06-17 | 1 | -4/+4 |
| * | remove bitcode reader support for LLVM 2.7 metadata encoding. | Chris Lattner | 2011-06-17 | 1 | -8/+4 |
| * | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 2011-04-10 | 1 | -3/+2 |
| * | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 1 | -2/+3 |
| * | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -4/+4 |
| * | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -1/+3 |
| * | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman | 2010-09-09 | 1 | -7/+21 |
| * | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -2/+1 |
| * | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner | 2010-04-03 | 1 | -1/+4 |
| * | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -1/+2 |
| * | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 1 | -4/+5 |
| * | bitcode writer support for blockaddress. | Chris Lattner | 2009-10-28 | 1 | -1/+2 |
| * | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 |
| * | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner | 2009-10-27 | 1 | -2/+2 |
| * | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -2/+3 |
| * | Write and read metadata attachments. | Devang Patel | 2009-09-18 | 1 | -2/+5 |
| * | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 1 | -2/+2 |
| * | Read and write NamedMDNode. | Devang Patel | 2009-07-29 | 1 | -2/+4 |
| * | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -2/+4 |
| * | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -3/+3 |
| * | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -2/+5 |
| * | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman | 2009-07-20 | 1 | -0/+12 |
| * | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -1/+2 |
| * | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -2/+3 |
| * | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -1/+3 |
| * | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -20/+20 |
| * | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman | 2009-02-12 | 1 | -1/+2 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -1/+1 |
| * | Update the comment to reflect the new name. | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
| * | Re-enables the new vector select in the bitcode reader, by modifying the | Dan Gohman | 2008-09-16 | 1 | -2/+4 |
| * | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman | 2008-09-09 | 1 | -1/+3 |