aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2013-01-20trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner
2013-01-20add an option to not auto-process abbreviations in advance()Chris Lattner
2013-01-20stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner
2013-01-20move some private methods out of line, add a skipRecord() method.Chris Lattner
2013-01-19add some optional flags to affect the way advance works.Chris Lattner
2013-01-19Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner
2013-01-19BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-09Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling
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