llvm-6502/include/llvm
Justin Bogner 01c0550584 llvm-cov: Implement the preserve-paths flag
Until now, when a path in a gcno file included a directory, we would
emit our .gcov file in that directory, whereas gcov always emits the
file in the current directory. In doing so, this implements gcov's
strange name-mangling -p flag, which is needed to avoid clobbering
files when two with the same name exist in different directories.

The path mangling is a bit ugly and only handles unix-like paths, but
it's simple, and it doesn't make any guesses as to how it should
behave outside of what gcov documents. If we decide this should be
cross platform later, we can consider the compatibility implications
then.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200754 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-04 10:45:02 +00:00
..
ADT Remove outdated & incorrect part of comment. 2014-02-03 14:33:51 +00:00
Analysis Clean up whitespace 2014-01-31 21:45:51 +00:00
AsmParser
Bitcode
CodeGen [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic. 2014-01-30 18:58:27 +00:00
Config Introduce line editor library. 2014-01-31 23:46:14 +00:00
DebugInfo
ExecutionEngine
IR AArch64 & ARM: refactor crypto intrinsics to take scalars 2014-02-03 17:27:49 +00:00
IRReader
LineEditor Introduce line editor library. 2014-01-31 23:46:14 +00:00
LTO
MC MC: Add AsmLexer::BigNum token for integers greater than 64 bits 2014-02-01 16:20:54 +00:00
Object Mark the first dynamic elf symbol as SF_FormatSpecific. 2014-01-31 21:40:13 +00:00
Option
Support llvm-cov: Implement the preserve-paths flag 2014-02-04 10:45:02 +00:00
TableGen
Target Implement inalloca codegen for x86 with the new inalloca design 2014-01-31 23:50:57 +00:00
Transforms
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h
DIBuilder.h
GVMaterializer.h
InitializePasses.h
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h