llvm with tablegen backend for capstone disassembler
Go to file
Tobias Grosser 26d1050da3 Update isl to include isl_val changes
The latest version of isl includes a new data type isl_val, which properly hides
the multi precision math library used by isl. In Polly we would like to replace
all uses of isl_int with the corresponding isl_val interfaces. This will allow
us to switch the multi precision math library in isl. This is especially
interesting for people who would like to replace libgmp with a non-gpl licensed
library (e.g. imath).

llvm-svn: 183026
2013-05-31 18:04:56 +00:00
clang Testcase for r183015. 2013-05-31 17:01:30 +00:00
clang-tools-extra cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
compiler-rt [ASan] Do not buffer stdin in asan_symbolize.py 2013-05-31 14:55:06 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [WinLink][Driver] Add support for -subsystem optional OS version number. 2013-05-31 06:30:10 +00:00
lldb Small code cleanups 2013-05-31 17:43:40 +00:00
llvm Modify how the formulae are rated in Loop Strength Reduce. 2013-05-31 17:20:29 +00:00
polly Update isl to include isl_val changes 2013-05-31 18:04:56 +00:00