llvm-6502/include/llvm/Support
Tobias Grosser c500566d9f Only print edgeSourceLabels if they are not empty
Graphviz can layout the graphs better if a node does not contain source
ports. Therefore only print the ports if the source ports are useful,
that means are not labeled with the empty string "".
This patch also simplifies graphs without any edgeSourceLabels e.g. the
dominance trees.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90131 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-30 12:24:40 +00:00
..
AlignOf.h
Allocator.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
CallSite.h
Casting.h
CFG.h
CommandLine.h Move llvm:🆑:opt's conversion function into the base classes that 2009-11-05 18:30:50 +00:00
Compiler.h Following a suggestion of Daniel Dunbar, stop people passing the name 2009-11-17 08:34:52 +00:00
ConstantFolder.h InstrTypes.h includes Instruction.h, so it's not necessary to include both. 2009-11-05 19:42:20 +00:00
ConstantRange.h implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite tricky. 2009-11-12 14:53:53 +00:00
DataFlow.h
Debug.h add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT 2009-10-28 15:32:19 +00:00
DebugLoc.h
DOTGraphTraits.h
Dwarf.h
DynamicLinker.h
ELF.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
ErrorHandling.h Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the 2009-11-14 14:14:58 +00:00
FileUtilities.h
Format.h Make a few headers standalone. Plus, add a missing "template" keyword 2009-11-05 13:30:28 +00:00
FormattedStream.h
GetElementPtrTypeIterator.h
GraphWriter.h Only print edgeSourceLabels if they are not empty 2009-11-30 12:24:40 +00:00
InstIterator.h
InstVisitor.h rename indbr -> indirectbr to appease the residents of #llvm. 2009-10-28 00:19:10 +00:00
IRBuilder.h Following a suggestion of Daniel Dunbar, stop people passing the name 2009-11-17 08:34:52 +00:00
IRReader.h
LeakDetector.h Make a few headers standalone. Plus, add a missing "template" keyword 2009-11-05 13:30:28 +00:00
ManagedStatic.h
Mangler.h
MathExtras.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
MemoryBuffer.h Remove spurious @verbatim. Patch by Timo Juhani Lindfors! 2009-11-18 22:04:44 +00:00
MemoryObject.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
MutexGuard.h
NoFolder.h Use ExtractElementInst::Create instead of new; patch by Artur Pietrek! 2009-11-22 18:27:43 +00:00
OutputBuffer.h Make a few headers standalone. Plus, add a missing "template" keyword 2009-11-05 13:30:28 +00:00
PassNameParser.h Make a few headers standalone. Plus, add a missing "template" keyword 2009-11-05 13:30:28 +00:00
PatternMatch.h
PluginLoader.h
PointerLikeTypeTraits.h lang points out that the comment is out of date with the code. 2009-10-27 04:58:10 +00:00
PredIteratorCache.h
PrettyStackTrace.h
raw_os_ostream.h
raw_ostream.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
Recycler.h
RecyclingAllocator.h Make a few headers standalone. Plus, add a missing "template" keyword 2009-11-05 13:30:28 +00:00
Regex.h
Registry.h
RegistryParser.h
SlowOperationInformer.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
SourceMgr.h SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. 2009-11-22 22:08:00 +00:00
StableBasicBlockNumbering.h
StandardPasses.h jump threading does everything that condprop does any more. This passes 2009-11-10 23:54:10 +00:00
StringPool.h
SystemUtils.h
TargetFolder.h remove some more Context arguments. 2009-11-06 05:59:53 +00:00
Timer.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
type_traits.h Fix DenseMap iterator constness. 2009-11-10 01:02:17 +00:00
TypeBuilder.h
ValueHandle.h