llvm-6502/include/llvm/Support
2009-02-06 19:34:14 +00:00
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h Deallocate() methods now take a 'const void*' instead of a 'void *', matching observed behavior with how 'delete[]' can be used. 2009-02-06 19:34:14 +00:00
Annotation.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
CallSite.h introduce a useful abstraction to find out if a Use is in the call position of an instruction 2009-01-22 21:35:57 +00:00
Casting.h Roll back rev 59890, since Chris says this can never happen. 2008-11-23 19:22:48 +00:00
CFG.h
CommandLine.h Improve -fno-opt style option processing to not require an extra 2009-02-02 22:48:49 +00:00
Compiler.h Symbol visibility is unsupported on cygwin too. 2008-10-31 18:05:01 +00:00
ConstantFolder.h Add a NullFolder class that doesn't fold constants. 2008-08-12 20:39:27 +00:00
ConstantRange.h Switch the asmprinter (.ll) and all the stuff it requires over to 2008-08-23 22:23:09 +00:00
DataFlow.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
DataTypes.h.cmake CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in. 2008-10-25 03:25:11 +00:00
DataTypes.h.in Revert r58411. The user needs to #define this when using the JITMemoryManager.h header. 2008-10-30 01:22:58 +00:00
Debug.h
DOTGraphTraits.h
Dwarf.h Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. 2009-01-23 22:33:47 +00:00
DynamicLinker.h
ELF.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
FileUtilities.h
Format.h Split format() out to its own file, add support for formatting 2008-08-23 19:48:00 +00:00
GetElementPtrTypeIterator.h
GraphWriter.h
InstIterator.h
InstVisitor.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
IRBuilder.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
LeakDetector.h
ManagedStatic.h
Mangler.h Add the private linkage. 2009-01-15 20:18:42 +00:00
MathExtras.h Do not use host floating point types when emitting 2009-01-21 20:32:55 +00:00
MemoryBuffer.h
MutexGuard.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
NoFolder.h Fix the name of the include guard to match the filename. 2008-10-28 00:52:46 +00:00
OutputBuffer.h
PassNameParser.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
PatternMatch.h no need to negate the APInt for 0. 2009-01-06 00:06:25 +00:00
PluginLoader.h
PredIteratorCache.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
raw_ostream.h Add method raw_fd_ostream::seek() for random access within a file. 2009-01-26 21:42:04 +00:00
Recycler.h
RecyclingAllocator.h
Registry.h Registry.h should not depend on CommandLine.h. 2009-01-16 07:02:28 +00:00
RegistryParser.h Registry.h should not depend on CommandLine.h. 2009-01-16 07:02:28 +00:00
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h add a write method. 2008-11-19 06:45:06 +00:00
StringPool.h
SystemUtils.h
TargetFolder.h Add a NullFolder class that doesn't fold constants. 2008-08-12 20:39:27 +00:00
Timer.h
type_traits.h