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
/
include
/
llvm
/
IR
/
Attributes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-26
1
-1
/
+1
*
Remove dead method.
Bill Wendling
2013-01-25
1
-4
/
+0
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-14
/
+26
*
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
1
-0
/
+3
*
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
1
-1
/
+3
*
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-24
1
-0
/
+5
*
Remove dead methods.
Bill Wendling
2013-01-23
1
-6
/
+0
*
Remove unused methods and ivars.
Bill Wendling
2013-01-23
1
-11
/
+0
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+2
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-3
/
+3
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-2
/
+14
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-4
/
+9
*
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
1
-2
/
+11
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-3
/
+1
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-34
/
+35
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-0
/
+4
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-3
/
+5
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
1
-3
/
+3
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
1
-106
/
+120
*
Switch the empty and tombstone key enumerators to not have explicit
Chandler Carruth
2013-01-05
1
-5
/
+4
*
IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...
NAKAMURA Takumi
2013-01-05
1
-3
/
+7
*
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
2013-01-05
1
-0
/
+16
*
Get rid of the 'Bits' mask in the attribute builder.
Bill Wendling
2013-01-04
1
-13
/
+40
*
General cleanups.
Bill Wendling
2013-01-04
1
-18
/
+17
*
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
1
-49
/
+25
*
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
1
-22
/
+46
*
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
1
-3
/
+3
*
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
1
-46
/
+22
*
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
1
-22
/
+46
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-0
/
+399