Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [External] Move lib/JSON to lib/External/JSON. NFC. | Michael Kruse | 2017-02-05 | 8 | -1590/+0 |
| | | | | | | For consistency with isl and ppcg which are already in lib/External. llvm-svn: 294126 | ||||
* | Added arcanist linters and cleaned errors and warnings | Johannes Doerfert | 2014-08-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Arcanist (arc) will now always run linters before uploading any new commit to Phabricator. All errors/warnings (or their absence) will be shown in the web interface together with a explanation by the commiter (arcanist will ask the commiter if the build was not clean). The linters include: - clang-format - spelling check - permissions check (aka. chmod) - filename check - merge conflict marker check Note, that their scope is sometimes limited (see .arclint for details). This commit also fixes all errors and warnings these linters reported, namely: - spelling mistakes and typos - executable permissions for various text files Differential Revision: http://reviews.llvm.org/D4916 llvm-svn: 215871 | ||||
* | Make polly -Wdocumentation clean | Tobias Grosser | 2012-11-19 | 2 | -2/+0 |
| | | | | llvm-svn: 168311 | ||||
* | JSON: Disable exception in JSON library, because exception is disable by by ↵ | Hongbin Zheng | 2011-04-30 | 1 | -1/+1 |
| | | | | | | default. llvm-svn: 130574 | ||||
* | Add initial version of Polly | Tobias Grosser | 2011-04-29 | 8 | -0/+1592 |
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476 |