Go to file
Tim Northover 67d3c09332 AArch64: adjust tests which rely on a default JIT
Profiling tests *do* need a JIT. They'll pass if a cross-compiler targetting
AArch64 by default has been built, but fail if a native AArch64 compiler has
been build. Therefore XFAIL is inappropriate and we mark them unsupported.

ExecutionEngine tests are JIT by definition, they should also be unsupported.

Transforms/LICM only uses the interpreter to check the output is still sane
after optimisation. It can be switched to use an interpreter.

llvm-svn: 175433
2013-02-18 11:08:37 +00:00
clang Prevent line breaks that make stuff hard to read. 2013-02-18 11:05:07 +00:00
clang-tools-extra Fix -use-nullptr problems with assert() 2013-02-17 16:45:54 +00:00
compiler-rt [asan] enable asan_prelink_test when gold is the default linker (gold and bfd linker have different flag syntax) 2013-02-18 08:37:49 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Bruce Mitchener: Minor typo fixes. 2013-02-15 15:37:50 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [Core,Driver,ELF] Differentiate static and dynamic executables. 2013-02-14 20:32:00 +00:00
lldb Added a host call to get the number of CPUs. It should work on all POSIX unixes, linux and Windows. 2013-02-17 20:46:30 +00:00
llvm AArch64: adjust tests which rely on a default JIT 2013-02-18 11:08:37 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00