summaryrefslogtreecommitdiffstats
path: root/polly/lib/JSON
Commit message (Collapse)AuthorAgeFilesLines
* [External] Move lib/JSON to lib/External/JSON. NFC.Michael Kruse2017-02-0517-6522/+0
| | | | | | For consistency with isl and ppcg which are already in lib/External. llvm-svn: 294126
* Fix spacing around variable initializations and for-loops. NFC.Mandeep Singh Grang2016-08-091-1/+1
| | | | | | | | | | Reviewers: grosser, _jdoerfert, zinob Projects: #polly Differential Revision: https://reviews.llvm.org/D23285 llvm-svn: 278143
* Added arcanist linters and cleaned errors and warningsJohannes Doerfert2014-08-182-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
* [C++11] Use nullptrTobias Grosser2014-04-161-4/+4
| | | | llvm-svn: 206361
* Fixed gcc build warningsTobias Grosser2014-04-111-83/+88
| | | | | | | + vim 'fixed' line endings in json_value.cpp Contributed-by: Johannes Doerfert <doerfert@cs.uni-saarland.de> llvm-svn: 206044
* (Make) Remove unused MakefilesAndreas Simbuerger2014-03-141-16/+0
| | | | llvm-svn: 203957
* cmake: build monolithic libLLVMPollyLib.dylibTobias Grosser2014-03-031-6/+0
| | | | | | | | | | The module LLVMPolly.so links to that. There is really no reason to build a large number of mini-libraries here, especially as we do have dependences between the libraries that are not properly handled and that make linking fail on darwin. Submitted-by: David Fang <fang@csl.cornell.edu> llvm-svn: 202743
* prepend LLVM to all Polly* libsSebastian Pop2013-11-161-1/+1
| | | | llvm-svn: 194923
* 'chmod -x' on files that do not need the executable bitsTobias Grosser2012-12-292-0/+0
| | | | llvm-svn: 171224
* Make polly -Wdocumentation cleanTobias Grosser2012-11-192-2/+0
| | | | llvm-svn: 168311
* Disable some clang warnings in imported JSON code.Tobias Grosser2012-01-301-0/+4
| | | | llvm-svn: 149239
* JSON: Do not use throw when exception is disabled.Hongbin Zheng2011-04-302-1/+11
| | | | llvm-svn: 130575
* JSON: Disable exception in JSON library, because exception is disable by by ↵Hongbin Zheng2011-04-301-1/+1
| | | | | | default. llvm-svn: 130574
* Add initial version of PollyTobias Grosser2011-04-2919-0/+6527
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
OpenPOWER on IntegriCloud