aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Use proper type for the index.Bill Wendling2013-01-281-7/+7
* Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling2013-01-281-6/+14
* Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling2013-01-281-6/+8
* Remove a use of AttributeWithIndex.Bill Wendling2013-01-282-13/+33
* Improve the debug output a bit.Bill Wendling2013-01-271-2/+7
* Use proper return type for attribute index.Bill Wendling2013-01-271-1/+1
* Use proper return type for attribute index.Bill Wendling2013-01-271-1/+1
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-272-9/+25
* Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling2013-01-271-0/+11
* Privitize some the copy c'tor and assignment operator of uniquified objects.Bill Wendling2013-01-271-0/+8
* Add some helpful comments.Bill Wendling2013-01-271-6/+15
* s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling2013-01-271-23/+23
* Start using more of the AttrNode in the AttributeSetImpl class.Bill Wendling2013-01-272-10/+11
* In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...Bill Wendling2013-01-272-8/+42
* Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling2013-01-271-2/+5
* Remove dead methods.Bill Wendling2013-01-271-16/+2
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-261-2/+8
* Remove dead method.Bill Wendling2013-01-251-8/+0
* Remove some introspection functions.Bill Wendling2013-01-253-59/+89
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-251-2/+2
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-253-12/+22
* Fix MSVC 2012 warning about a 32-bit shift that should be 64-bitReid Kleckner2013-01-251-2/+2
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-251-2/+2
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-242-6/+14
* Cleanup the AttributeSetNodes that we create.Bill Wendling2013-01-241-0/+7
* Create a new class: AttributeSetNode.Bill Wendling2013-01-243-1/+107
* Push down the conversion of the alignment from the bit mask to a real number ...Bill Wendling2013-01-231-4/+6
* Remove dead methods.Bill Wendling2013-01-232-23/+0
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-0/+3
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-233-17/+23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-234-12/+33
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-231-7/+14
* More encapsulation work.Bill Wendling2013-01-224-37/+36
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-222-5/+6
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-221-8/+3
* Add the attributes that are passed in instead of the ones we're merging into.Bill Wendling2013-01-221-2/+2
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-211-53/+52
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-12/+23
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-212-0/+22
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-191-1/+2
* If the attributes don't exist, just bail for now.Bill Wendling2013-01-181-1/+1
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-182-7/+11
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-182-31/+70
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-13/+33
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-161-3/+4
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-162-3/+31
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-151-7/+35
* Allow vectors in CreatePointerCast.Evgeniy Stepanov2013-01-151-3/+3
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-151-0/+57
* Fix CastingDavid Greene2013-01-141-1/+1