llvm-project/llvm/lib/Transforms
Xinliang David Li d1bab96045 [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
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
IPO SamplePGO - Reduce memory utilization by 10x. 2015-12-11 23:21:38 +00:00
InstCombine [InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(bitcast X)) 2015-12-12 16:44:48 +00:00
Instrumentation [PGO] Stop using invalid char in instr variable names. 2015-12-12 17:28:03 +00:00
ObjCARC ObjCARC: Remove implicit ilist iterator conversions, NFC 2015-10-19 23:20:14 +00:00
Scalar [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
Utils [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
Vectorize AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA 2015-12-11 17:46:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile