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
*
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
2
-13
/
+33
*
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
*
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
2
-9
/
+25
*
Add special 'get' methods to create an Attribute with an alignment. Also do s...
Bill Wendling
2013-01-27
1
-0
/
+11
*
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
*
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
2
-10
/
+11
*
In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...
Bill Wendling
2013-01-27
2
-8
/
+42
*
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
3
-59
/
+89
*
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
3
-12
/
+22
*
Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit
Reid Kleckner
2013-01-25
1
-2
/
+2
*
Use the AttributeSet query instead of the Attribute query.
Bill Wendling
2013-01-25
1
-2
/
+2
*
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
2
-6
/
+14
*
Cleanup the AttributeSetNodes that we create.
Bill Wendling
2013-01-24
1
-0
/
+7
*
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-24
3
-1
/
+107
*
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
2
-23
/
+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
3
-17
/
+23
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
4
-12
/
+33
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
1
-7
/
+14
*
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
[next]