llvm with tablegen backend for capstone disassembler
Go to file
Johannes Doerfert 6f1bb7a9d9 Support truncate operations
Truncate operations are basically modulo operations, thus we can model
  them that way. However, for large types we assume the operand to fit
  in the new type size instead of introducing a modulo with a very large
  constant.

llvm-svn: 269300
2016-05-12 15:13:49 +00:00
clang clang-format: [JS] respect clang-format off when requoting strings. 2016-05-12 11:20:32 +00:00
clang-tools-extra [clang-tidy] Ignore using-declarations defined in marcro in misc-unused-using-decls checks. 2016-05-12 10:00:49 +00:00
compiler-rt [mips][sanitizer_common] Don't use ld in internal_clone() on 32-bit MIPS. 2016-05-12 14:21:33 +00:00
debuginfo-tests
libclc math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx Apply D20014 - fix a missing return in a test. Fixes PR#27720 2016-05-12 14:31:35 +00:00
libcxxabi libc++abi: make __cxa_call_unexpected visible 2016-05-11 23:56:37 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld [ELF] implemented -z defs option 2016-05-11 13:48:41 +00:00
lldb Fix a race in ProcessGDBRemote::MonitorDebugServerProcess 2016-05-12 11:10:01 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [mips][ias] Fix O32 .cprestore directive when inside .set noat region and offset is in range. 2016-05-12 14:01:50 +00:00
openmp New hwloc API compatibility 2016-05-12 11:46:40 +00:00
polly Support truncate operations 2016-05-12 15:13:49 +00:00