index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
Attributes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Make the type signature more strict.
Bill Wendling
2013-01-03
1
-2
/
+2
*
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
1
-1
/
+20
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+602
[prev]