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
/
Transforms
/
SimplifyLibCalls
Age
Commit message (
Expand
)
Author
2007-08-15
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-14
new testcase
Chris Lattner
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-06
testcase for PR1307
Chris Lattner
2007-01-26
For PR761:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Upgrade intrinsic function calls manually.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-03-09
Update these tests (which use autoupgrade) to run constprop and check
Chris Lattner
2006-02-11
Update comments to be actually accurate
Chris Lattner
2006-01-23
add new tests
Chris Lattner
2006-01-23
Make sure this tests the right thing, xfail on solaris, which doesn't have fl...
Chris Lattner
2005-09-29
new testcase for isascii
Chris Lattner
2005-09-29
add a new testcase
Chris Lattner
2005-09-24
Enhance this to check for a crash, add a case that crashes simplifylibcalls,
Chris Lattner
2005-08-24
new testcase
Chris Lattner
2005-05-20
new testcase
Chris Lattner
2005-05-15
Don't eliminate a test case, just the form of the test case, from the
Reid Spencer
2005-05-15
This does not belong
Chris Lattner
2005-05-15
Add a case with non-constant argument for testing the transform:
Reid Spencer
2005-05-14
Add a test case for testing ffs libcall conversion to constant
Reid Spencer
2005-05-07
* Break tests into individual cases so its easier to see what's going on.
Reid Spencer
2005-05-04
Make sure both optimization cases get tested.
Reid Spencer
2005-05-04
Add a test case for the IsDigitOptimization class.
Reid Spencer
2005-05-03
Fix this test to succeed even if "strchr" is on a call instruction.
Reid Spencer
2005-05-03
Add a test case for SPrintFOptimization.
Reid Spencer
2005-05-03
Add a test case for StrChrOptimizer for -simplify-libcalls
Reid Spencer
2005-05-03
A new test case for the LLVMMemSetOptimization.
Reid Spencer
2005-05-03
Correct the title and the success criteria: strcmp -> strncmp
Reid Spencer
2005-05-03
Add a new test case for the StrNCmpOptimization.
Reid Spencer
2005-05-02
Add a test case for testing the FPrintFOptimization.
Reid Spencer
2005-04-30
* Fix signed/unsigned usage problem
Reid Spencer
2005-04-30
A new test case for the ToAsciiOptimizer.
Reid Spencer
2005-04-30
A new test case for the StrCmpOptimization in -simplify-libcalls.
Reid Spencer
2005-04-29
This is StrCpy, NOT StrCat!
Reid Spencer
2005-04-29
Get the name of the pass right in the documentation.
Reid Spencer
2005-04-29
Fix the success criteria for the test to make call instructions with "pow"
Reid Spencer
2005-04-29
Actually make this pass test something related to fputs.
Reid Spencer
2005-04-29
Add a test case for the puts libcall optimization.
Reid Spencer
2005-04-29
Add a testcase for optimizing the strcpy libcall.
Reid Spencer
2005-04-29
New test case for testing pow(3) math library optimizations.
Reid Spencer
2005-04-26
Add a test case for MemMove.ll
Reid Spencer
2005-04-26
Result of strlen is size_t which is either uint or ulong, not int.
Reid Spencer
2005-04-26
Add a new test case for the llvm.memcpy simplification case.
Reid Spencer
[prev]
[next]