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
Age
Commit message (
Expand
)
Author
2012-10-04
Query for attributes via the correct method call.
Bill Wendling
2012-10-04
[tsan] add 3 internal flags for fine-grain control of what is instrumented an...
Kostya Serebryany
2012-10-03
Fix PR13967.
Jakub Staszak
2012-10-03
This Patch corrects a problem whereby the optimization to use a faster divide
Preston Gurd
2012-10-03
tsan: prepare for migration to new memory_order enum values (ABI compatible)
Dmitry Vyukov
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-02
Turn the new SROA pass back on. Let's see if it sticks this time. =]
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
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
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
2012-09-30
SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches)...
Benjamin Kramer
2012-09-30
ArgumentPromotion: Remove ancient workaround for a bug in the C backend.
Benjamin Kramer
2012-09-29
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-28
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-27
Fix a integer overflow in SimplifyCFG's look up table formation logic.
Benjamin Kramer
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-26
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
Address Duncan's comments on r164682:
Hans Wennborg
2012-09-26
Analogous fix to memset and memcpy rewriting. Don't have a test case
Chandler Carruth
2012-09-26
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
Teach all of the loads, stores, memsets and memcpys created by the
Chandler Carruth
2012-09-26
SimplifyCFG: Make the switch-to-lookup table transformation store the
Hans Wennborg
2012-09-26
SimplifyCFG: Refactor the switch-to-lookup table transformation by
Hans Wennborg
2012-09-26
Revert the business end of r164636 and try again. I'll come in again. ;]
Chandler Carruth
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Don't drop the alignment on a memcpy intrinsic when producing a store. This is
Nick Lewycky
2012-09-25
Revert the business end of r164634, and replace it with a different fix. The
Nick Lewycky
2012-09-25
Don't try to promote the same alloca twice. Fixes PR13916!
Nick Lewycky
2012-09-25
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-25
Fix a crash in SROA. This was reported independently by Takumi and
Chandler Carruth
[prev]
[next]