1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/Transforms
Nick Lewycky 7f68cef53a In GCC 4.7, function names are now forbidden from .gcda files. Support this by
passing a null pointer to the function name in to GCDAProfiling, and add another
switch onto GCOVProfiling.

llvm-svn: 176173
2013-02-27 06:22:56 +00:00
..
IPO Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
Utils Enhance integer division emulation support to handle types smaller than 32 bits, 2013-02-26 23:33:20 +00:00
Instrumentation.h In GCC 4.7, function names are now forbidden from .gcda files. Support this by 2013-02-27 06:22:56 +00:00
IPO.h Use an ArrayRef instead of a std::vector&. 2012-12-11 16:36:02 +00:00
ObjCARC.h Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Scalar.h Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Vectorize.h BBVectorize: Cap the number of candidate pairs in each instruction group 2013-02-15 04:28:42 +00:00