summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] exploded-graph-rewriter: Rename Environment to Expressions.Artem Dergachev2019-10-181-1/+1
* [analyzer] exploded-graph-rewriter: Fix dump for state 0.Artem Dergachev2019-10-181-2/+12
* [analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev2019-10-171-18/+25
* [analyzer] Display cast kinds in program point dumps.Artem Dergachev2019-10-171-1/+5
* [analyzer] exploded-graph-rewriter: Make node headers a bit lighter.Artem Dergachev2019-10-171-1/+1
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman2019-10-171-1/+2
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-101-1/+4
* [ARM] Fix arm_neon.h with -flax-vector-conversions=noneEli Friedman2019-10-091-2/+2
* [clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny2019-10-041-1/+8
* Emit TypeNodes.def with tblgen.John McCall2019-10-014-0/+228
* Use scope qualifiers in Clang's tblgen backends to get usefulJohn McCall2019-10-0111-64/+37
* [OpenCL] Add version handling and add vector ld/st builtinsSven van Haastregt2019-09-191-7/+15
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-171-0/+8
* Move some definitions from Sema to Basic to fix shared libs buildErich Keane2019-09-161-17/+17
* Fix build error in 371875Erich Keane2019-09-131-2/+2
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-57/+107
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-134-0/+368
* [OpenCL] Add image type handling for builtinsSven van Haastregt2019-09-051-3/+67
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-044-368/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-044-0/+368
* [OpenCL] Drop spurious semicolon in generated file; NFCSven van Haastregt2019-09-031-1/+1
* [ARM NEON] Avoid duplicated decarationsDiogo N. Sampaio2019-09-031-3/+22
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-024-368/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-024-0/+368
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-314-368/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-314-0/+368
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-368/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-0/+368
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-368/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-0/+368
* [OpenCL] Microoptimize OCL2Qual a bitBenjamin Kramer2019-08-241-9/+11
* Retire llvm::less_ptr. llvm::deref is much more flexible.Benjamin Kramer2019-08-221-2/+2
* [OpenCL] Add const, volatile and pointer builtin handlingSven van Haastregt2019-08-201-2/+36
* [OpenCL] Add generic type handling for builtin functionsSven van Haastregt2019-08-191-103/+326
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-26/+26
* [analyzer] exploded-graph-rewriter: Implement displaying Store pointers.Artem Dergachev2019-08-131-0/+4
* [analyzer] exploded-graph-rewriter: Implement manual graph trimming.Artem Dergachev2019-08-131-0/+54
* [analyzer] exploded-graph-rewriter: NFC: Refactor explorers into trimmers.Artem Dergachev2019-08-131-26/+33
* [analyzer] exploded-graph-rewriter: Open the converted graph immediately.Artem Dergachev2019-08-131-7/+62
* Improve MSVC visualizations so the parser shows where we are in the codeMike Spertus2019-08-061-0/+46
* Improve MSVC visualizers for DeclSpec and TemplateNameMike Spertus2019-07-291-2/+79
* Add lifetime categories attributesMatthias Gehre2019-07-251-0/+4
* Revert "NFC: utils/perf-training: Python 3 compatibility for lit.cfg"Azharuddin Mohammed2019-07-241-1/+1
* [OpenCL] Make TableGen'd builtin tables and helper functions staticTom Stellard2019-07-151-3/+3
* Template-related improvements to Visual Studio visualizersMike Spertus2019-07-131-7/+48
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+1
* NFC: utils/perf-training: Python 3 compatibility for lit.cfgAlex Lorenz2019-07-121-1/+1
* Remove __VERSION__Sylvestre Ledru2019-07-121-1/+0
* [analyzer] exploded-graph-rewriter: Improve source location dumps.Artem Dergachev2019-07-121-26/+38
* [analyzer] exploded-graph-rewriter: Fix filenames in program point.Artem Dergachev2019-07-111-2/+3