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