summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/c-attributes.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove setting of inlinehint and cold attributes based on profile dataEaswaran Raman2016-01-041-48/+0
| | | | | | | | | | | NFC. These hints are only used for inlining and the inliner now uses the same criteria to identify hot and cold callees and set appropriate thresholds without relying on these hints. Hence this removed code is superfluous. Differential Revision: http://reviews.llvm.org/D15726 llvm-svn: 256793
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-171-1/+2
| | | | | | | | | | | In preparation for using a binary format for instrumentation based profiling, explicitly treat the test inputs as text and transform them before running. This will allow us to leave the checked in files in human readable format once the instrumentation format is binary. No functional change. llvm-svn: 206509
* test: Give instrumentation based profiling tests their own directoryJustin Bogner2014-03-111-0/+47
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
OpenPOWER on IntegriCloud