index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
Age
Commit message (
Expand
)
Author
2013-01-27
Use proper return type for attribute index.
Bill Wendling
2013-01-27
Push the calculation of the 'Raw' attribute mask down into the implementation...
Bill Wendling
2013-01-27
Add special 'get' methods to create an Attribute with an alignment. Also do s...
Bill Wendling
2013-01-27
Privitize some the copy c'tor and assignment operator of uniquified objects.
Bill Wendling
2013-01-27
Add some helpful comments.
Bill Wendling
2013-01-27
s/AttrList/pImpl/g in AttributeSet. No functionality change.
Bill Wendling
2013-01-27
Start using more of the AttrNode in the AttributeSetImpl class.
Bill Wendling
2013-01-27
In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...
Bill Wendling
2013-01-27
Fix miscompile. Add back the use of the ArrayRef version of the ::get method.
Bill Wendling
2013-01-27
Remove dead methods.
Bill Wendling
2013-01-26
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-25
Remove dead method.
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit
Reid Kleckner
2013-01-25
Use the AttributeSet query instead of the Attribute query.
Bill Wendling
2013-01-24
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
Cleanup the AttributeSetNodes that we create.
Bill Wendling
2013-01-24
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-23
Push down the conversion of the alignment from the bit mask to a real number ...
Bill Wendling
2013-01-23
Remove dead methods.
Bill Wendling
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-22
More encapsulation work.
Bill Wendling
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
Add the attributes that are passed in instead of the ones we're merging into.
Bill Wendling
2013-01-21
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-19
Fix a latent bug exposed by recent static member debug info changes.
David Blaikie
2013-01-18
If the attributes don't exist, just bail for now.
Bill Wendling
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-16
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
Allow vectors in CreatePointerCast of constants.
Evgeniy Stepanov
2013-01-16
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-15
[IR] Add verification for module flags with the "require" behavior.
Daniel Dunbar
2013-01-15
Allow vectors in CreatePointerCast.
Evgeniy Stepanov
2013-01-15
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-14
Fix Casting
David Greene
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-10
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
Add comment to the definition of Constant::isZeroValue().
Shuxin Yang
2013-01-09
Forgot the namespace identifier.
Bill Wendling
[prev]
[next]