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
2011-05-18
When forming an ICmpZero LSRUse, normalize the non-IV operand
Dan Gohman
2011-05-18
Spread use of IRBuilder even more.
Devang Patel
2011-05-18
Use IRBuilder while simplifying switch instruction.
Devang Patel
2011-05-18
Use IRBuilder while simplifying unwind.
Devang Patel
2011-05-18
More instcombine cleanup aimed towards improving debug line info.
Eli Friedman
2011-05-18
Use IRBuilder while simplifying terminator.
Devang Patel
2011-05-18
Use IRBuilder while simplifying unconditional branch.
Devang Patel
2011-05-18
Use IRBuilder while folding two entry PHINode.
Devang Patel
2011-05-18
Switch more inst insertion in instcombine to IRBuilder.
Eli Friedman
2011-05-18
Set up IRBuilder for use during simplification.
Devang Patel
2011-05-18
Switch more inst insertion in instcombine to IRBuilder.
Eli Friedman
2011-05-18
fix typo
Matt Beaumont-Gay
2011-05-18
Switch inst insertion in instcombine transform to IRBuilder.
Eli Friedman
2011-05-18
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-18
Fix inelegant initialization.
Stuart Hastings
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-18
Start trying to make InstCombine preserve more debug info. The idea here is ...
Eli Friedman
2011-05-18
Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in in...
Eli Friedman
2011-05-17
Preseve line numbers while simplifying CFG.
Devang Patel
2011-05-17
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
Bill Wendling
2011-05-17
X86 pmovsx/pmovzx ignore the upper half of their inputs.
Stuart Hastings
2011-05-17
Preserve line number information.
Devang Patel
2011-05-17
Set debug loc for new load instruction.
Devang Patel
2011-05-17
Preserve line number information.
Devang Patel
2011-05-16
There is no need to force DebugLoc on a PHI at this point.
Devang Patel
2011-05-16
Preserve debug info for unused zero extended boolean argument.
Devang Patel
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-14
SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions.
Benjamin Kramer
2011-05-14
Avoid combining GEPs that might overflow at runtime.
Stuart Hastings
2011-05-13
Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a
Julien Lerouge
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-10
Preserve line number information.
Devang Patel
2011-05-06
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-05
The computation of string length is not that complicated. Fix it, again. :)
Nick Lewycky
2011-05-05
PR9838: Fix transform introduced in r127064 to not trigger when only one side...
Eli Friedman
2011-05-05
Update the gcov version used slightly, to make it stop causing modern gcov's to
Nick Lewycky
2011-05-05
Remove dead function.
Nick Lewycky
2011-05-05
When the path wasn't emitted by the frontend, discard any path on the source
Nick Lewycky
2011-05-04
Set debug loc for new instructions.
Devang Patel
2011-05-04
Set debug location for new PHI nodes created in exit block.
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
Emit gcov data files to the directory specified in the metadata produced by the
Nick Lewycky
2011-05-04
indvars: Added DisableIVRewrite and WidenIVs.
Andrew Trick
2011-05-03
indvars: Added canExpandBackEdgeTakenCount.
Andrew Trick
2011-05-03
Remove unused variables caught by GCC's -Wunused-but-set-variable.
Benjamin Kramer
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
[prev]
[next]