Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move MayAliasSet.cpp into lib/Analysis | Sebastian Pop | 2013-11-16 | 1 | -42/+0 |
| | | | | llvm-svn: 194921 | ||||
* | Sort includes | Tobias Grosser | 2013-05-07 | 1 | -6/+4 |
| | | | | llvm-svn: 181297 | ||||
* | clang-format: Many more files | Tobias Grosser | 2013-03-23 | 1 | -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 to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| | | | | | | reflect the migration in r171366. llvm-svn: 171370 | ||||
* | 'chmod -x' on files that do not need the executable bits | Tobias Grosser | 2012-12-29 | 1 | -0/+0 |
| | | | | llvm-svn: 171224 | ||||
* | Further remove now invalid SCEVAffFunc features. | Tobias Grosser | 2011-11-09 | 1 | -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 Polly | Tobias Grosser | 2011-04-29 | 1 | -0/+92 |
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476 |