summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile
Commit message (Expand)AuthorAgeFilesLines
* Fix a soon to be invalid testXinliang David Li2015-10-291-1/+0
* Tweak a couple of -fprofile tests in clang/test to accept backslash in path.NAKAMURA Takumi2015-07-101-1/+1
* Remove test that tests referring to the current working directory. YouDaniel Jasper2015-07-101-5/+0
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-092-0/+53
* Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi2015-06-301-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-293-9/+9
* Display profile file name when emitting a file not found diagnostic.Diego Novillo2015-06-251-1/+1
* Fix PPC failure. Adjust CHECK pattern.Diego Novillo2015-05-281-2/+2
* Set function entry counts with -fprofile-instr-use.Diego Novillo2015-05-272-0/+29
* InstrProf: Change this triple back to %itanium_abi_tripleJustin Bogner2015-05-201-1/+1
* InstrProf: Remove darwin-specific section names from this testJustin Bogner2015-05-201-5/+5
* InstrProf: Increment the profile counter for all types of destructorJustin Bogner2015-05-201-0/+30
* InstrProf: Update name of compiler-rt routine for setting filenameJustin Bogner2015-05-121-2/+2
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-122-3/+3
* InstrProf: Add a couple of checks to this testJustin Bogner2015-05-011-0/+15
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-0/+10
* InstrProf: Fix handling of profile counters in the body of range based forJustin Bogner2015-04-302-0/+57
* InstrProf: Match a bit less strictly - some targets may add signextJustin Bogner2015-04-281-2/+2
* InstrProf: Mark code regions after throw expressions as unreachableJustin Bogner2015-04-282-2/+30
* Fix this test so it doesn't try to open a file to write to the source treeDavid Blaikie2015-04-061-1/+1
* clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in...NAKAMURA Takumi2015-04-061-1/+1
* Don't crash when passing a non-existent file to -fprofile-instr-use=.Nico Weber2015-04-061-0/+4
* Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner2015-04-011-2/+2
* InstrProf: Make profile variables private to reduce binary size overheadJustin Bogner2015-03-208-28/+28
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Add -frtti/-fexceptions to some more tests that assume they're onFilipe Cabecinhas2015-02-261-4/+4
* InstrProf: Simplify a couple of tests after r230383Justin Bogner2015-02-242-41/+9
* InstrProf: Don't emit counter increments in dead codeJustin Bogner2015-01-091-0/+15
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-158-99/+99
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-083-13/+16
* InstrProf: Use the same names for variables as we use in the profileJustin Bogner2014-12-025-10/+10
* InstrProf: Update for LLVM API changeJustin Bogner2014-08-012-0/+3
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-263-0/+39
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-169-42/+42
* CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner2014-04-251-0/+17
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-1722-12/+26
* Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker2014-04-171-2/+2
* InstrProf: Calculate a better function hashDuncan P. N. Exon Smith2014-04-1614-49/+49
* CodeGen: Emit warnings for out of date profile data during PGOJustin Bogner2014-04-151-5/+8
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-152-0/+82
* CodeGen: Test instrumentation based profiling of templatesJustin Bogner2014-04-122-0/+58
* CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner2014-04-112-0/+77
* CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner2014-04-112-0/+29
* CodeGen: Don't create branch weight metadata from empty profilesJustin Bogner2014-04-042-0/+100
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-282-2/+14
* [PGO] Add simplified branch weights for Objective-C for-collection loops.Bob Wilson2014-03-251-1/+4
* PGO: Don't define instrumentation data available_externallyDuncan P. N. Exon Smith2014-03-201-0/+12
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-206-45/+45
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-189-41/+103
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-177-20/+80
OpenPOWER on IntegriCloud