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
/
VMCore
Age
Commit message (
Expand
)
Author
2012-10-22
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-21
DataLayout should use itself when calculating the size of a vector.
Hal Finkel
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Revert r166157 because some tests fail...
Bill Wendling
2012-10-17
Check that the operand of the GEP is not the GEP itself. This occurred during...
Bill Wendling
2012-10-16
Cleanup whitespace.
Bill Wendling
2012-10-16
Cleanup whitespace.
Bill Wendling
2012-10-16
Have AttributesImpl defriend the Attributes class.
Bill Wendling
2012-10-16
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
Put simple c'tors inline.
Bill Wendling
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Use a ::get method to create the attribute from Attributes::AttrVals instead ...
Bill Wendling
2012-10-15
Move the AttributesImpl header file into the VMCore directory so that it can ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Remove dead methods.
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Fix use after free when deleting attributes in a chained folding set.
Benjamin Kramer
2012-10-14
Don't use the new syntax just yet.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise OR operator from the Attributes class. Replace it with the...
Bill Wendling
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-11
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Revert r165547 to fix build.
Bill Wendling
2012-10-09
Use a single location for calculating the alignments.
Bill Wendling
2012-10-09
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove some dead methods.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
[prev]
[next]