summaryrefslogtreecommitdiff
path: root/test/Profile
AgeCommit message (Expand)Author
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li
2015-12-11[PGO] Add a test case to cover version-3 formatXinliang David Li
2015-12-06[PGO] Instrument only base constructors and destructors.Serge Pavlov
2015-11-18[PGO] Test update for revision 253484.Betul Buyukkurt
2015-10-29Fix a soon to be invalid testXinliang David Li
2015-07-10Tweak a couple of -fprofile tests in clang/test to accept backslash in path.NAKAMURA Takumi
2015-07-10Remove test that tests referring to the current working directory. YouDaniel Jasper
2015-07-09Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo
2015-06-30Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-06-25Display profile file name when emitting a file not found diagnostic.Diego Novillo
2015-05-28Fix PPC failure. Adjust CHECK pattern.Diego Novillo
2015-05-27Set function entry counts with -fprofile-instr-use.Diego Novillo
2015-05-20InstrProf: Change this triple back to %itanium_abi_tripleJustin Bogner
2015-05-20InstrProf: Remove darwin-specific section names from this testJustin Bogner
2015-05-20InstrProf: Increment the profile counter for all types of destructorJustin Bogner
2015-05-12InstrProf: Update name of compiler-rt routine for setting filenameJustin Bogner
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-05-01InstrProf: Add a couple of checks to this testJustin Bogner
2015-04-30InstrProf: Support for setting profile output from command lineJustin Bogner
2015-04-30InstrProf: Fix handling of profile counters in the body of range based forJustin Bogner
2015-04-28InstrProf: Match a bit less strictly - some targets may add signextJustin Bogner
2015-04-28InstrProf: Mark code regions after throw expressions as unreachableJustin Bogner
2015-04-06Fix this test so it doesn't try to open a file to write to the source treeDavid Blaikie
2015-04-06clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in...NAKAMURA Takumi
2015-04-06Don't crash when passing a non-existent file to -fprofile-instr-use=.Nico Weber
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner
2015-03-20InstrProf: Make profile variables private to reduce binary size overheadJustin Bogner
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-26Add -frtti/-fexceptions to some more tests that assume they're onFilipe Cabecinhas
2015-02-24InstrProf: Simplify a couple of tests after r230383Justin Bogner
2015-01-09InstrProf: Don't emit counter increments in dead codeJustin Bogner
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-12-08InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner
2014-12-02InstrProf: Use the same names for variables as we use in the profileJustin Bogner
2014-08-01InstrProf: Update for LLVM API changeJustin Bogner
2014-06-26CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner
2014-05-16InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith
2014-04-25CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner
2014-04-17test: Use llvm-profdata merge in Profile testsJustin Bogner
2014-04-17Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker
2014-04-16InstrProf: Calculate a better function hashDuncan P. N. Exon Smith
2014-04-15CodeGen: Emit warnings for out of date profile data during PGOJustin Bogner
2014-04-15CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner
2014-04-12CodeGen: Test instrumentation based profiling of templatesJustin Bogner
2014-04-11CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner
2014-04-11CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner
2014-04-04CodeGen: Don't create branch weight metadata from empty profilesJustin Bogner
2014-03-28InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith
2014-03-25[PGO] Add simplified branch weights for Objective-C for-collection loops.Bob Wilson