index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
Revert r167759. Ben is right this isn't likely to help much.
Evan Cheng
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-12
Cache size of PassVector to speed up getNumContainedPasses().
Evan Cheng
2012-11-02
Include all the fields so we can correctly emit DW_TAG_structure_type for C++...
David Blaikie
2012-11-02
Enable the assertion in getIntPtrType (I've audited all users of this method and
Duncan Sands
2012-11-01
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
Teach Type::getPointerAddressSpace to look through pointer vectors
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-30
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
Add a helper for telling whether a type is a pointer or vector of pointer type.
Duncan Sands
2012-10-30
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-29
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
Duncan Sands
2012-10-26
Lowercase the argument for TargetTransformInfo so it's consistent with all ot...
Benjamin Kramer
2012-10-26
Don't explicitly require RTTI and EH.
Joerg Sonnenberger
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-23
Add a comment which explains why the assert fired and how to fix it.
Nadav Rotem
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
[next]