summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-03-04Fix nonsense commentEric Fiselier
2017-03-04teach LIT how to detect the glibc versionEric Fiselier
2017-03-02Fix python 3 syntax error in sym_diffEric Fiselier
2017-02-17test: prevent incorrect quoting of pathsSaleem Abdulrasool
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-17update revision in CHANGELOG.TXT and fix python errorEric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-10Properly escape ShellTest subsitutions on Windows. Try 2Eric Fiselier
2017-02-10properly escape compiler path in .sh.cpp testsEric Fiselier
2017-02-10test: allow -target usage on WindowsSaleem Abdulrasool
2017-02-10Attempt to fix finding clang++ on WindowsEric Fiselier
2017-02-10Add missing libc++ importEric Fiselier
2017-02-09add missing python importEric Fiselier
2017-02-09Move libcxx/test/libcxx python package into libcxx/utils/libcxx.Eric Fiselier
2017-02-09Start libc++ python cleanup and consolidation.Eric Fiselier
2017-01-18Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier
2017-01-16Make sym_check python 3 compatibleEric Fiselier
2017-01-03Fix creating __generated_config on WindowsEric Fiselier
2016-11-18Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.aEric Fiselier
2016-11-18Make merge_archives.py executableEric Fiselier
2016-11-18Add merge_archives.py utilityEric Fiselier
2016-11-18update Apples ABI list to ignore non-std symbolsEric Fiselier
2016-11-18Change sym_check to filter non-stdlib symbols.Eric Fiselier
2016-11-05Upgrade in-tree google benchmark to v1.1Eric Fiselier
2016-10-14Sort ABI lists by name so that changes don't generate big diffsEric Fiselier
2016-10-09Remove debug output from gen_linker_script.pyEric Fiselier
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier
2016-10-08[cmake] Split linked libraries into private & public, for linker scriptMichal Gorny
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier
2016-08-29Update Google Benchmark library.Eric Fiselier
2016-08-09Update in-tree Google Benchmark to current ToT.Eric Fiselier
2016-07-19[libcxx] Add support for benchmark tests using Google Benchmark.Eric Fiselier
2016-01-19Add more missing license headersEric Fiselier
2015-10-14[libcxx] Make it drastically simpler to link libc++.Eric Fiselier
2015-03-27cleanup comments in sym_checkEric Fiselier
2015-03-27Add readelf support to abi_check. Prefer readelf over nmEric Fiselier
2015-03-20Improve automatic detection of filetype for sym_checkEric Fiselier
2015-03-20Fix use of incorrect package name in sym_checkEric Fiselier
2015-03-20Add symbol checking script to libc++ to help manage exported symbols.Eric Fiselier
2015-01-22[libcxx] Allow use of ShTest in libc++ tests along with other changes.Eric Fiselier