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
/
AttributeImpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a use of AttributeWithIndex.
Bill Wendling
2013-01-28
1
-2
/
+18
*
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
-0
/
+3
*
Privitize some the copy c'tor and assignment operator of uniquified objects.
Bill Wendling
2013-01-27
1
-0
/
+8
*
Add some helpful comments.
Bill Wendling
2013-01-27
1
-6
/
+15
*
Start using more of the AttrNode in the AttributeSetImpl class.
Bill Wendling
2013-01-27
1
-5
/
+4
*
In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...
Bill Wendling
2013-01-27
1
-4
/
+2
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-0
/
+6
*
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
1
-0
/
+4
*
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
1
-1
/
+14
*
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-24
1
-1
/
+34
*
Remove dead methods.
Bill Wendling
2013-01-23
1
-3
/
+0
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-0
/
+2
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
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
-6
/
+1
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
1
-3
/
+1
*
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
2013-01-05
1
-0
/
+4
*
General cleanups.
Bill Wendling
2013-01-04
1
-27
/
+20
*
Revert everything to r171366 to try to fix the build.
Bill Wendling
2013-01-03
1
-2
/
+2
*
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
1
-4
/
+15
*
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
1
-15
/
+4
*
Make the type signature more strict.
Bill Wendling
2013-01-03
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+113