aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-1/+1
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-7/+7
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-7/+7
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-3/+3
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-3/+3
* [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
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-4/+4
* Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands2012-08-211-1/+1
* PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands2012-08-211-1/+3
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-15/+7
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-9/+9
* 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
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-211-1/+1
* Enable the small vector POD optimization for BitCodeAbbrevOp.Benjamin Kramer2012-03-031-1/+3
* BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar2012-02-291-4/+6
* BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar2012-02-291-2/+3
* BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar2012-02-291-20/+32
* BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar2012-02-291-11/+9
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-291-4/+0
* Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi2012-02-071-4/+6
* System headers after llvm headers.Nick Lewycky2012-02-061-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-062-52/+86
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-061-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-053-7/+5
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-301-1/+2
* The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola2012-01-231-1/+1
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-1/+1
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-6/+2
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-121-2/+6
* 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
* fix a really bad bug that would cause nested cursors to break,Chris Lattner2011-07-091-0/+1
* Enhance the sanity check for block sizes; check that the resulting pointer isNick Lewycky2011-06-251-2/+4
* Drop the "2" suffix on some enums.Chris Lattner2011-06-171-3/+3