]> granicus.if.org Git - clang/history - test/Profile
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / Profile /
2017-04-27 Vedant Kumar[Profile] Add off-by-default -Wprofile-instr-missing...
2017-02-25 Vedant KumarWeaken test/Profile/c-ternary.c
2017-02-25 Vedant KumarRetry: [profiling] Fix profile counter increment when...
2017-02-25 Vedant KumarRevert "[profiling] Fix profile counter increment when...
2017-02-25 Vedant Kumar[profiling] Fix profile counter increment when emitting...
2017-02-24 Vedant Kumar[profiling] PR31992: Don't skip interesting non-base...
2017-02-18 Vedant Kumar[profiling] Make a test more explicit. NFC.
2017-02-18 Vedant Kumar[profiling] Tighten test cases which refer to "profn...
2017-02-14 Vedant Kumar[profiling] Update test cases to deal with name variabl...
2017-02-14 Vedant KumarRevert "[profiling] Update test case to deal with name...
2017-02-14 Vedant Kumar[profiling] Update test case to deal with name variable...
2017-01-12 Chandler CarruthFix two test cases I missed updating in r291850. Sorry...
2016-12-23 Chandler CarruthMake '-disable-llvm-optzns' an alias for '-disable...
2016-11-22 Marcin KoscielnickiAdd test for D21736.
2016-10-14 Vedant Kumar[Coverage] Support for C++17 if initializers
2016-10-14 Vedant Kumar[Coverage] Support for C++17 switch initializers
2016-10-11 Vedant Kumar[Profile] Update testcase for r283948 (NFC)
2016-07-22 Xinliang David Li[Profile] Enable profile merging with -fprofile-generat...
2016-07-21 Xinliang David Li[profile] update test case with interface change.
2016-07-16 Sean Silva[Driver] Add flags for enabling both types of PGO Instr...
2016-06-20 Easwaran RamanRemove MaxFunctionCount module flag annotation.
2016-04-23 Sean Silva[profile] Fix another use of the driver.
2016-04-23 Sean Silva[profile] Use cc1 in these tests instead of the driver.
2016-03-31 Betul Buyukkurt[PGO] Avoid instrumenting constants at value sites
2016-03-29 Betul Buyukkurt[PGO] Test case fix for r264783
2016-03-29 Betul Buyukkurt[PGO] Move the instrumentation point closer to the...
2016-03-24 Easwaran RamanAttach profile summary information to Module.
2016-03-02 Rong Xu[PGO] Change profile use cc1 option to handle IR level...
2016-02-17 Xinliang David LiTest simplification
2016-02-09 Xinliang David Li[PGO] Fix issue: explicitly defaulted assignop is not...
2016-02-08 Xinliang David Li[PGO] Cover more cases of implicitly generated C++...
2016-02-08 Xinliang David LiSimplify test cases
2016-02-07 Xinliang David LiFix test case problem(caused by clang-format
2016-02-07 Xinliang David Li[PGO] add profile/coverage test cases for defaulted...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-01-28 Xinliang David Li[PGO] test case cleanups
2016-01-23 Betul BuyukkurtClang changes for value profiling
2016-01-04 Easwaran RamanRemove setting of inlinehint and cold attributes based...
2015-12-17 Easwaran RamanAttach maximum function count to Module when using...
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-13 Xinliang David LiRevert r255445: adding a new test case
2015-12-13 Xinliang David LiResubmit new test case after adding more constraint
2015-12-12 Xinliang David LiRevert 255436 : remove test that needs to be refined
2015-12-12 Xinliang David Li[PGO] add a test case with -no-integrated-as
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Xinliang David Li[PGO] Revert r255366: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Xinliang David Li[PGO] Add a test case to cover version-3 format
2015-12-06 Serge Pavlov[PGO] Instrument only base constructors and destructors.
2015-11-18 Betul Buyukkurt[PGO] Test update for revision 253484.
2015-10-29 Xinliang David LiFix a soon to be invalid test
2015-07-10 NAKAMURA TakumiTweak a couple of -fprofile tests in clang/test to...
2015-07-10 Daniel JasperRemove test that tests referring to the current working...
2015-07-09 Diego NovilloAdd GCC-compatible flags -fprofile-generate and -fprofi...
2015-06-30 NAKAMURA TakumiFix a couple of tests in clang/test to match "x86_thisc...
2015-06-29 David BlaikieAccount for calling convention specifiers in function...
2015-06-25 Diego NovilloDisplay profile file name when emitting a file not...
2015-05-28 Diego NovilloFix PPC failure. Adjust CHECK pattern.
2015-05-27 Diego NovilloSet function entry counts with -fprofile-instr-use.
2015-05-20 Justin BognerInstrProf: Change this triple back to %itanium_abi_triple
2015-05-20 Justin BognerInstrProf: Remove darwin-specific section names from...
2015-05-20 Justin BognerInstrProf: Increment the profile counter for all types...
2015-05-12 Justin BognerInstrProf: Update name of compiler-rt routine for setti...
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-01 Justin BognerInstrProf: Add a couple of checks to this test
2015-04-30 Justin BognerInstrProf: Support for setting profile output from...
2015-04-30 Justin BognerInstrProf: Fix handling of profile counters in the...
2015-04-28 Justin BognerInstrProf: Match a bit less strictly - some targets...
2015-04-28 Justin BognerInstrProf: Mark code regions after throw expressions...
2015-04-06 David BlaikieFix this test so it doesn't try to open a file to write...
2015-04-06 NAKAMURA Takumiclang/test/Profile/profile-does-not-exist.c: Avoid...
2015-04-06 Nico WeberDon't crash when passing a non-existent file to -fprofi...
2015-04-01 Reid KlecknerRe-land "MS ABI: lambda call operators are instance...
2015-03-20 Justin BognerInstrProf: Make profile variables private to reduce...
2015-03-13 David BlaikieTest case updates for explicit type parameter to the...
2015-02-26 Filipe CabecinhasAdd -frtti/-fexceptions to some more tests that assume...
2015-02-24 Justin BognerInstrProf: Simplify a couple of tests after r230383
2015-01-09 Justin BognerInstrProf: Don't emit counter increments in dead code
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly, clang side
2014-12-08 Justin BognerInstrProf: Use LLVM's -instrprof pass for profiling
2014-12-02 Justin BognerInstrProf: Use the same names for variables as we use...
2014-08-01 Justin BognerInstrProf: Update for LLVM API change
2014-06-26 Justin BognerCodeGen: Improve warnings about uninstrumented files...
2014-05-16 Duncan P. N. Exon... InstrProf: Set profile data to visibility hidden
2014-04-25 Justin BognerCodeGen: Avoid instrumenting implicit Decls more effect...
2014-04-17 Justin Bognertest: Use llvm-profdata merge in Profile tests
2014-04-17 Keith WalkerFix Profile:cxx-lambda.cpp test for targets that do...
2014-04-16 Duncan P. N. Exon... InstrProf: Calculate a better function hash
2014-04-15 Justin BognerCodeGen: Emit warnings for out of date profile data...
2014-04-15 Justin BognerCodeGen: Handle CapturedStmt in instrumentation based...
2014-04-12 Justin BognerCodeGen: Test instrumentation based profiling of templates
2014-04-11 Justin BognerCodeGen: Fix handling of C++11 lambdas in profiling
2014-04-11 Justin BognerCodeGen: Handle binary conditional operators in PGO...
2014-04-04 Justin BognerCodeGen: Don't create branch weight metadata from empty...
2014-03-28 Duncan P. N. Exon... InstrProf: Emit runtime hook directly in IRGen
2014-03-25 Bob Wilson[PGO] Add simplified branch weights for Objective-C...
2014-03-20 Duncan P. N. Exon... PGO: Don't define instrumentation data available_externally
2014-03-20 Duncan P. N. Exon... PGO: Change runtime prefix from pgo to profile
2014-03-18 Justin BognerCodeGen: Include a function hash in instrumentation...
next