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
2012-02-28
Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...
Pete Cooper
2012-02-28
DSE: Shorten memset when a later store overwrites the start of it
Pete Cooper
2012-02-27
Micro-optimization, no functionality change.
Duncan Sands
2012-02-27
The value numbering function is recursive, so it is possible for multiple new
Duncan Sands
2012-02-27
When performing a conditional branch depending on the value of a comparison
Duncan Sands
2012-02-24
Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.
Duncan Sands
2012-02-23
Reflow code, no functionality change.
Benjamin Kramer
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-17
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-16
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-14
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
whitespace
Andrew Trick
2012-02-13
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-08
Use Use::set rather than finding the operand number of the use
Duncan Sands
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
Neaten up this method. Check that if there is only one
Duncan Sands
2012-02-05
Fix a thinko pointed out by Eli and the buildbots.
Duncan Sands
2012-02-05
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
Reduce the number of non-trivial domtree queries by about 1% when
Duncan Sands
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
bz11794 : EarlyCSE stack overflow on long functions.
Lenny Maiorani
2012-01-31
Increase the initial vector size to be equivalent to the size of the Deps
Bill Wendling
2012-01-31
Cache the size of the vector instead of calling .size() all over the place.
Bill Wendling
2012-01-31
eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...
Chris Lattner
2012-01-31
start moving SimplifyLibcalls over to getConstantStringInfo, which is
Chris Lattner
2012-01-30
Typo.
Chad Rosier
2012-01-30
Typo.
Chad Rosier
2012-01-28
Fix typo.
Nick Lewycky
2012-01-26
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-25
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-19
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-18
Add a depth limit to avoid runaway recursion.
Dan Gohman
2012-01-18
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-17
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-16
Fixed comment in loop-unswitch.
Stepan Dyatkovskiy
2012-01-15
Cosmetic patch for r148215.
Stepan Dyatkovskiy
2012-01-15
Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...
Stepan Dyatkovskiy
2012-01-14
Fix an unused variable warning that Chad noticed.
Dan Gohman
2012-01-13
Speculatively revert r148132+r148133 to try and fix a buildbot failure.
Eli Friedman
2012-01-13
Cosmetic patch for r148132.
Stepan Dyatkovskiy
[next]