summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-239/+13
* [AArch64] Implement FP16FML intrinsicsBryan Chan2018-10-251-0/+37
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-9/+9
* [analyzer] [testing] Compute data on path length, compute percentilesGeorge Karpenkov2018-10-231-0/+14
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-45/+42
* [analyzer] [tests] Hotfix: missing spaceGeorge Karpenkov2018-10-021-1/+1
* [analyzer] [tests] Allow specifying entire -analyze-config on the command lin...George Karpenkov2018-10-021-14/+16
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-302-3/+3
* [analyzer] [testing] Pass through an extra argument for specifying extra anal...George Karpenkov2018-09-271-16/+22
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-263-13/+11
* Replaces __inline by __inline__ / C89 compatibleDiogo N. Sampaio2018-09-071-2/+2
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-76/+0
* Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89Diogo N. Sampaio2018-09-051-2/+2
* Update FIXME as requested in code review.Richard Smith2018-08-301-1/+2
* Improve attribute documentation to list which spellings are used in which syn...Richard Smith2018-08-301-79/+86
* Adjust Attr representation so that changes to documentation don't affectRichard Smith2018-08-301-12/+8
* Fix typoStephen Kelly2018-08-231-1/+1
* [clang-tblgen] Add -print-records and -dump-json modes.Simon Tatham2018-08-221-0/+12
* Model type attributes as regular Attrs.Richard Smith2018-08-201-0/+2
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-2/+0
* Model type attributes as regular Attrs.Richard Smith2018-08-131-0/+2
* Implement diagnostic stream operator for ParsedAttr.Erich Keane2018-08-091-1/+1
* [analyzer] [tests] Do not be verbose by default when updating reference results.George Karpenkov2018-08-071-1/+1
* revert r338831 - Fix unused variable warning in tablegen generated codeErich Keane2018-08-031-8/+4
* Fix unused variable warning in tablegen generated codeKarl-Johan Karlsson2018-08-031-4/+8
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-2/+7
* [analyzer] [tests] Add an option for showing statistics after running tests.George Karpenkov2018-07-301-1/+3
* [analyzer] [tests] Style fixes for testing harness.George Karpenkov2018-07-302-14/+14
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+38
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-26/+27
* [analyzer] [tests] Pass clang executable path to prefix-less executor scripts.George Karpenkov2018-07-021-0/+1
* [analyzer] [tests] Allow the tested project to specify it's own analyzer wrapperGeorge Karpenkov2018-06-291-0/+14
* [analyzer] [tests] Fix 80 column violation in SATestBuild.pyGeorge Karpenkov2018-06-291-5/+5
* [analyzer] Fix string not being formatted with extra argumentsMikhail R. Gadelha2018-06-271-1/+2
* [analyzer] [tests] Include statistics in tests.George Karpenkov2018-06-261-1/+7
* Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-212-0/+312
* Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes2018-06-212-312/+0
* Revert "Fix hmaptool cmake file to work on Windows"Bruno Cardoso Lopes2018-06-211-4/+4
* Fix hmaptool cmake file to work on WindowsBruno Cardoso Lopes2018-06-201-4/+4
* Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-202-0/+312
* [AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema testsLuke Geeson2018-06-121-5/+8
* Fix a (possible) division by zero check in the CmpRuns scriptMikhail R. Gadelha2018-05-301-1/+1
* Introduces --stats-only option to only show changes in statistics.Mikhail R. Gadelha2018-05-281-3/+63
* [ClangDiagnostics] Silence warning about fallthrough after PrintFatalErrorDavid Bolvansky2018-05-261-1/+1
* [bash-completion] Fix tab separation on macOSBen Langmuir2018-05-241-1/+2
* [Clang Tablegen] Add llvm_unreachable() to getModifierName()Mark Searles2018-05-211-0/+2
* [Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier2018-05-191-263/+743
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-094-12/+12
* Allow writing calling convention attributes on function types.Aaron Ballman2018-05-031-2/+5
* [ARM,AArch64] Add intrinsics for dot product instructionsOliver Stannard2018-04-271-0/+13