llvm-6502/include/llvm/Support
Mon P Wang e33c848fa4 Reapply address space patch after fixing an issue in MemCopyOptimizer.
Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset,
e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -> llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100191 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-02 18:04:15 +00:00
..
AlignOf.h
Allocator.h Fix SpecificBumpPtrAllocator iteration. 2010-04-02 13:20:51 +00:00
CallSite.h Introduce ImmutableCallSite, useful for contexts where no mutation 2010-04-01 08:21:08 +00:00
Casting.h Switch isa_impl from a function template to a class template with a 2010-03-30 18:05:52 +00:00
CFG.h rename pred_const_iterator to const_pred_iterator for consistency's sake 2010-03-25 23:25:28 +00:00
circular_raw_ostream.h
CommandLine.h
Compiler.h
ConstantFolder.h
ConstantRange.h
DataFlow.h
Debug.h
DebugLoc.h add comments, don't require inlined-at to be specified. 2010-04-01 06:29:56 +00:00
DOTGraphTraits.h
Dwarf.h
DynamicLinker.h
ELF.h
ErrorHandling.h
FileUtilities.h Fix llvm-ld to clean up its output files in case of an error. 2010-03-30 19:56:41 +00:00
Format.h
FormattedStream.h
GetElementPtrTypeIterator.h
GraphWriter.h
InstIterator.h
InstVisitor.h
IRBuilder.h Reapply address space patch after fixing an issue in MemCopyOptimizer. 2010-04-02 18:04:15 +00:00
IRReader.h
LeakDetector.h
MachO.h
ManagedStatic.h
MathExtras.h Make isInt?? and isUint?? template specializations of the generic versions. This 2010-03-29 21:13:41 +00:00
MemoryBuffer.h
MemoryObject.h
MutexGuard.h
NoFolder.h
OutputBuffer.h
PassNameParser.h
PatternMatch.h
PluginLoader.h
PointerLikeTypeTraits.h
PredIteratorCache.h
PrettyStackTrace.h
raw_os_ostream.h
raw_ostream.h Add a comment. 2010-03-27 16:34:32 +00:00
Recycler.h
RecyclingAllocator.h Define placement new wrappers for BumpPtrAllocator and 2010-03-18 18:49:47 +00:00
Regex.h
Registry.h
RegistryParser.h
SlowOperationInformer.h Add an explicit keyword. 2010-04-02 14:57:49 +00:00
SMLoc.h
SourceMgr.h
StableBasicBlockNumbering.h
StandardPasses.h
StringPool.h
SystemUtils.h
TargetFolder.h
Timer.h stringref'ize Timer apis 2010-03-30 05:34:02 +00:00
type_traits.h
TypeBuilder.h
ValueHandle.h add new apis for getting/setting !dbg metadata on 2010-03-31 03:34:40 +00:00