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-02-03
Tidy up. Trailing whitespace.
Jim Grosbach
2012-02-03
Restrict InstCombine from converting varargs to or from fixed args.
Jim Grosbach
2012-02-03
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-02
BBVectorize: Simplify code, no functionality change.
Benjamin Kramer
2012-02-02
Minor changes from review.
Hal Finkel
2012-02-02
Vectorize long blocks in groups.
Hal Finkel
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...
NAKAMURA Takumi
2012-02-01
A few of the changes suggested in code review (by Nick Lewycky)
Hal Finkel
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
Disable InstCombine unsafe folding bitcasts of calls w/ varargs.
Jim Grosbach
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 "string" form of ConstantArray::get, using
Chris Lattner
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-31
enhance logic to support ConstantDataArray.
Chris Lattner
2012-01-31
s/getInnerUnwindDest/getInnerResumeDest/g
Bill Wendling
2012-01-31
Remove ivar which is identical to another ivar.
Bill Wendling
2012-01-31
Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.
Bill Wendling
2012-01-31
Remove more dead functions.
Bill Wendling
2012-01-31
s/getInnerUnwindDestNewEH/getInnerUnwindDest/g
Bill Wendling
2012-01-31
Remove some unused, old-EH methods.
Bill Wendling
2012-01-31
Get rid of references to dead intrinsics.
Bill Wendling
2012-01-31
Formatting cleanups. No functionality change.
Bill Wendling
2012-01-31
Remove no-longer-useful dyn_casts and pals.
Bill Wendling
2012-01-30
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
Typo.
Chad Rosier
2012-01-30
Typo.
Chad Rosier
2012-01-30
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-28
Fix typo.
Nick Lewycky
2012-01-28
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-27
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-26
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
some general cleanup, using new methods and tidying up old code.
Chris Lattner
2012-01-25
Gracefully degrade precision in branch probability numbers.
Nick Lewycky
2012-01-25
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-24
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-24
basic instcombine support for CDS.
Chris Lattner
2012-01-23
Implemented AddressSanitizer::getPassName()
Alexander Potapenko
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-19
Actually, this code handles wrapped sets just fine. Noticed by inspection.
Nick Lewycky
2012-01-18
Add a depth limit to avoid runaway recursion.
Dan Gohman
[prev]
[next]