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
/
Scalar
Age
Commit message (
Expand
)
Author
2011-05-21
PR7952: Make isa<> use the same logic as cast<>, so that they both work
Eli Friedman
2011-05-20
indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.
Andrew Trick
2011-05-20
indvars: minor cleanup in preparation for sign/zero extend elimination.
Andrew Trick
2011-05-18
When forming an ICmpZero LSRUse, normalize the non-IV operand
Dan Gohman
2011-05-18
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-17
Preserve line number information.
Devang Patel
2011-05-17
Set debug loc for new load instruction.
Devang Patel
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-13
Convert SimplifyIVUsers into a worklist instead of a single pass over
Andrew Trick
2011-05-12
indvars: Added SimplifyIVUsers.
Andrew Trick
2011-05-06
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-04
Set debug loc for new instructions.
Devang Patel
2011-05-04
Preserve line number information while threading jumps.
Devang Patel
2011-05-04
Preserve line number info.
Devang Patel
2011-05-04
preserve line number info.
Devang Patel
2011-05-04
indvars: Added DisableIVRewrite and WidenIVs.
Andrew Trick
2011-05-03
indvars: Added canExpandBackEdgeTakenCount.
Andrew Trick
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-05-01
enhance memcpyopt to obey -fno-builtin and friends. This addresses a
Chris Lattner
2011-04-29
Preserve line number information.
Devang Patel
2011-04-28
Preserve line number information.
Devang Patel
2011-04-28
improve comment.
Chris Lattner
2011-04-28
Do not lose line number info while eliminating tail call.
Devang Patel
2011-04-28
final step needed to resolve PR6627, which allows us to flatten the code down to
Chris Lattner
2011-04-28
code cleanups only.
Chris Lattner
2011-04-28
Reapply r130340: Fix for PR9730.
Andrew Trick
2011-04-28
centralize "marking for deletion" into a helper function. Pass GVN around to
Chris Lattner
2011-04-28
Promote toErase to be an ivar of the GVN class.
Chris Lattner
2011-04-28
teach GVN to widen integer loads when they are overaligned, when doing an
Chris Lattner
2011-04-28
Reverting r130340 in the unlikely event that it's responsible for a llvm-gcc ...
Andrew Trick
2011-04-27
Fixes PR9730: indvars: An asserting value handle still pointed to this value
Andrew Trick
2011-04-27
Simplify cfg inserts a call to trap when unreachable code is detected. Assign...
Devang Patel
2011-04-26
Improve the bail-out predicate to really only kick in when phi
Chris Lattner
2011-04-26
Enhance MemDep: When alias analysis returns a partial alias result,
Chris Lattner
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-20
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
2011-04-20
The bitcast case here is actually handled uniformly earlier in the function, so
Cameron Zwarich
2011-04-20
Cleanup some code to better use an early return style in preparation for adding
Cameron Zwarich
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Fix an infinite alternation in JumpThreading where two transforms would repea...
Owen Anderson
2011-04-14
Cleanup r129509 based on comments by Chris
Mon P Wang
2011-04-14
Cleanup r129472 by using a utility routine as suggested by Eli.
Mon P Wang
2011-04-14
fix a couple -Wsign-compare warnings.
Chris Lattner
2011-04-13
Vectors with different number of elements of the same element type can have
Mon P Wang
2011-04-13
Fixed the revision 129449.
Junjie Gu
2011-04-13
Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...
Junjie Gu
2011-04-13
Add the alias analysis to the C api.
Rafael Espindola
2011-04-13
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
[prev]
[next]