llvm-6502/test
2011-10-06 12:12:27 +00:00
..
Analysis Missing test case for r141164. 2011-10-05 06:23:32 +00:00
Archive Avoid writing to an arbitrary filename during the test run by writing to 2011-07-02 20:43:18 +00:00
Assembler Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev. 2011-09-19 19:41:28 +00:00
Bindings/Ocaml ocaml bindings: add llvm_ipo based on IPO.h 2011-10-06 12:12:27 +00:00
Bitcode Remove support for parsing the "type i32" syntax for defining a numbered 2011-06-19 00:03:46 +00:00
BugPoint
CodeGen Remove a check from ARM shifted operand isel helper methods, which were blocking 2011-10-05 23:38:50 +00:00
DebugInfo Fix this test so it doesn't fail on Mac. 2011-09-26 19:13:47 +00:00
ExecutionEngine Excluding ARM JIT tests until someone can fix this compilation path. 2011-08-26 23:39:30 +00:00
Feature Update tests to the newest EH syntax. 2011-08-25 01:30:18 +00:00
Integer Remove support for parsing the "type i32" syntax for defining a numbered 2011-06-19 00:03:46 +00:00
lib Remove llvm-gcc and various compiler handling from llvm. It's not needed 2011-09-20 23:58:15 +00:00
Linker Use %% for literals in RUN lines. 2011-08-26 20:09:48 +00:00
MC Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This was done by creating a new register group that excludes AX registers. Fixes PR10345. Also added aliases for flipping the order of the operands of xchg <reg>, %eax. 2011-10-06 06:44:41 +00:00
Object Add binary archive support to llvm-nm. 2011-09-27 19:37:18 +00:00
Other Update to new EH scheme. 2011-08-31 21:44:24 +00:00
Scripts Fix the bitwidth of the remaining fields. 2011-08-04 17:00:11 +00:00
TableGen Update Test for Multidefs 2011-10-05 22:42:48 +00:00
Transforms PR11061: Make simplifylibcalls fold strcmp("", x) correctly. 2011-10-05 22:27:16 +00:00
Unit test/Unit: Fix enable shared test to follow check that we have actually loaded 2011-06-22 20:41:53 +00:00
Verifier Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
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 cmake+lit: handle ENABLE_ASSERTIONS feature properly. 2011-06-23 17:52:36 +00:00
Makefile cmake+lit: handle ENABLE_ASSERTIONS feature properly. 2011-06-23 17:52:36 +00:00
Makefile.tests
site.exp.in
TestRunner.sh