summaryrefslogtreecommitdiffstats
path: root/polly/lib/MayAliasSet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move MayAliasSet.cpp into lib/AnalysisSebastian Pop2013-11-161-42/+0
| | | | llvm-svn: 194921
* Sort includesTobias Grosser2013-05-071-6/+4
| | | | llvm-svn: 181297
* clang-format: Many more filesTobias Grosser2013-03-231-6/+3
| | | | | | | | | | | | | After this commit, polly is clang-format clean. This can be tested with 'ninja polly-check-format'. Updates to clang-format may change this, but the differences will hopefully be both small and general improvements to the formatting. We currently have some not very nice formatting for a couple of items, DEBUG() stmts for example. I believe the benefit of being clang-format clean outweights the not perfect layout of this code. llvm-svn: 177796
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
| | | | | | reflect the migration in r171366. llvm-svn: 171370
* 'chmod -x' on files that do not need the executable bitsTobias Grosser2012-12-291-0/+0
| | | | llvm-svn: 171224
* Further remove now invalid SCEVAffFunc features.Tobias Grosser2011-11-091-45/+0
| | | | | | | This also removes the construction of MayAliasSets that became invalid when removing the use of SCEVAffFunc. llvm-svn: 144230
* Add initial version of PollyTobias Grosser2011-04-291-0/+92
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
OpenPOWER on IntegriCloud