summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman2016-02-051-1/+2
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-051-2/+1
* Add back the ABITest makefilesChris Bieneman2016-02-036-0/+272
* No need to use utostr when putting integers into a raw_ostream. NFCCraig Topper2016-01-311-5/+5
* Remove autoconf supportChris Bieneman2016-01-268-313/+0
* [analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin2016-01-231-7/+29
* [analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.Devin Coughlin2016-01-221-2/+2
* [analyzer] Update SATestBuild.py to handle spaces in paths.Devin Coughlin2016-01-221-10/+10
* [TableGen] Merge the SuperClass Record and SMRange vector a single vector. Th...Craig Topper2016-01-183-18/+17
* [CMake] Fix bots broken by including order file generation in check-allChris Bieneman2016-01-151-0/+4
* [CMake] [Order-files] Use print_function as an attempt at being forward compa...Chris Bieneman2016-01-151-17/+19
* [CMake] Support generation of linker order files using dtraceChris Bieneman2016-01-154-22/+408
* [TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects i...Craig Topper2016-01-041-0/+3
* [CMake] Fixing a typo in a flagChris Bieneman2015-12-191-1/+1
* [CMake] PGO training dataChris Bieneman2015-12-181-0/+2
* [CMake] Add support for generating profdata for clang from training filesChris Bieneman2015-12-166-0/+150
* Use range loops and autos in utils/TableGen/ClangAttrEmitter.cpp and generate...Eugene Zelenko2015-12-081-21/+17
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-0/+2
* [analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...Devin Coughlin2015-11-072-13/+112
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-67/+98
* [analyzer] Bug identificationGabor Horvath2015-10-221-2/+2
* [ATTR] Automatic line feed after pragma-like attribute.Alexey Bataev2015-10-121-0/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-4/+5
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-292-6/+5
* Added MSVC natvis visualizers for Type and QualType. These could probably be ...Aaron Ballman2015-09-291-0/+8
* [analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can...Devin Coughlin2015-09-161-4/+6
* [analyzer] Update SATestBuild.py to set -isysroot for preprocessed filesDevin Coughlin2015-09-141-2/+19
* Extend the Token visualizer used by MSVC to display the identifier text for t...Aaron Ballman2015-09-111-7/+8
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-085-160/+158
* [ARM NEON] Remove special-case for f16 vcvt handling. NFCI.Ahmed Bougacha2015-08-221-4/+0
* [ARM NEON] Use the common naming scheme for vcvt f16 builtins. NFC.Ahmed Bougacha2015-08-211-2/+2
* [ARM NEON] Factor out FP-prototype checking. NFC.Ahmed Bougacha2015-08-211-5/+9
* [Static Analyzer] Made it easier to test new checkers using the test suite.Gabor Horvath2015-08-201-0/+7
* Fix memory ownership in the NeonEmitter by using values instead of pointers (...David Blaikie2015-08-061-37/+30
* Plug a memory leak in NeonEmitter: Intrinsics allocated were never released.Yaron Keren2015-08-061-0/+6
* [UB] Guard two calls to memcpy in generated attribute code to handleChandler Carruth2015-08-041-2/+4
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* Refactor TableGen backend for ClangAttrEmitter to avoid duplication.Bob Wilson2015-07-201-89/+63
* Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson2015-07-201-3/+36
* [Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath2015-07-082-4/+17
* [TableGen] Change a couple methods to return an ArrayRef instead of a const s...Craig Topper2015-07-061-2/+2
* [Static Analyzer] No longer include the full path of the source file in the s...Gabor Horvath2015-07-021-1/+1
* [Static Analyzer] Minor improvements to SATest.Gabor Horvath2015-06-302-20/+41
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-223-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-223-3/+3
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-191-1/+2
* [CodeGen][NEON] Emit constants for "immediate" intrinsic arguments.Ahmed Bougacha2015-06-041-8/+24
* [utils] Improvements to check_cfc.py to work better with some build systems.Russell Gallop2015-06-032-3/+15
* [utils] Add exact check to check_cfc.py dash_s_no_change.Russell Gallop2015-06-032-6/+44
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-294-9/+7