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
2008-02-23
Fix a bug that caused opt and other tools to silently ignore
Dan Gohman
2008-02-23
Properly read and write bitcodes for multiple return values.
Devang Patel
2008-02-23
Really. Why doesn't every arch support MMX?
Evan Cheng
2008-02-22
Test case for PR2082.
Evan Cheng
2008-02-22
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-21
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-21
testcase for PR1133
Chris Lattner
2008-02-21
Fix a (harmless) but where vregs were added to the used reg lists for
Chris Lattner
2008-02-21
Let invoke return aggregate value.
Devang Patel
2008-02-21
Let function call return aggregate.
Devang Patel
2008-02-20
XFAIL for now.
Devang Patel
2008-02-20
Now functions can return aggregate values.
Devang Patel
2008-02-20
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
XFAIL this for now.
Evan Cheng
2008-02-19
this test requires sse2
Chris Lattner
2008-02-19
Don't fold and's into test instructions if they have multiple uses.
Chris Lattner
2008-02-19
rename tests to avoid a test- prefix when they aren't related to the test ins...
Chris Lattner
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
dead pass
Chris Lattner
2008-02-19
Fix PR2060 by rejecting invalid types for integer constants.
Chris Lattner
2008-02-19
Don't spew stats to stderr.
Nick Lewycky
2008-02-19
Fix up the run line for this new test.
Nick Lewycky
2008-02-19
New test.
Evan Cheng
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-18
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...
Evan Cheng
2008-02-18
Correctly fold divide-by-constant, even when faced with overflow.
Nick Lewycky
2008-02-18
Don't mark scalar integer multiplication as Expand on x86, since x86
Dan Gohman
2008-02-18
make this just a bit more strict.
Chris Lattner
2008-02-18
Add support to GVN for performing sret return slot optimization. This means ...
Owen Anderson
2008-02-18
optimize away stackrestore calls that have no intervening alloca or call.
Chris Lattner
2008-02-18
upgrade this test.
Chris Lattner
2008-02-17
Fold (-x + -y) -> -(x+y) which promotes better association, fixing
Chris Lattner
2008-02-17
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
upgrade and simplify this test.
Chris Lattner
2008-02-17
Remove llvm-upgrade.
Tanya Lattner
2008-02-17
fix this test.
Chris Lattner
2008-02-17
Remove llvm-upgrade
Tanya Lattner
2008-02-17
Remove llvm-upgrade.
Tanya Lattner
2008-02-17
this test isn't useful since we added @ notation for globals.
Chris Lattner
2008-02-17
this line was commented out.
Chris Lattner
2008-02-16
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-16
Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...
Tanya Lattner
2008-02-16
Remove any 'nest' parameter attributes if the function
Duncan Sands
2008-02-16
llvm.memory.barrier, and impl for x86 and alpha
Andrew Lenharth
2008-02-15
upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...
Chris Lattner
2008-02-15
rename llx -> ll
Chris Lattner
[next]