llvm-6502/test
Jakob Stoklund Olesen c02a6fa7d8 Don't use register classes larger than TLI->getRegClassFor(VT).
In Thumb mode we cannot handle GPR virtual registers, even though some
instructions can. When isel is lowering a CopyFromReg, it should limit
itself to subclasses of getRegClassFor(VT).

<rdar://problem/9624323>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133210 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-16 22:50:38 +00:00
..
Analysis
Archive
Assembler Add testcase for r133050 which added support for printing and parsing escaped 2011-06-16 17:14:38 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Don't use register classes larger than TLI->getRegClassFor(VT). 2011-06-16 22:50:38 +00:00
DebugInfo Move test for appropriate directory. 2011-06-16 18:13:57 +00:00
ExecutionEngine
Feature Add a new function attribute, nonlazybind, which inhibits lazy-loading 2011-06-15 20:36:13 +00:00
FrontendAda
FrontendC
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC Improve the heuristic to emit the alias if the number of hard-coded registers 2011-06-15 04:31:19 +00:00
Object
Other
Scripts
TableGen
Transforms Fix ARCOpt to insert releases on both successors of an invoke rather 2011-06-16 20:57:14 +00:00
Unit
Verifier
CMakeLists.txt Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {buildmode}. 2011-06-16 22:19:20 +00:00
lit.cfg
lit.site.cfg.in cmake may require LIT_TOOLS_DIR. 2011-06-16 21:48:57 +00:00
Makefile Add support to lit for build mode requirements. e.g. 2011-06-16 01:33:35 +00:00
Makefile.tests
site.exp.in
TestRunner.sh