llvm-mirror/test
Duncan Sands 091a505971 Teach the interpreter to read and write memory in the
endianness of the target not of the host.  Done by the
simple expedient of reversing bytes for primitive types
if the host and target endianness don't match.  This is
correct for integer and pointer types.  I don't know if
it is correct for floating point types.

llvm-svn: 45039
2007-12-14 19:38:31 +00:00
..
Analysis Fix PR1782, patch by Wojtek Matyjewicz! 2007-12-09 07:35:13 +00:00
Archive
Assembler Don't redirect stderr when it isn't needed. 2007-12-14 15:15:11 +00:00
Bindings/Ocaml Add (very basic) bindings for ModuleProvider. 2007-12-12 01:04:30 +00:00
Bitcode
BugPoint
C++Frontend Rename these tests to use the appropriate suffixes. 2007-12-11 15:55:52 +00:00
CFrontend Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
CodeGen Fix ctlz and cttz. llvm definition requires them to return number of bits in of the src type when value is zero. 2007-12-14 08:30:15 +00:00
DebugInfo
ExecutionEngine Teach the interpreter to read and write memory in the 2007-12-14 19:38:31 +00:00
Feature Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
FrontendAda
FrontendObjC Rename these tests to use the appropriate suffixes. 2007-12-11 15:55:52 +00:00
Integer Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
lib Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. 2007-11-28 04:57:00 +00:00
Linker Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
Other
Scripts
TableGen
Transforms 1. "Upgrage" comments. 2007-12-12 15:21:32 +00:00
Verifier Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
Makefile
Makefile.tests
TestRunner.sh