hanchenye-llvm-project/polly/lib
Michael Kruse 7410a27820 MSVC compile fix: #include <ciso646>. NFC.
This header is required to make the ISO 646 alternative operator
spellings ("and", "or" instead of "&&", "||") work. Should these
operators be replaced by the standard ones as already suggested by
Johannes, also remove this #include again.

llvm-svn: 271206
2016-05-30 14:27:14 +00:00
..
Analysis [ScopInfo] Change removeMemoryAccesses to remove only one access. NFC. 2016-05-23 14:45:58 +00:00
CodeGen [Polly] Remove usage of the `apply` function 2016-05-29 07:33:16 +00:00
Exchange Directly access information through the Scop class [NFC] 2016-05-23 12:38:05 +00:00
External Update isl to isl-0.17-5-g57dc5ff 2016-05-07 07:41:25 +00:00
JSON
Support Use the SCoP directly for canSynthesize [NFC] 2016-05-23 12:47:09 +00:00
Transform MSVC compile fix: #include <ciso646>. NFC. 2016-05-30 14:27:14 +00:00
CMakeLists.txt Properly build shared libraries if LLVM_LINK_LLVM_DYLIB is enabled. 2016-02-03 16:29:04 +00:00
Polly.cpp