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
/
Transforms
Age
Commit message (
Expand
)
Author
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
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...
Benjamin Kramer
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-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
Use method to query for attributes.
Bill Wendling
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
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
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
[prev]
[next]