1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/test/Transforms/PGOProfile
Xinliang David Li 9a2e877d9a [PGO] Stop using invalid char in instr variable names.
Before the patch, -fprofile-instr-generate compile will fail
if no integrated-as is specified when the file contains
any static functions (the -S output is also invalid).

This is the second try. The fix in this patch is very localized.
Only profile symbol names of profile symbols with internal 
linkage are fixed up while initializer of name syms are not 
changes. This means there is no format change nor version bump.

llvm-svn: 255434
2015-12-12 17:28:03 +00:00
..
Inputs [PGO] Revert r255365: solution incomplete, not handling lambda yet 2015-12-11 20:23:22 +00:00
branch1.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
branch2.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
criticaledge.ll [PGO] Stop using invalid char in instr variable names. 2015-12-12 17:28:03 +00:00
diag_mismatch.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
diag_no_funcprofdata.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
diag_no_profile.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
landingpad.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
loop1.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
loop2.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00
single_bb.ll [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) 2015-12-09 18:08:16 +00:00
switch.ll [PGO] Use %t as the temporary profdata filename in the test cases. 2015-12-10 18:24:44 +00:00