aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+6
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+18
* Patch provide by Tom Roeder!Joe Abbey2013-09-121-6/+15
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-11/+16
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-0/+3
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-261-2/+130
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-1/+1
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+1
* Have the bitcode writer and reader handle the new attribute references.Bill Wendling2013-02-121-0/+8
* Use a std::map so that we record the group ID.Bill Wendling2013-02-111-6/+7
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-1/+1
* Add support in the bitcode reader to read the attribute groups.Bill Wendling2013-02-101-0/+78
* Code Custodian (trivial whitespace cleanup)Joe Abbey2013-02-061-28/+28
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-051-1/+5
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-041-3/+23
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-291-9/+4
* Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling2013-01-271-3/+2
* Remove some introspection functions.Bill Wendling2013-01-251-1/+1
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-6/+12
* trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner2013-01-201-1/+1
* convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner2013-01-201-238/+200
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-191-1/+1
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-191-4/+0
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-301-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-3/+3
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-091-10/+10
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-091-5/+5
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+8
* Remove the dependent libraries feature.Bill Wendling2012-11-271-7/+0
* Code pretificationJoe Abbey2012-11-271-8/+8
* Fast-math flags for the bitcodeMichael Ilseman2012-11-271-0/+15
* Code Custodian:Joe Abbey2012-11-251-2/+2
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-1/+1
* 80 colsJoe Abbey2012-11-191-6/+9
* Remove trailing whitespaceMichael Ilseman2012-11-151-36/+36
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-1/+1
* Attributes RewriteBill Wendling2012-10-151-3/+4
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-37/+49
* Use method to query if there are attributes.Bill Wendling2012-10-041-1/+1
* Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...Bill Wendling2012-09-251-1/+1
* BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2012-09-211-6/+22
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-1/+1
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-1/+1
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-051-3/+4
* Add a FIXME that assumes we maintain backward compatibility until the next ma...Chad Rosier2012-09-051-0/+1