llvm-6502/lib/VMCore
Mon P Wang 808bab0169 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)
A update of langref will occur in a subsequent checkin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99928 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-30 20:55:56 +00:00
..
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, 2010-03-30 20:55:56 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp move some method definitions to files that make sense. 2010-03-30 20:48:48 +00:00
ConstantsContext.h
Core.cpp
Dominators.cpp
Function.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp move some method definitions to files that make sense. 2010-03-30 20:48:48 +00:00
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp move some method definitions to files that make sense. 2010-03-30 20:48:48 +00:00
Module.cpp
Pass.cpp
PassManager.cpp reapply my timer rewrite with a change for PassManager to store 2010-03-30 04:03:22 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp