summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/instr-profile-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test: Give instrumentation based profiling tests their own directoryJustin Bogner2014-03-111-82/+0
| | | | | | | | These tests are logically related, but they're spread about several different CodeGen directories. Consolidate them in one place to make them easier to manage. llvm-svn: 203541
* PGO: rename profile data files from .pgodata to .profdata.Bob Wilson2014-03-061-1/+1
| | | | | | | These tests were added before we had settled on using a .profdata extension for the profile data files. Renaming them now for consistency. llvm-svn: 203166
* test/CodeGenCXX: Be less strict about return typesJustin Bogner2014-01-231-4/+4
| | | | | | | | Some ABIs have different return types for constructors and destructors, and we're just looking for the end of the function here. Loosen up the regex. llvm-svn: 199870
* CodeGen: Handle PGO counters for constructors and destructorsJustin Bogner2014-01-231-0/+82
llvm-svn: 199864
OpenPOWER on IntegriCloud