llvm-6502/include/llvm/Support
Dan Gohman 2d3ff5a7ae Make the GraphWriter be more consistent about the string
used for the graph "title" and the graph "label", as there
are differences in interpretation of these strings
between viewers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53871 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-21 19:57:57 +00:00
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk 2008-07-17 19:10:17 +00:00
Annotation.h
CallSite.h Add CallSite::getArgumentNo() to be able to translate an operand number into a 2008-07-08 08:51:47 +00:00
Casting.h Remove uses of "llvm/Support/Debug.h" from LLVM include files, which 2008-07-07 18:14:29 +00:00
CFG.h For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" 2008-05-29 17:41:17 +00:00
CommandLine.h Silence a warning about "*/" outside a comment. 2008-05-20 00:46:15 +00:00
Compiler.h Mark function used by asm block as used, otherwise optimizer may not see the use and may delete the function. 2008-07-16 17:54:34 +00:00
ConstantRange.h
DataFlow.h
DataTypes.h.in
Debug.h
DOTGraphTraits.h
Dwarf.h
DynamicLinker.h
ELF.h
FileUtilities.h
GetElementPtrTypeIterator.h
GraphWriter.h Make the GraphWriter be more consistent about the string 2008-07-21 19:57:57 +00:00
InstIterator.h
InstVisitor.h IR support for extractvalue and insertvalue instructions. Also, begin 2008-05-15 19:50:34 +00:00
IRBuilder.h Add a couple more helper functions to deal with 2008-07-02 22:57:59 +00:00
LeakDetector.h
ManagedStatic.h
Mangler.h - Replace use of std::map<std::string, ..> with StringMap. Replace use of std::map with DenseMap, std::set with SmallPtrSet. This results in minor speed up. 2008-07-10 00:04:23 +00:00
MathExtras.h Add a NextPowerOf2 function to calculate the next power of two greater than a given integer. 2008-06-27 21:48:21 +00:00
MemoryBuffer.h
MutexGuard.h
OutputBuffer.h
PassNameParser.h
PatternMatch.h
PluginLoader.h
Recycler.h Pull r53428 from Gaz into mainline: 2008-07-10 22:57:49 +00:00
RecyclingAllocator.h Tidy up #includes. 2008-07-10 22:26:19 +00:00
Registry.h
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h Remove more iostream header includes. Needed to implement a "FlushStream" 2008-05-29 21:46:33 +00:00
StringPool.h
SystemUtils.h
Timer.h Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
type_traits.h