1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test
Lauro Ramos Venancio 11d7d3fcaf bugfix: When the source register of CALL_NOLINK was LR, the following code was emitted:
mov lr, pc
    bx lr
So, the function was not called.

llvm-svn: 35218
2007-03-20 17:57:23 +00:00
..
AdaFrontend Ada testcase for structs with multiple variable sized fields. 2007-03-20 09:54:02 +00:00
Analysis For PR411: 2007-01-30 16:16:01 +00:00
Archive Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
Assembler Break up huge line so that this file is almost readable. 2007-03-20 17:27:19 +00:00
BugPoint Don't upgrade these. 2007-03-19 18:08:42 +00:00
Bytecode Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
C++Frontend add an explanatory comment. 2007-01-27 00:23:45 +00:00
CFrontend llvm-gcc now requires -fnested-functions to enable them in C. 2007-03-20 17:34:31 +00:00
CodeGen bugfix: When the source register of CALL_NOLINK was LR, the following code was emitted: 2007-03-20 17:57:23 +00:00
Debugger Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
DebugInfo
ExecutionEngine Make sure the value passed to test function is initialized. 2007-02-01 21:58:46 +00:00
Feature For PR411: 2007-01-30 16:16:01 +00:00
Integer For PR1258: 2007-03-19 18:27:35 +00:00
lib
Linker For PR411: 2007-02-05 20:47:22 +00:00
Other Test case for PR1158 2007-02-05 19:33:20 +00:00
Scripts
TableGen Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
Transforms Make this test a little simpler/faster. 2007-03-19 23:36:19 +00:00
Verifier For PR761: 2007-01-26 08:25:06 +00:00
.cvsignore
Failure.sh
Makefile For PR1196: 2007-02-11 20:18:32 +00:00
Makefile.tests
TestRunner.sh