llvm-6502/include/llvm
Justin Bogner e0eae15f6c InstrProf: Handle unknown functions if they consist only of zero-regions
This comes up when we generate coverage for a function but don't end
up emitting the function at all - dead static functions or inline
functions that aren't referenced in a particular TU, for example. In
these cases we'd like to show that the function was never called,
which is trivially true.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229717 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-18 18:40:46 +00:00
..
ADT I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in MSVC 2013 and GCC. Added a trivial test to ensure the ArrayRef initializer list constructor is called and behaves as expected. 2015-02-17 15:37:53 +00:00
Analysis Reformat. 2015-02-18 08:36:14 +00:00
AsmParser
Bitcode
CodeGen AVX-512: Added support for FP instructions with embedded rounding mode. 2015-02-18 07:59:20 +00:00
Config Expose LLVM_VERSION_PATCH in llvm-config.h 2015-02-17 20:02:34 +00:00
DebugInfo
ExecutionEngine OrcJIT: Try to appease msc18 to add move constructor in FullyPartitionedModule . 2015-02-17 12:52:58 +00:00
IR AVX-512: Added support for FP instructions with embedded rounding mode. 2015-02-18 07:59:20 +00:00
IRReader
LineEditor
Linker
LTO
MC Add r228980 back. 2015-02-17 20:48:01 +00:00
Object [Object] Support reading 64-bit MIPS ELF archives 2015-02-17 18:54:22 +00:00
Option
ProfileData InstrProf: Handle unknown functions if they consist only of zero-regions 2015-02-18 18:40:46 +00:00
Support [mips] Add backend support for Mips32r[35] and Mips64r[35]. 2015-02-18 16:24:50 +00:00
TableGen
Target Add r228939 back with a fix. 2015-02-17 23:34:51 +00:00
Transforms Adding implementation to outline C++ catch handlers for native Windows 64 exception handling. 2015-02-18 18:31:51 +00:00
CMakeLists.txt
InitializePasses.h Reformat. 2015-02-18 08:36:14 +00:00
LinkAllIR.h
LinkAllPasses.h
module.modulemap [modules] Fix typo in DIA exclusion in module map. 2015-02-18 00:21:45 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h