aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/LLVMBitCodes.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-10/+31
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+5
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+2
* Add addrspacecast instruction.Matt Arsenault2013-11-151-1/+2
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-1/+2
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-261-0/+41
* Add code for emitting the attribute groups.Bill Wendling2013-02-101-8/+8
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-041-1/+6
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-091-10/+0
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+3
* Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
* Fast-math flags for the bitcodeMichael Ilseman2012-11-271-0/+10
* Remove trailing whitespaceMichael Ilseman2012-11-151-8/+8
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-051-1/+1
* [ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier2012-09-051-2/+5
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-231-0/+3
* remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes2012-05-081-3/+0
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-061-1/+1
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-301-1/+2
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-1/+1
* Fix 80-column.Chad Rosier2011-12-081-1/+3
* Fix comments.Chad Rosier2011-12-081-1/+1
* Fix comments.Chad Rosier2011-12-071-1/+1
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-071-1/+7
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-10/+5
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-031-2/+4
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-2/+3
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-1/+5
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-1/+2
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-5/+3
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-1/+24
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-2/+3
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-1/+19
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-20/+37
* 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