aboutsummaryrefslogtreecommitdiff
path: root/lib/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: Remove function attributes from pexe reader/writerMark Seaborn
2013-06-21Fix warning messages in bitcode encoding functions.Karl Schimpf
2013-06-19Insulate calling conventions in PNaCl bitcode files.Karl Schimpf
2013-06-13Remove unused function from PNaCl bitcode writer.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-20Create type IDs based on reference counts.Karl Schimpf
2013-05-02Copy BitCodes.h to NaCl/NaClBitCodes.hKarl Schimpf
2013-05-01Copy LLVM bitcode reader to generate a PNaCl wire format reader.Karl Schimpf
2013-04-26Fix CMake build of NaClBitWriterDerek Schuff
2013-04-26Copy Bitwriter to generate PNaClBitwriter.Karl Schimpf
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-19Simplify code. No functionality change.Jakub Staszak
2013-02-12Have the bitcode writer and reader handle the new attribute references.Bill Wendling
2013-02-12Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling
2013-02-11Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling
2013-02-11Use a std::map so that we record the group ID.Bill Wendling
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-10Add support in the bitcode reader to read the attribute groups.Bill Wendling
2013-02-10Add code for emitting the attribute groups.Bill Wendling
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling
2013-02-09Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner
2013-02-06Code Custodian (trivial whitespace cleanup)Joe Abbey
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-29Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling
2013-01-25Remove some introspection functions.Bill Wendling
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-21Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner
2013-01-21wean Blob handling logic off of banging on NextChar directly. Instead, makeChris 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-20convert the bitstream reader itself and the IR .bc file parser to use the new...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 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-11Replace DepLibs bitcode record with metadataDerek Schuff
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling