summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAge
...
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-21
* Enable the small vector POD optimization for BitCodeAbbrevOp.Benjamin Kramer2012-03-03
* BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar2012-02-29
* BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar2012-02-29
* BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar2012-02-29
* BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar2012-02-29
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-29
* Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi2012-02-07
* System headers after llvm headers.Nick Lewycky2012-02-06
* Enable streaming of bitcodeDerek Schuff2012-02-06
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-30
* The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola2012-01-23
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-14
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-12
* Fix 80-column.Chad Rosier2011-12-08
* Fix comments.Chad Rosier2011-12-08
* Fix comments.Chad Rosier2011-12-07
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-07
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-27
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-03
* 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
* fix a really bad bug that would cause nested cursors to break,Chris Lattner2011-07-09
* Enhance the sanity check for block sizes; check that the resulting pointer isNick Lewycky2011-06-25
* 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
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-01
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer2011-01-16
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-16
* Archive: Fix spelling.Michael J. Spencer2011-01-15
* Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer2011-01-15
* Merge System into Support.Michael J. Spencer2010-11-29
* Remove tabs.Bill Wendling2010-10-06