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
/
test
Age
Commit message (
Expand
)
Author
2009-03-29
Fix PR3899: add support for extracting floats from vectors
Duncan Sands
2009-03-28
Make check in CheckTailCallReturnConstraints for ignorable instructions between
Arnold Schwaighofer
2009-03-28
Enable tail call optimization for functions that return a struct (bug 3664) a...
Arnold Schwaighofer
2009-03-28
Optimize some 64-bit multiplication by constants into two lea's or one lea + ...
Evan Cheng
2009-03-27
Fix this test so that it doesn't spuriously fail due to some
Dan Gohman
2009-03-27
Add a __builtin___memset_chk test.
Evan Cheng
2009-03-26
Add -march=x86.
Evan Cheng
2009-03-26
Add -f to RUN line.
Bill Wendling
2009-03-26
no need for eh info
Chris Lattner
2009-03-26
Add testcase for r67728.
Bill Wendling
2009-03-25
Before deleting a basic block, give other loop passes a chance cleanup analys...
Devang Patel
2009-03-25
Add a test case for PR3779: when to promote the function return value.
Evan Cheng
2009-03-25
Revert 67132. This is breaking some objective-c apps.
Evan Cheng
2009-03-25
One more test.
Evan Cheng
2009-03-25
Add __builtin___memcpy_chk tests.
Evan Cheng
2009-03-25
These tests pass on linux.
Duncan Sands
2009-03-25
Add a __builtin_object_size test.
Evan Cheng
2009-03-25
Fix a bug in our autoupgrade support: in an argument list to a function
Chris Lattner
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
Fix PR3874 by restoring a condition I removed, but making it more
Chris Lattner
2009-03-24
Converted a1.ll to unittests.
Misha Brukman
2009-03-24
canonicalize inttoptr and ptrtoint instructions which cast pointers
Chris Lattner
2009-03-24
two changes:
Chris Lattner
2009-03-24
Add a testcase for the scheduling heuristic introduced in r67586.
Dan Gohman
2009-03-24
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-23
Fix a bug in spill weight computation. If the alias is a super-register, and ...
Evan Cheng
2009-03-23
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-23
Update test for pr3864.
Evan Cheng
2009-03-23
Fix PR3391 and PR3864. Reg allocator infinite looping.
Evan Cheng
2009-03-23
Model inline asm constraint which ties an input to an output register as mach...
Evan Cheng
2009-03-23
Do not fold away subreg_to_reg if the source register has a sub-register inde...
Evan Cheng
2009-03-21
Re-commit r67334 and r67349 with fix.
Evan Cheng
2009-03-20
Fix instcombine to not introduce undefined shifts when merging two
Chris Lattner
2009-03-20
Don't load values out of global constants with weak
Duncan Sands
2009-03-20
Revert r67334 and r37349 which break "make check" on Linux.
Nick Lewycky
2009-03-20
Fix typo's.
Evan Cheng
2009-03-19
More makefile changes to allow dejagnu tests to pass when system tools defaul...
Evan Cheng
2009-03-18
These tests are now passing on Darwin because of r67139.
Bill Wendling
2009-03-18
aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...
Chris Lattner
2009-03-18
Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign...
Chris Lattner
2009-03-18
Add -relocation-model=pic so that the test works
Rafael Espindola
2009-03-18
Fix a bug.
Zhou Sheng
2009-03-18
Added missing support for widening when splitting an unary op (PR3683)
Mon P Wang
2009-03-18
Add another test case for r64440.
Evan Cheng
2009-03-18
xfail these tests for now.
Evan Cheng
2009-03-18
Disable the "call to immediate" optimization on x86-64. It is
Chris Lattner
2009-03-18
Fix PR3807 by inserting 'insertelement' instructions in the normal dest of
Chris Lattner
2009-03-18
A more proper -mtriple.
Bill Wendling
2009-03-18
Temporary fix. I think Rafael wanted this to be Linux-only.
Bill Wendling
2009-03-17
LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now
Chris Lattner
[next]