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
2007-10-18
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-17
Reverting r43070 for now. It's causing llc test failures.
Evan Cheng
2007-10-17
Do not raise free() call that is called through invoke instruction.
Devang Patel
2007-10-17
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-16
Use immediate stores.
Devang Patel
2007-10-15
Achieve same result but use fewer lines of code.
Devang Patel
2007-10-12
Dest type is always i8 *. This allows some simplification.
Devang Patel
2007-10-12
Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll
Chris Lattner
2007-10-12
eliminate warning
Gabor Greif
2007-10-12
Fix some 80 column violations.
Chris Lattner
2007-10-11
Lower memcpy if it makes sense.
Devang Patel
2007-10-09
Do not walk invalid iterator.
Devang Patel
2007-10-05
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-03
Fix 80 col violation.
Devang Patel
2007-10-03
Refactor code in a separate method.
Devang Patel
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
Tone down an overzealous optimization.
Dale Johannesen
2007-10-03
Fix PR1719, by not marking llvm.global.annotations internal.
Tanya Lattner
2007-10-03
Fix PR1719, by not marking llvm.noinline internal.
Chris Lattner
2007-10-01
Fix stride computations for long double arrays.
Dale Johannesen
2007-10-01
Relax unsafe use check. If there is one unconditional use inside the loop the...
Devang Patel
2007-09-28
minor long double related changes
Dale Johannesen
2007-09-28
Don't do SRA for unions with long double fields.
Dale Johannesen
2007-09-25
Handle multiple induction variables.
Devang Patel
2007-09-25
Do not reserve DOM check for GetElementPtrInst.
Devang Patel
2007-09-25
doh..
Devang Patel
2007-09-25
Add transformation to update loop interation space. Now,
Devang Patel
2007-09-24
Do not promote null values because it may be unsafe to do so.
Devang Patel
2007-09-24
explicit keywords.
Dan Gohman
2007-09-21
Fix PR1692
Devang Patel
2007-09-21
Add partial caching of non-local memory dependence queries. This provides a ...
Owen Anderson
2007-09-20
Update aux. info associated with an instruction before erasing instruction.
Devang Patel
2007-09-20
Don't increment invalid iterator.
Devang Patel
2007-09-20
Fix optimization. %x = sub %x, %y does not imply that %y is zero.
Nick Lewycky
2007-09-19
Avoid unsafe promotion.
Devang Patel
2007-09-19
Improve comment.
Duncan Sands
2007-09-19
A global variable with external weak linkage can be null, while
Duncan Sands
2007-09-19
Relax loop ExitCondition predicate restriction.
Devang Patel
2007-09-19
Filter loops where split condition's false branch is not empty. For example
Devang Patel
2007-09-19
Bail out early, before modifying anything.
Devang Patel
2007-09-19
Work is incomplete. Loop is not modified at all right now.
Devang Patel
2007-09-18
Fix PR1657
Devang Patel
2007-09-17
Do not eliminate loop when it is invalid to do so. For example,
Devang Patel
2007-09-17
Skeleton for transformations to truncate loop's iteration space.
Devang Patel
2007-09-17
Fix comment.
Devang Patel
2007-09-17
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
Instcombine x-((x/y)*y) into a remainder operator.
Dan Gohman
2007-09-17
Factor the trampoline transformation into a subroutine.
Duncan Sands
[next]