summaryrefslogtreecommitdiff
path: root/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Whitespace cleanupJoe Abbey2-2/+2
2013-02-19Simplify code. No functionality change.Jakub Staszak1-14/+7
2013-02-12Have the bitcode writer and reader handle the new attribute references.Bill Wendling2-33/+11
2013-02-12Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2-5/+6
2013-02-11Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling3-41/+41
2013-02-11Use a std::map so that we record the group ID.Bill Wendling2-7/+8
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2-2/+2
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie1-4/+4
2013-02-10Add support in the bitcode reader to read the attribute groups.Bill Wendling2-0/+82
2013-02-10Add code for emitting the attribute groups.Bill Wendling1-0/+53
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling2-0/+24
2013-02-09Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner1-3/+14
2013-02-06Code Custodian (trivial whitespace cleanup)Joe Abbey2-67/+66
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2-2/+7
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2-7/+49
2013-01-29Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling1-9/+4
2013-01-27Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling1-3/+2
2013-01-25Remove some introspection functions.Bill Wendling2-4/+6
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling1-1/+1
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover1-6/+12
2013-01-21Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner1-9/+8
2013-01-21wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner1-10/+13
2013-01-21rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner1-3/+3
2013-01-20trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner1-1/+1
2013-01-20convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner2-248/+214
2013-01-20stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner1-6/+7
2013-01-20move some private methods out of line, add a skipRecord() method.Chris Lattner1-3/+111
2013-01-19Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2-2/+2
2013-01-19BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner3-4/+254
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth6-24/+24
2012-12-30s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling1-1/+1
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling4-8/+8
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2-15/+15
2012-12-09Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2-10/+10
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling5-15/+15
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-4/+4
2012-12-03Minor tweaking to SmallVector static size.Michael Ilseman1-1/+1
2012-12-03Since this SmallVector immediately grows on the next line, don't waste stack ...Michael Ilseman1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth4-12/+12
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling1-0/+8
2012-11-27Remove the dependent libraries feature.Bill Wendling2-11/+0
2012-11-27Code pretificationJoe Abbey1-8/+8
2012-11-27Fast-math flags for the bitcodeMichael Ilseman2-0/+27
2012-11-25Code Custodian:Joe Abbey8-68/+67
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling1-1/+1
2012-11-1980 colsJoe Abbey1-6/+9
2012-11-15Remove trailing whitespaceMichael Ilseman2-75/+75
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands1-5/+6
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling1-1/+1