index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
IR
/
Attributes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use proper type for the index.
Bill Wendling
2013-01-28
1
-7
/
+7
*
Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...
Bill Wendling
2013-01-28
1
-6
/
+14
*
Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...
Bill Wendling
2013-01-28
1
-6
/
+8
*
Remove a use of AttributeWithIndex.
Bill Wendling
2013-01-28
1
-11
/
+15
*
Improve the debug output a bit.
Bill Wendling
2013-01-27
1
-2
/
+7
*
Use proper return type for attribute index.
Bill Wendling
2013-01-27
1
-1
/
+1
*
Push the calculation of the 'Raw' attribute mask down into the implementation...
Bill Wendling
2013-01-27
1
-9
/
+22
*
Add special 'get' methods to create an Attribute with an alignment. Also do s...
Bill Wendling
2013-01-27
1
-0
/
+11
*
s/AttrList/pImpl/g in AttributeSet. No functionality change.
Bill Wendling
2013-01-27
1
-23
/
+23
*
Start using more of the AttrNode in the AttributeSetImpl class.
Bill Wendling
2013-01-27
1
-5
/
+7
*
In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...
Bill Wendling
2013-01-27
1
-4
/
+40
*
Fix miscompile. Add back the use of the ArrayRef version of the ::get method.
Bill Wendling
2013-01-27
1
-2
/
+5
*
Remove dead methods.
Bill Wendling
2013-01-27
1
-16
/
+2
*
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-26
1
-2
/
+8
*
Remove dead method.
Bill Wendling
2013-01-25
1
-8
/
+0
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-57
/
+81
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-2
/
+2
*
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
1
-0
/
+6
*
Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit
Reid Kleckner
2013-01-25
1
-2
/
+2
*
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
1
-5
/
+0
*
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-24
1
-0
/
+72
*
Push down the conversion of the alignment from the bit mask to a real number ...
Bill Wendling
2013-01-23
1
-4
/
+6
*
Remove dead methods.
Bill Wendling
2013-01-23
1
-20
/
+0
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+3
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-0
/
+13
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-0
/
+10
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-28
/
+17
*
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
1
-8
/
+3
*
Add the attributes that are passed in instead of the ones we're merging into.
Bill Wendling
2013-01-22
1
-2
/
+2
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-12
/
+23
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-0
/
+20
*
If the attributes don't exist, just bail for now.
Bill Wendling
2013-01-18
1
-1
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-0
/
+5
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-2
/
+21
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
1
-17
/
+20
*
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
1
-2
/
+1
*
Forgot the namespace identifier.
Bill Wendling
2013-01-09
1
-2
/
+2
*
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
2013-01-09
1
-0
/
+8
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
1
-0
/
+20
*
Attribute: Make hashes match when looking up AttributeImpls.
Benjamin Kramer
2013-01-05
1
-1
/
+2
*
Switch the empty and tombstone key enumerators to not have explicit
Chandler Carruth
2013-01-05
1
-3
/
+5
*
IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...
NAKAMURA Takumi
2013-01-05
1
-0
/
+2
*
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
2013-01-05
1
-6
/
+46
*
Get rid of the 'Bits' mask in the attribute builder.
Bill Wendling
2013-01-04
1
-26
/
+91
*
General cleanups.
Bill Wendling
2013-01-04
1
-24
/
+23
*
Revert everything to r171366 to try to fix the build.
Bill Wendling
2013-01-03
1
-22
/
+3
*
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
1
-15
/
+5
*
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
1
-1
/
+20
*
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
1
-5
/
+15
*
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
1
-20
/
+1
[next]