summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/IslExprBuilder.cpp
AgeCommit message (Expand)Author
2015-05-09Sort include directivesTobias Grosser
2015-04-05Sign-extend in case of non-matching bitwidthTobias Grosser
2015-03-10Assert in isl expression builder if id can not be found [NFC]Tobias Grosser
2015-03-08Add sign-extension during codegen of index expressionsTobias Grosser
2015-03-04Add support for conditional 'and' and 'or' expressionsTobias Grosser
2015-02-02[FIX] Partially fix the pointer negation crashJohannes Doerfert
2015-01-29[FIX] Handle pointer-pointer comparisonsJohannes Doerfert
2015-01-13Use types of matching size when generating multi-dimensional address expressionsTobias Grosser
2015-01-08Add support for pointer types in expressionsTobias Grosser
2015-01-07Use explicit StringRef TypeTobias Grosser
2015-01-07Do not use a const Twine hereTobias Grosser
2014-12-07Update to the latest version of islTobias Grosser
2014-10-07[Fix] Non i1 typed select condition for weird pw aff functions.Johannes Doerfert
2014-10-05Allow multidimensional accesses in the IslExprBuilder.Johannes Doerfert
2014-10-05Introduce the ScopArrayInfo class.Johannes Doerfert
2014-09-19[Fix] Allow pointer types as access elements and compare them correctlyJohannes Doerfert
2014-09-18[RTC] Runtime Alias Checks for the ISL backendJohannes Doerfert
2014-09-18Allow the IslExprBuilder to build address of expressionsJohannes Doerfert
2014-09-18Allow the IslExprBuilder to compare pointersJohannes Doerfert
2014-09-18Updated to isl 2c19ecd444095d6f560349018f68993bc0e03691Johannes Doerfert
2014-08-03Fix the modifiable access creationJohannes Doerfert
2014-08-03Allow the IslExprBuilder to generate access operationsJohannes Doerfert
2014-07-29[Refactor] Expose the IslExprBuilder (missing files)Johannes Doerfert