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
/
FrontendC++
Age
Commit message (
Expand
)
Author
2009-07-06
Mark this test as Darwin only. Patch by Bill Wendling.
Stuart Hastings
2009-07-01
Insure that __block_holder_tmp is allocated on the stack when a byref
Stuart Hastings
2009-06-22
Testcase for (llvm-gcc) 73873. Usually
Dale Johannesen
2009-06-16
Test for llvm-gcc patch 73564.
Dale Johannesen
2009-05-26
Testcase for (llvm-gcc-4.2) 72442 (PR 4242).
Dale Johannesen
2009-05-04
Restore minor deletion.
Mike Stump
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-23
Testcase for 69795.
Dale Johannesen
2009-04-21
Test case for revision 69683.
Devang Patel
2009-03-25
These tests pass on linux.
Duncan Sands
2009-03-18
These tests are now passing on Darwin because of r67139.
Bill Wendling
2009-03-18
xfail these tests for now.
Evan Cheng
2009-03-17
test case for rev. 67095.
Devang Patel
2009-03-13
Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_...
Devang Patel
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
Un-XFAIL this test.
Bill Wendling
2009-02-19
Temporarily XFAIL this test.
Bill Wendling
2009-02-17
Testcase for rev. 64704
Devang Patel
2009-02-16
Test case for llvm-gcc rev. 64648.
Devang Patel
2009-02-07
testcase for r64049 of llvm-gcc.
Chris Lattner
2009-02-02
Run dsymutil on darwin, when it is expected, before running gdb test.
Devang Patel
2009-02-02
This passes on x86-32 linux at least.
Duncan Sands
2009-01-22
Remove no-longer relevant comment. Pointed out
Duncan Sands
2009-01-22
This passes on linux.
Duncan Sands
2009-01-15
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-14
xfail for now.
Devang Patel
2009-01-08
the new scalarrepl changes are optimizing away a temporary alloca in
Chris Lattner
2008-12-19
This test works again for Darwin because a patch was reverted.
Bill Wendling
2008-12-18
Re-XFAIL this test until debug stuff settles down.
Bill Wendling
2008-12-18
XFAIL on Linux.
Bill Wendling
2008-12-18
Do not XFAIL.
Bill Wendling
2008-12-17
XFAIL for now.
Devang Patel
2008-12-12
Re-enable test.
Devang Patel
2008-12-12
XFAIL these tests for now.
Devang Patel
2008-10-29
Testcase for PR2917.
Duncan Sands
2008-06-13
XFAIL some tests that became failing due to the extra error reporting recentl...
Matthijs Kooijman
2008-06-10
Use %link not %llvmgxx (which includes -c) to do the link.
Dale Johannesen
2008-06-10
Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding
Matthijs Kooijman
2008-05-29
For PR1338: Rename test dirs
Anton Korobeynikov