aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/LLVMBitCodes.h
AgeCommit message (Expand)Author
2011-06-17Drop the "2" suffix on some enums.Chris Lattner
2011-06-17remove support for a bunch of obsolete instruction encodingsChris Lattner
2011-06-17Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner
2011-06-17remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner
2011-04-10Revert r129235 pending a vetting of the EH rewrite.Bill Wendling
2011-04-10Beginning of the Great Exception Handling Rewrite.Bill Wendling
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2010-09-10Add X86 MMX type to bitcode and Type.Dale Johannesen
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-04-03Add special case bitcode support for DebugLoc. This avoidsChris Lattner
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-01-10Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez
2009-10-28bitcode writer support for blockaddress.Chris Lattner
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27Random updates to passes for indbr, I need blockaddress before I can do much ...Chris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner
2009-09-18Write and read metadata attachments.Devang Patel
2009-08-20Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman
2009-07-29Read and write NamedMDNode.Devang Patel
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-20Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-02-20Removed trailing whitespace.Misha Brukman
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23Update the comment to reflect the new name.Dan Gohman
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-02-22Read and write getresult.Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-05-08update comments, no functionality changeChris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-06implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner
2007-05-04eliminate lengths from record bodiesChris Lattner