llvm-project/clang/test
SharmaRithik cad9b7f708 [analyzer] Print time taken to analyze each function
Summary: This patch is a part of an attempt to obtain more
timer data from the analyzer. In this patch, we try to use
LLVM::TimeRecord to save time before starting the analysis
and to print the time that a specific function takes while
getting analyzed.

The timer data is printed along with the
-analyzer-display-progress outputs.

ANALYZE (Syntax): test.c functionName : 0.4 ms
ANALYZE (Path,  Inline_Regular): test.c functionName : 2.6 ms
Authored By: RithikSharma
Reviewer: NoQ, xazax.hun, teemperor, vsavchenko
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D105565
2021-07-13 04:52:47 +00:00
..
APINotes
ARCMT
AST Fix an accepts-invalid issue with [[]] attributes in the type position in C 2021-07-01 12:41:18 -04:00
ASTMerge
Analysis [analyzer] Print time taken to analyze each function 2021-07-13 04:52:47 +00:00
CXX Partially implement P1401R5 (Narrowing contextual conversions to bool) 2021-07-12 08:06:27 -04:00
ClangScanDeps [clang][deps] NFC: Fix an XFAIL test on Windows 2021-06-14 14:37:26 +02:00
CodeCompletion [clang][PreProcessor] Cutoff parsing after hitting completion point 2021-05-10 11:24:27 +02:00
CodeGen [WebAssembly] Custom combines for f32x4.demote_zero_f64x2 2021-07-12 10:32:18 -07:00
CodeGenCUDA [Internalize] Preserve variables externally initialized. 2021-07-08 10:48:19 -04:00
CodeGenCXX Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
CodeGenCoroutines [Coroutines] Add the newly generated SCCs back to the CGSCC work queue after CoroSplit actually happened 2021-06-30 11:38:14 -07:00
CodeGenHIP
CodeGenObjC Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
CodeGenObjCXX Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
CodeGenOpenCL Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
CodeGenOpenCLCXX [C++][Sema] Ignore top-level qualifiers in casts 2021-07-05 12:22:08 +01:00
CodeGenSYCL [SYCL] Fix __builtin_sycl_unique_stable_name to work on windows/spir 2021-06-02 13:16:14 -07:00
Coverage Add a target triple to fix failures on MS build bots. 2021-06-30 17:27:26 -07:00
CoverageMapping [clang] remove an incremental build workaround 2021-05-05 12:21:56 -04:00
Driver [Driver] Let -fno-integrated-as -gdwarf-5 use -fdwarf-directory-asm 2021-07-12 15:46:20 -07:00
FixIt [clang] Stop providing builtin overload candidate for relational function pointer comparisons 2021-06-26 00:08:02 +02:00
Format Remove redundant test that was causing intermittent build bot failures. 2021-06-15 12:46:03 -07:00
Frontend Improve clang -Wframe-larger-than= diagnostic 2021-06-22 11:20:49 -07:00
Headers [WebAssembly] Custom combines for f32x4.demote_zero_f64x2 2021-07-12 10:32:18 -07:00
Import
Index [clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiver 2021-06-01 14:45:25 -04:00
Integration XFAIL thinlto testcases on AIX 2021-04-26 17:02:06 +00:00
InterfaceStubs
Interpreter Reland "[clang-repl] Allow passing in code as positional arguments." 2021-07-10 17:54:00 +00:00
Layout [PowerPC][AIX] Fix Zero-width bit fields wrt MaxFieldAlign. 2021-07-12 15:31:15 -04:00
Lexer [clang] add C++ feature test macro for P2266 simpler implicit move 2021-06-26 23:05:23 +02:00
Misc [AMDGPU] Add gfx1035 target 2021-06-24 14:32:41 -04:00
Modules Support for merging UsingPackDecls across modules. 2021-07-01 18:43:49 -07:00
OpenMP [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
PCH [clang] Fix ternary operator in the second for loop statement 2021-05-16 10:42:52 -07:00
Parser Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
ParserSYCL Reimplement __builtin_unique_stable_name- 2021-05-27 07:12:20 -07:00
Preprocessor [AIX] Define __TOS_AIX__ predefined macro 2021-07-06 14:15:35 -04:00
Profile Revert test fixups after e9a9c85098 (which reverted a14fc74). 2021-06-04 10:42:25 -04:00
Refactor
Rewriter
Sema [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
SemaCUDA [HIP] Defer operator overloading errors 2021-06-23 23:39:59 -04:00
SemaCXX Partially implement P1401R5 (Narrowing contextual conversions to bool) 2021-07-12 08:06:27 -04:00
SemaObjC [clang][ObjC] allow the use of NSAttributedString * argument type with format attribute 2021-06-11 13:24:32 -07:00
SemaObjCXX [clang] Apply P1825 as Defect Report from C++11 up to C++20. 2021-07-01 12:10:06 +02:00
SemaOpenCL [OpenCL] Add support of __opencl_c_images feature macro 2021-06-21 18:24:07 +03:00
SemaOpenCLCXX [C++][Sema] Ignore top-level qualifiers in casts 2021-07-05 12:22:08 +01:00
SemaSYCL Replace 'magic static' with a member variable for SCYL kernel names 2021-05-27 13:46:31 -07:00
SemaTemplate Print default template argument if manually specified in typedef declaration. 2021-06-29 14:57:26 +00:00
TableGen
Templight
Tooling
Unit
VFS [clang] Don't crash when loading invalid VFS for the module dep collector 2021-04-26 17:05:22 -07:00
clang-rename
utils/update_cc_test_checks Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
.clang-format
CMakeLists.txt [Clang] Add test dependency on llvm-ar 2021-07-07 14:30:57 +05:30
TestRunner.sh
cxx-sections.data
lit.cfg.py [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00
lit.site.cfg.py.in [clang] Make fewer assumptions about path to lit.site.cfg after 9eaf0d120d 2021-06-25 14:01:29 -04:00
make_test_dirs.pl