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
2012-04-05
Pass the right sign to TLI->isLegalICmpImmediate.
Jakob Stoklund Olesen
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
LoopUnrollPass: Use variable "Threshold" instead of "CurrentThreshold" when
Hongbin Zheng
2012-04-02
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
Fast fix for PR12343:
Stepan Dyatkovskiy
2012-04-01
Belatedly address some code review from Chris.
Chandler Carruth
2012-04-01
Fix a pretty scary bug I introduced into the always inliner with
Chandler Carruth
2012-03-31
Give the always-inliner its own custom filter. It shouldn't have to pay
Chandler Carruth
2012-03-31
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...
Benjamin Kramer
2012-03-31
Correctly vectorize powi.
Hal Finkel
2012-03-29
Don't PRE compares.
Jakob Stoklund Olesen
2012-03-28
GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...
Benjamin Kramer
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-28
Fix 80-column violation.
Chad Rosier
2012-03-27
Make a seemingly tiny change to the inliner and fix the generated code
Chandler Carruth
2012-03-26
153465 was incorrect. In this code we wanted to check that the pointer operan...
Nadav Rotem
2012-03-26
PR12357: The pointer was used before it was checked.
Nadav Rotem
2012-03-26
LSR ivchain bug fix: corner case with ConstantExpr.
Andrew Trick
2012-03-26
comment typo
Andrew Trick
2012-03-26
eliminate an unneeded branch, part of PR12357
Chris Lattner
2012-03-26
Tidy.
Eric Christopher
2012-03-26
Tidy.
Eric Christopher
2012-03-26
LSR cleanup: potential bug caught by PVS-Studio.
Andrew Trick
2012-03-26
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...
Kostya Serebryany
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-25
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-24
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
Fix the MSVC build.
Francois Pichet
2012-03-24
More IndVarSimplify cleanup.
Andrew Trick
2012-03-23
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it
Dan Gohman
2012-03-23
It's not possible to insert code immediately after an invoke in the
Dan Gohman
2012-03-23
When propagating equalities, eg replacing A with B in every basic block
Duncan Sands
2012-03-23
Indentation.
Duncan Sands
2012-03-22
Remove -enable-lsr-retry in time for 3.1.
Andrew Trick
2012-03-22
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-22
Refactor the code for visiting instructions out into helper functions.
Dan Gohman
2012-03-22
Remove unused simplifyIVUsers
Andrew Trick
2012-03-22
Remove -enable-iv-rewrite, which has been unsupported since 3.0.
Andrew Trick
2012-03-22
don't use "signed", just something I noticed in patches flying by.
Chris Lattner
2012-03-21
[asan] fix one more bug related to long double
Kostya Serebryany
2012-03-20
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
whitespace
Andrew Trick
2012-03-19
[asan] don't emit __asan_mapping_offset/__asan_mapping_scale by default -- th...
Kostya Serebryany
[prev]
[next]