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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More encapsulation work.
Bill Wendling
2013-01-22
4
-37
/
+36
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
2
-5
/
+6
*
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
*
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-21
1
-53
/
+52
*
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
2
-0
/
+22
*
Fix a latent bug exposed by recent static member debug info changes.
David Blaikie
2013-01-19
1
-1
/
+2
*
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
2
-7
/
+11
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
2
-31
/
+70
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
1
-13
/
+33
*
Allow vectors in CreatePointerCast of constants.
Evgeniy Stepanov
2013-01-16
1
-3
/
+4
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
2
-3
/
+31
*
[IR] Add verification for module flags with the "require" behavior.
Daniel Dunbar
2013-01-15
1
-7
/
+35
*
Allow vectors in CreatePointerCast.
Evgeniy Stepanov
2013-01-15
1
-3
/
+3
*
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-15
1
-0
/
+57
*
Fix Casting
David Greene
2013-01-14
1
-1
/
+1
*
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
2
-17
/
+23
*
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
1
-0
/
+5
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
3
-21
/
+24
*
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
1
-2
/
+1
*
Add comment to the definition of Constant::isZeroValue().
Shuxin Yang
2013-01-09
1
-0
/
+2
*
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
2
-6
/
+9
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
2
-3
/
+15
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
2
-5
/
+7
*
Fix comment.
Eric Christopher
2013-01-08
1
-1
/
+2
*
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-08
1
-0
/
+3
*
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-08
1
-1
/
+0
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
2
-2
/
+2
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
2
-3
/
+21
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
2
-0
/
+20
*
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
1
-1
/
+0
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
2
-271
/
+0
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-44
/
+51
*
Include access modifiers in subprogram metadata IR comment.
David Blaikie
2013-01-05
1
-0
/
+5
*
Attribute: Make hashes match when looking up AttributeImpls.
Benjamin Kramer
2013-01-05
1
-1
/
+2
*
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
2
-15
/
+248
*
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
2
-6
/
+50
*
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
2
-51
/
+43
*
Remove unused #include
Eli Bendersky
2013-01-04
1
-1
/
+0
*
Revert everything to r171366 to try to fix the build.
Bill Wendling
2013-01-03
2
-24
/
+5
*
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
2
-19
/
+20
*
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
2
-20
/
+19
*
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
1
-20
/
+1
[next]