llvm-capstone/polly/lib
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
..
Analysis [NFC] Refactor assumption tracking interface 2016-06-06 12:16:10 +00:00
CodeGen Refactor division generation code 2016-06-06 14:56:17 +00:00
Exchange Decouple SCoP building logic from pass 2016-05-31 09:41:04 +00:00
External Update isl to isl-0.17-5-g57dc5ff 2016-05-07 07:41:25 +00:00
JSON
Support [FIX] Determine insertion point during SCEV expansion 2016-06-06 13:05:21 +00:00
Transform [NFC] Check that a parameter of ScheduleTreeOptimizer::isMatrMultPattern contains a correct partial schedule 2016-06-04 06:34:04 +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