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-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
indvars: Code reorganization in preparation for
Andrew Trick
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-09
Added recognition for signed add/sub/mul with overflow intrinsics to GVN as p...
Lang Hames
2011-07-08
Make GVN look through extractvalues for recognised intrinsics. GVN can then C...
Lang Hames
2011-07-07
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
Devang Patel
2011-07-06
Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...
Devang Patel
2011-07-06
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more
Andrew Trick
2011-07-06
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-06
LICM: Remove trailing white spaces
Tobias Grosser
2011-07-06
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-05
Preserve debug loc.
Devang Patel
2011-07-05
indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.
Andrew Trick
2011-07-02
indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.
Andrew Trick
2011-07-01
Fix likely typo, reduce number of instruction name collisions.
Nick Lewycky
2011-06-30
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
indvars -disable-iv-rewrite: handle an edge case involving identity phis.
Andrew Trick
2011-06-29
indvars -disable-iv-rewrite: insert new trunc instructions carefully.
Andrew Trick
2011-06-29
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-28
cleanup: misleading comment.
Andrew Trick
2011-06-28
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
whitespace
Andrew Trick
2011-06-28
indvars --disable-iv-rewrite: sever ties with IVUsers.
Andrew Trick
2011-06-28
indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEV
Andrew Trick
2011-06-27
indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers for
Andrew Trick
2011-06-27
Calculate GetBestDestForJumpOnUndef correctly.
Jakub Staszak
2011-06-27
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-23
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
Revert r133513:
Eric Christopher
2011-06-22
Set debug loc.
Devang Patel
2011-06-21
IVUsers no longer needs to record the phis.
Andrew Trick
2011-06-21
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks,
Jay Foad
2011-06-21
indvars -disable-iv-rewrite: Adds support for eliminating identity
Andrew Trick
2011-06-21
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-20
Completely short-circuit out ARC optimization if the ARC runtime
Dan Gohman
2011-06-20
Change how PHINodes store their operands.
Jay Foad
2011-06-20
Make better use of the PHINode API.
Jay Foad
2011-06-18
When scalar replacement returns a vector type, only accept it if the vector
Cameron Zwarich
2011-06-18
Fix an invalid bitcast crash that occurs when doing a partial memset of a vector
Cameron Zwarich
2011-06-18
Remove a pointless assignment. Nothing checks the value of VectorTy anymore now
Cameron Zwarich
2011-06-16
Fix ARCOpt to insert releases on both successors of an invoke rather
Dan Gohman
2011-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
Stop using memdep for a check that didn't really make sense with memdep. In t...
Eli Friedman
2011-06-15
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2011-06-14
Be more obvious about what is being tested.
Cameron Zwarich
2011-06-13
Fix grammar.
Cameron Zwarich
2011-06-13
Rename MergeInType to MergeInTypeForLoadOrStore.
Cameron Zwarich
[next]