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-20
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-use
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-18
Compiler warning.
Andrew Trick
2011-07-18
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
indvars: Added verification that LFTR and other indvars goodness does
Andrew Trick
2011-07-18
indvars: Added isHighCostExpansion. Avoid generating extra ops in the
Andrew Trick
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-16
indvars: fix a pass-sensitivity issue that would hit the SCEVExpander
Andrew Trick
2011-07-16
indvars: remove ExprToIVMap because it won't be needed by LFTR.
Andrew Trick
2011-07-15
Disable loop idiom recognition of memset/memcpy if the function being compiled
Chad Rosier
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
start using the new helper methods a bit.
Chris Lattner
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
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
[prev]
[next]