1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Eli Friedman dd48bb30de PR11061: Make simplifylibcalls fold strcmp("", x) correctly.
While I'm here, fix the related issue with strncmp, add some actual tests for strcmp and strncmp, and start using StringRef::compare for constant folding instead of using strcmp/strncmp so that the optimized IR isn't dependent on the host's implementation of strcmp.

llvm-svn: 141227
2011-10-05 22:27:16 +00:00
..
Analysis Missing test case for r141164. 2011-10-05 06:23:32 +00:00
Archive
Assembler
Bindings/Ocaml attempt to fix ocaml bindings: landing pads 2011-10-03 06:41:46 +00:00
Bitcode
BugPoint
CodeGen Make this test less sensitive to codegen optimizations. 2011-10-05 18:13:08 +00:00
DebugInfo
ExecutionEngine
Feature
Integer
lib
Linker
MC Support a valid, but not very useful, encoding of CPSIE where none of the AIF bits are set. 2011-10-05 17:16:40 +00:00
Object Add binary archive support to llvm-nm. 2011-09-27 19:37:18 +00:00
Other
Scripts
TableGen Test Operand Arguments 2011-10-04 18:55:40 +00:00
Transforms PR11061: Make simplifylibcalls fold strcmp("", x) correctly. 2011-10-05 22:27:16 +00:00
Unit
Verifier
CMakeLists.txt test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to resolve test-dependent targets on CMake build. 2011-09-27 21:54:50 +00:00
lit.cfg Fix PR9833/PR11054 (patch provided by Patrik Hägglund) 2011-10-04 16:26:41 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh