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
/
Transforms
/
Scalar
Age
Commit message (
Expand
)
Author
2012-10-15
Follow-up fix to r165928: handle memset rewriting for widened integers,
Chandler Carruth
2012-10-15
First major step toward addressing PR14059. This teaches SROA to handle
Chandler Carruth
2012-10-15
Hoist the canConvertValue predicate and the convertValue transform out
Chandler Carruth
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-14
Unquadratize SetVector removal loops in DSE.
Benjamin Kramer
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-13
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-13
Speculatively harden the conversion logic. I have no idea if this will
Chandler Carruth
2012-10-13
Silence a warning in -assert builds.
Chandler Carruth
2012-10-13
Clean up how we rewrite loads and stores to the whole alloca. When these
Chandler Carruth
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-09
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...
Michael Ilseman
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
Fix. Apply the no capture attribute to the correct parameter.
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
SROA.cpp: Fix a warning, [-Wunused-variable]
NAKAMURA Takumi
2012-10-05
Move this test a bit later, after the point at which we know that we either
Duncan Sands
2012-10-05
Teach the new SROA a new trick. Now we zap any memcpy or memmoves which
Chandler Carruth
2012-10-05
Lift the speculation visitor above all the helpers that are targeted at
Chandler Carruth
2012-10-04
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
Add a comment to the commit r165187.
Jakub Staszak
2012-10-04
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-10-03
Fix PR13967.
Jakub Staszak
2012-10-03
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-03
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Fix another crasher in SROA, reported by Joel.
Chandler Carruth
2012-10-02
Fix a silly coding error on my part. The whole point of the speculator
Chandler Carruth
2012-10-01
Make this plural. Spotted by Duncan in review (and a very old typo, this
Chandler Carruth
2012-10-01
Prune some unnecessary includes.
Chandler Carruth
2012-10-01
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
Factor the PHI and select speculation into a separate rewriter. This
Chandler Carruth
2012-10-01
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
[prev]
[next]