Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Goodbye, JSONParser... | Manuel Klimek | 2012-04-17 | 1 | -85/+0 |
| | | | | llvm-svn: 154930 | ||||
* | Changes the JSON parser to use the SourceMgr. | Manuel Klimek | 2011-12-21 | 1 | -1/+2 |
| | | | | | | | | Diagnostics are now emitted via the SourceMgr and we use MemoryBuffer for buffer management. Switched the code to make use of the trailing '0' that MemoryBuffer guarantees where it makes sense. llvm-svn: 147063 | ||||
* | Fixing option for JSON benchmark broken since the change to size_t. | Manuel Klimek | 2011-12-20 | 1 | -1/+1 |
| | | | | llvm-svn: 146970 | ||||
* | Allow for benchmarking more than 4GB of memory | Manuel Klimek | 2011-12-19 | 1 | -3/+3 |
| | | | | llvm-svn: 146864 | ||||
* | Adds a flag to allow specifying the memory limitations of the JSON benchmark. | Manuel Klimek | 2011-12-19 | 1 | -7/+14 |
| | | | | llvm-svn: 146863 | ||||
* | Adds a JSON parser and a benchmark (json-bench) to catch performance ↵ | Manuel Klimek | 2011-12-16 | 1 | -0/+77 |
regressions. llvm-svn: 146735 |