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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
1
-3
/
+3
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
2
-6
/
+11
*
Add a helper for telling whether a type is a pointer or vector of pointer type.
Duncan Sands
2012-10-30
1
-24
/
+6
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-17
/
+3
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-6
/
+10
*
Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
Duncan Sands
2012-10-29
1
-14
/
+2
*
Lowercase the argument for TargetTransformInfo so it's consistent with all ot...
Benjamin Kramer
2012-10-26
1
-1
/
+1
*
Don't explicitly require RTTI and EH.
Joerg Sonnenberger
2012-10-26
2
-3
/
+0
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-0
/
+8
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
3
-25
/
+2
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
3
-2
/
+25
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
3
-3
/
+38
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
2
-0
/
+2
*
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-24
1
-0
/
+9
*
Add a comment which explains why the assert fired and how to fix it.
Nadav Rotem
2012-10-23
1
-0
/
+4
*
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-22
1
-2
/
+5
*
DataLayout should use itself when calculating the size of a vector.
Hal Finkel
2012-10-21
1
-2
/
+4
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-0
/
+28
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-28
/
+0
*
Revert r166157 because some tests fail...
Bill Wendling
2012-10-17
1
-3
/
+1
*
Check that the operand of the GEP is not the GEP itself. This occurred during...
Bill Wendling
2012-10-17
1
-1
/
+3
*
Cleanup whitespace.
Bill Wendling
2012-10-16
1
-1
/
+2
*
Cleanup whitespace.
Bill Wendling
2012-10-16
1
-37
/
+35
*
Have AttributesImpl defriend the Attributes class.
Bill Wendling
2012-10-16
2
-3
/
+3
*
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
1
-3
/
+3
*
Put simple c'tors inline.
Bill Wendling
2012-10-16
1
-6
/
+1
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
3
-35
/
+73
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
2
-6
/
+8
*
Use a ::get method to create the attribute from Attributes::AttrVals instead ...
Bill Wendling
2012-10-15
1
-8
/
+7
*
Move the AttributesImpl header file into the VMCore directory so that it can ...
Bill Wendling
2012-10-15
3
-1
/
+57
*
Attributes Rewrite
Bill Wendling
2012-10-15
5
-32
/
+43
*
Remove dead methods.
Bill Wendling
2012-10-14
1
-8
/
+0
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-2
/
+2
*
Fix use after free when deleting attributes in a chained folding set.
Benjamin Kramer
2012-10-14
1
-3
/
+5
*
Don't use the new syntax just yet.
Bill Wendling
2012-10-14
1
-2
/
+2
*
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
2
-11
/
+4
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
4
-12
/
+13
*
Remove the bitwise OR operator from the Attributes class. Replace it with the...
Bill Wendling
2012-10-14
1
-7
/
+9
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-3
/
+0
*
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
4
-13
/
+16
*
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
1
-0
/
+5
*
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-14
2
-9
/
+12
*
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
1
-1
/
+1
*
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
1
-0
/
+3
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-0
/
+28
*
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
2
-0
/
+3
*
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
2
-3
/
+0
*
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
1
-2
/
+0
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-3
/
+14
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
1
-92
/
+6
[prev]
[next]