OSDN Git Service

Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.
authorManuel Klimek <klimek@google.com>
Fri, 16 Dec 2011 13:09:10 +0000 (13:09 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 16 Dec 2011 13:09:10 +0000 (13:09 +0000)
commit76f13017fc67b35f10b61e05c13f3643b714fccf
treeedbd357bc27be562fbd44b9114dae1bd99c1e40f
parentdb21f4c187816b03d7b30d0d238f71cbd8a0a9a7
Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146735 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
CMakeLists.txt
include/llvm/Support/JSONParser.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/JSONParser.cpp [new file with mode: 0644]
test/CMakeLists.txt
test/Other/json-bench-test.ll [new file with mode: 0644]
unittests/CMakeLists.txt
unittests/Support/JSONParserTest.cpp [new file with mode: 0644]
utils/Makefile
utils/json-bench/CMakeLists.txt [new file with mode: 0644]
utils/json-bench/JSONBench.cpp [new file with mode: 0644]
utils/json-bench/Makefile [new file with mode: 0644]