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
2007-04-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
This was lefted out. Fixed sumarray-dbl.
Evan Cheng
2007-04-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
Add missed semicolon. Resotre compatibility with older bisons
Anton Korobeynikov
2007-04-25
do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292
Chris Lattner
2007-04-25
Remove unused function argument.
Devang Patel
2007-04-25
Note new header file.
Jeff Cohen
2007-04-25
Add missed file
Anton Korobeynikov
2007-04-25
remember to emit weak reference in one more case.
Lauro Ramos Venancio
2007-04-25
Regenerate
Anton Korobeynikov
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
Fix for PR1306.
Evan Cheng
2007-04-25
Test if a register is sub- or super-register of another.
Evan Cheng
2007-04-25
Minor speed tweak.
Evan Cheng
2007-04-25
Clean up.
Evan Cheng
2007-04-25
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-25
If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that
Chris Lattner
2007-04-25
new testcase, should be able to eliminate the alloca and memcpy
Chris Lattner
2007-04-25
simplify some code
Chris Lattner
2007-04-25
refactor the SROA code out into its own method, no functionality change.
Chris Lattner
2007-04-25
support for >4G stack frames
Chris Lattner
2007-04-25
support for >4G frames
Chris Lattner
2007-04-25
support >4G stack frames
Chris Lattner
2007-04-25
support > 4G stack objects
Chris Lattner
2007-04-25
Undo my previous changes. Since my approach to this problem is being revised,
Owen Anderson
2007-04-25
allow support for 64-bit stack objects
Chris Lattner
2007-04-25
allow 64-bit stack objects
Chris Lattner
2007-04-25
new testcase
Chris Lattner
2007-04-25
Fix
Devang Patel
2007-04-25
New test.
Devang Patel
2007-04-25
testcase for PR1352
Chris Lattner
2007-04-25
fix typo
Dale Johannesen
2007-04-25
Be more careful about folding op(x, undef) when we have vector operands.
Chris Lattner
2007-04-25
new testcase that crashes llc
Chris Lattner
2007-04-24
Add me
Dale Johannesen
2007-04-24
Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
Chris Lattner
2007-04-24
testcase for PR1351
Chris Lattner
2007-04-24
Testcases for MMX.
Bill Wendling
2007-04-24
Update.
Bill Wendling
2007-04-24
Add the PADDQ to the list.
Bill Wendling
2007-04-24
Add the final MMX instructions. Correct a few wrong patterns.
Bill Wendling
2007-04-24
Remove some invalid instructions from this check.
Bill Wendling
2007-04-24
Support for the special case of a vector with the canonical form:
Bill Wendling
2007-04-24
Assertion when using a 1-element vector for an add operation. Get the
Bill Wendling
2007-04-24
New test.
Devang Patel
2007-04-24
New test case.
Devang Patel
2007-04-24
Add myself.
Devang Patel
2007-04-24
ensure that every error return sets a message (and goes through Error, for
Chris Lattner
2007-04-24
fix memory leak
Chris Lattner
2007-04-24
fix a memory leak
Chris Lattner
[next]