llvm with tablegen backend for capstone disassembler
Go to file
Johannes Doerfert 8448071d3e Refactor division generation code
This patch refactors the code generation for divisions. This allows to
  always generate a shift for a power-of-two division and to utilize
  information about constant divisors in order to truncate the result
  type.

llvm-svn: 271898
2016-06-06 14:56:17 +00:00
clang Give FileCheck a hint on which ld to match. Under Windows, the preferred 2016-06-06 13:13:12 +00:00
clang-tools-extra [clang-tidy] Do not try to suggest a fix if the parameter is partially in a macro. 2016-06-06 14:21:11 +00:00
compiler-rt [profile] in-process mergeing support (part-2) 2016-06-06 03:17:58 +00:00
debuginfo-tests
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report. 2016-06-06 14:35:22 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld [ELF] - Assign sh_link field of SHT_GNU_versym section to DynSymTab section index. 2016-06-06 08:04:53 +00:00
lldb (Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex 2016-06-06 09:40:27 +00:00
llgo
llvm [LAA] Use load and store vectors (NFC) 2016-06-06 14:15:41 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly Refactor division generation code 2016-06-06 14:56:17 +00:00