aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2012-02-29BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar
2012-02-29Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar
2012-02-07Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi
2012-02-06System headers after llvm headers.Nick Lewycky
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-02-06[unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-30Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner
2012-01-23The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-17The powers that be have decided that LLVM IR should now support 16-bitDan Gohman
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier
2011-12-12Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier
2011-12-08Fix 80-column.Chad Rosier
2011-12-08Fix comments.Chad Rosier
2011-12-07Fix comments.Chad Rosier
2011-12-07Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner
2011-11-03Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling
2011-08-09Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-28LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-25Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-09fix a really bad bug that would cause nested cursors to break,Chris Lattner
2011-06-25Enhance the sanity check for block sizes; check that the resulting pointer isNick Lewycky
2011-06-17Drop the "2" suffix on some enums.Chris Lattner
2011-06-17remove support for a bunch of obsolete instruction encodingsChris Lattner
2011-06-17Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner
2011-06-17remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-10Revert r129235 pending a vetting of the EH rewrite.Bill Wendling
2011-04-10Beginning of the Great Exception Handling Rewrite.Bill Wendling
2011-03-01Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2011-01-16UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer
2011-01-16Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer
2011-01-15Archive: Fix spelling.Michael J. Spencer
2011-01-15Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-06Remove tabs.Bill Wendling
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-09-10Add X86 MMX type to bitcode and Type.Dale Johannesen
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman
2010-09-02Remove obsolete comments about throwing exceptions.Dan Gohman
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner