llvm-6502/test
Reed Kotler cef95f702a fix most of remaining issues with large frames.
these patches are tested a lot by test-suite but
make check tests are forthcoming once the next
few patches that complete this are committed.
with the next few patches the pass rate for mips16 is
near 100%



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170656 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-20 04:07:42 +00:00
..
Analysis Reverse order of checking SSE level when calculating compare cost, so we check 2012-12-18 22:57:56 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen fix most of remaining issues with large frames. 2012-12-20 04:07:42 +00:00
DebugInfo Split out abbreviations for the skeleton info from the rest of 2012-12-19 22:02:53 +00:00
ExecutionEngine
Feature
FileCheck Fix a bug in FileCheck that wouldn't let define variables as follows: 2012-12-02 16:02:41 +00:00
Instrumentation [msan] Heuristically instrument unknown intrinsics. 2012-12-19 11:22:04 +00:00
Integer
JitListener Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
Linker
MC Remove edis - the enhanced disassembler. Fixes PR14654. 2012-12-19 19:55:47 +00:00
Object Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
Other
Scripts
TableGen Fix typo, which prevent test from being check. 2012-12-12 21:10:56 +00:00
tools PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! 2012-12-05 23:15:33 +00:00
Transforms Transform (x&C)>V into (x&C)!=0 where possible 2012-12-19 19:47:13 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile Drop the address space limit for tests in the makefile build. 2012-12-09 10:34:22 +00:00
Makefile.tests
TestRunner.sh