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
Age
Commit message (
Expand
)
Author
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
movsd and movq do not require 16-byte alignment. This fixes vec_set-5.ll on L...
Evan Cheng
2008-05-20
"The two generated files in the AsmParser.vcproj are pointing to the
Chris Lattner
2008-05-20
Clarify the testing documentation a bit and solve two HTML validator warnings.
Matthijs Kooijman
2008-05-20
More local spiller complexity!
Evan Cheng
2008-05-20
Don't spill dead def.
Evan Cheng
2008-05-20
Fix typo.
Matthijs Kooijman
2008-05-20
Teach instcombine 4 new xforms:
Chris Lattner
2008-05-20
fix two issues Neil noticed, thanks!
Chris Lattner
2008-05-20
Add a bool to isEdgeFeasible that tells it whether to treat unknown
Chris Lattner
2008-05-20
Fix ExecutionEngine's constant code to work properly when structs and arrays
Dan Gohman
2008-05-20
Refine the fix in r51169 to only apply when the operand val being
Dan Gohman
2008-05-20
runOnMachineFunction should set IsPIC because relocation model may have been ...
Evan Cheng
2008-05-20
Make AssociativeOpt static.
Dan Gohman
2008-05-20
Run vortex-bug as x86-64, which is what the original bug was triggered on.
Dan Gohman
2008-05-20
Silence a warning about "*/" outside a comment.
Steve Naroff
2008-05-19
Do not erase induction variable increment if it is used outside the loop.
Devang Patel
2008-05-19
Add a ComputeNumSignBits function for use by instcombine, based on the
Dan Gohman
2008-05-19
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-05-19
switch to Type::getFPMantissaWidth instead of reinventing it.
Chris Lattner
2008-05-19
add a helper method.
Chris Lattner
2008-05-19
minor cleanups, teach instcombine that sitofp/uitofp cannot
Chris Lattner
2008-05-19
convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa
Chris Lattner
2008-05-19
Fold FP comparisons where one operand is converted from an integer
Chris Lattner
2008-05-19
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
remove debug output
Chris Lattner
2008-05-19
be more aggressive about transforming add -> or when the operands have no
Chris Lattner
2008-05-19
Check that always_inline functions are inlined
Duncan Sands
2008-05-19
Fix PR2341 - when the length is 4 use an i32 not
Duncan Sands
2008-05-19
Reverting accidental commit of generated files.
Gordon Henriksen
2008-05-19
Remove a duplicative binding. Patch by Mahadevan R.
Gordon Henriksen
2008-05-19
Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang.
Ted Kremenek
2008-05-19
Grammar fix.
Bill Wendling
2008-05-19
Delete module.
Bill Wendling
2008-05-19
Convert non-ASCII apostrophes into ASCII apostrophes.
Bill Wendling
2008-05-19
Delete the Module object.
Bill Wendling
2008-05-19
s/insure/ensure/
Bill Wendling
2008-05-18
ignore Output dir
Gabor Greif
2008-05-18
Teach GVN to not assert on vector comparisons
Nate Begeman
2008-05-18
Fix a backwards check in the JIT symbol table code
Nate Begeman
2008-05-18
add missing #include.
Chris Lattner
2008-05-18
Fix PR2339
Chris Lattner
2008-05-18
remove empty file?
Chris Lattner
2008-05-17
Revert constant-folding change that will miscompile in some cases.
Nick Lewycky
2008-05-17
trip count computation deficiency
Chris Lattner
2008-05-17
On Darwin, the string header file isn't 64-bit clean. The use of
Bill Wendling
2008-05-17
Unbreak the build.
Nick Lewycky
2008-05-17
Constant fold inttoptr and ptrtoint.
Nick Lewycky
2008-05-17
Move isTrueWhenEqual to ICmpInst.
Nick Lewycky
2008-05-16
Less conservative verison of previous patch,
Dale Johannesen
[next]