llvm-6502/lib
Yuchen Wu 695de7692c llvm-cov: Split entry blocks in GCNOProfiling.cpp.
gcov expects every function to contain an entry block that
unconditionally branches into the next block. clang does not implement
basic blocks in this manner, so gcov did not output correct branch info
if the entry block branched to multiple blocks.

This change splits every function's entry block into an empty block and
a block with the rest of the instructions. The instrumentation code will
take care of the rest.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195513 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-22 23:07:45 +00:00
..
Analysis Don't speculate loads under ThreadSanitizer 2013-11-21 07:29:28 +00:00
AsmParser Make it explicit that nulls are not allowed in names. 2013-11-19 21:12:39 +00:00
Bitcode
CodeGen Teach ISel not to optimize 'optnone' functions (revised). 2013-11-22 19:11:24 +00:00
DebugInfo
ExecutionEngine [mips] Resolve relocation for the stubs in MCJIT when load address is known 2013-11-19 21:56:00 +00:00
IR Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp. 2013-11-22 22:06:31 +00:00
IRReader
Linker
LTO
MC Support multiple COFF sections with the same name but different COMDAT. 2013-11-19 19:52:52 +00:00
Object
Option Use startswith_lower() where possible. 2013-11-04 19:22:50 +00:00
Support revert r194655 2013-11-21 00:20:10 +00:00
TableGen
Target X86: Perform integer comparisons at i32 or larger. 2013-11-22 19:57:47 +00:00
Transforms llvm-cov: Split entry blocks in GCNOProfiling.cpp. 2013-11-22 23:07:45 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile