llvm with tablegen backend for capstone disassembler
Go to file
Thomas Preud'homme bc5e6ee87a Add support for prefix-only CLI options
Summary:
Add support for options that always prefix their value, giving an error
if the value is in the next argument or if the option is given a value
assignment (ie. opt=val). This is the desired behavior for the -D option
of FileCheck for instance.

Copyright:
- Linaro (changes in version 2 of revision D55940)
- GraphCore (changes in later versions and introduced when creating
  D56549)

Reviewers: jdenny

Subscribers: llvm-commits, probinson, kristina, hiraditya,
JonChesterfield

Differential Revision: https://reviews.llvm.org/D56549

llvm-svn: 351038
2019-01-14 09:28:53 +00:00
clang [X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select in IR instead. 2019-01-14 08:46:51 +00:00
clang-tools-extra [clang-tidy] new check 'readability-redundant-preprocessor' 2019-01-11 07:59:47 +00:00
compiler-rt [sanitizer] Move android's GetPageSize to a header (NFC) 2019-01-12 00:09:24 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc cmake: Install libraries to DATADIR from GNUInstallDirs 2019-01-07 20:20:37 +00:00
libcxx [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is missing 2019-01-13 22:15:37 +00:00
libcxxabi [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
libunwind Revert "[Sparc] Add Sparc V8 support" 2019-01-10 01:08:31 +00:00
lld lld/include/lld/Core/TODO.txt 2019-01-14 00:45:27 +00:00
lldb [CMake] LLVM exports utility targets since r350959, so we can use them without standalone-checks now 2019-01-14 09:24:50 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Add support for prefix-only CLI options 2019-01-14 09:28:53 +00:00
openmp [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612) 2019-01-13 12:54:34 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [CMake] Fix generation of exported targets in build directory 2018-11-06 15:18:17 +00:00
pstl [pstl] Fix compile errors when PARALLEL_POLICIES is disabled 2019-01-10 11:23:33 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md Update the project name in README.md 2018-10-19 00:03:01 +00:00

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.