aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27Fast-math flags for the bitcodeMichael Ilseman
2012-11-25Code Custodian:Joe Abbey
2012-11-15Remove trailing whitespaceMichael Ilseman
2012-10-11Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-05[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier
2012-09-05[ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-21Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands
2012-08-21PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-05-23revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes
2012-05-08remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes
2012-03-21Fix windows compilation warning. Patch by Micah.Jan Sjödin
2012-03-03Enable the small vector POD optimization for BitCodeAbbrevOp.Benjamin Kramer
2012-02-29BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar
2012-02-29BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar
2012-02-29BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar
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