llvm with tablegen backend for capstone disassembler
Go to file
Quentin Colombet 49036dd3ae [GISel][UnitTest] Fix a bunch of tests that were not doing anything
After r368065, all the tests using GISelMITest must call setUp() before
doing anything, otherwise the TargetMachine is not going to be set up.
A few tests added after that commit were not doing that and ended up
testing effectively nothing.

Fix the setup of all the tests and fix the failing tests.

llvm-svn: 374595
2019-10-11 20:58:26 +00:00
clang Release notes: Add the option WarnForDeadNestedAssignments 2019-10-11 20:33:43 +00:00
clang-tools-extra Updated add_new_check.py to create checker tests in the new directory 2019-10-11 13:46:55 +00:00
compiler-rt Fix check-interception link error in compiler-rt debug mode 2019-10-10 23:30:54 +00:00
debuginfo-tests
libc Use arrays on stack and avoid use of new and delete operators. 2019-10-10 16:06:21 +00:00
libclc travis: Add LLVM 9 build 2019-09-27 05:58:15 +00:00
libcxx [libc++] Fix linker script generation 2019-10-11 04:54:35 +00:00
libcxxabi [libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION option 2019-10-07 19:22:04 +00:00
libunwind [libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABI 2019-10-03 17:01:04 +00:00
lld [LLD][ELF] - Update test cases after llvm-readobj change. 2019-10-11 12:27:20 +00:00
lldb Set GNUC version in the LLDB expression parser. 2019-10-11 20:27:51 +00:00
llgo
llvm [GISel][UnitTest] Fix a bunch of tests that were not doing anything 2019-10-11 20:58:26 +00:00
openmp [OpenMP] Enable thread affinity on FreeBSD 2019-10-08 21:25:30 +00:00
parallel-libs
polly [Polly] Fix formatting violation. NFC. 2019-10-11 03:09:24 +00:00
pstl
.arcconfig
.clang-format
.clang-tidy
.git-blame-ignore-revs Add LLDB reformatting to .git-blame-ignore-revs 2019-09-04 09:31:55 +00:00
.gitignore Add a newline at the end of the file 2019-09-04 06:33:46 +00:00
README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.