aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2013-04-01Whitespace cleanupJoe Abbey
2013-02-13use memcpy instead of dubious union to type pun two values,Chris Lattner
2013-02-10Add code for emitting the attribute groups.Bill Wendling
2013-02-10ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner
2013-02-10hopefully "really" fix a type punning warning by defining the buffer asChris Lattner
2013-02-10attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner
2013-02-09This is the correct version of r174802.Chris Lattner
2013-02-09Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner
2013-02-09Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner
2013-02-09recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-01-21r173072 is causing some regressions on big endian hosts, I don't have time to...Chris Lattner
2013-01-21rework the Bitstream reader to actually work a machine word at a time, instea...Chris Lattner
2013-01-21Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner
2013-01-21rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner
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