summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/LLVMBitCodes.h
Commit message (Expand)AuthorAge
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Drop the "2" suffix on some enums.Chris Lattner2011-06-17
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-17
* Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner2011-06-17
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-17
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-09
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-03
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-10
* bitcode writer support for blockaddress.Chris Lattner2009-10-28
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* Random updates to passes for indbr, I need blockaddress before I can do much ...Chris Lattner2009-10-27
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-27
* Write and read metadata attachments.Devang Patel2009-09-18
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-20
* Read and write NamedMDNode.Devang Patel2009-07-29
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Removed trailing whitespace.Misha Brukman2009-02-20
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* Large mechanical patch.Devang Patel2008-09-25
* Update the comment to reflect the new name.Dan Gohman2008-09-23
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Enable first-class aggregates support.Dan Gohman2008-07-23
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-21
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Read and write getresult.Devang Patel2008-02-22
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12