aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2013-06-24Simplify representation of forward value references in bitcode.Karl Schimpf
2013-06-23PNaCl wire format: Remove the top-level TRIPLE recordMark Seaborn
2013-06-21PNaCl wire format: Update comments for function attribute removalMark Seaborn
2013-06-19Insulate calling conventions in PNaCl bitcode files.Karl Schimpf
2013-06-13Insulate PNaCl bitcode from LLVM encodings of floating point optimization flags.Karl Schimpf
2013-06-13Fix reading of headers when using a streamable memory object.Karl Schimpf
2013-06-06Make PNaCl bitcode files have a different format from LLVM bitcode files.Karl Schimpf
2013-05-24Make abbreviations explicit in pnacl-freeze/thaw.Karl Schimpf
2013-05-02Copy BitCodes.h to NaCl/NaClBitCodes.hKarl Schimpf
2013-05-01Fix ifdef for NaClLLVMBitCodes.hKarl Schimpf
2013-05-01Copy LLVM bitcode reader to generate a PNaCl wire format reader.Karl Schimpf
2013-04-26Copy Bitwriter to generate PNaClBitwriter.Karl Schimpf
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