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 rename pred_const_iterator to const_pred_iterator for consistency's sake 2010-03-25 23:25:28 +00:00
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 rename use_const_iterator to const_use_iterator for consistency's sake 2010-03-25 23:06:16 +00:00
Globals.cpp rename use_const_iterator to const_use_iterator for consistency's sake 2010-03-25 23:06:16 +00:00
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp rename use_const_iterator to const_use_iterator for consistency's sake 2010-03-25 23:06:16 +00:00
Instructions.cpp Reapply r99451 with a fix to move the NoInline check to the cost functions 2010-03-25 04:49:10 +00:00
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 Oops, r98447 dropped the reference to ForwardType in the wrong place in 2010-03-28 01:03:47 +00:00
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
Value.cpp rename use_const_iterator to const_use_iterator for consistency's sake 2010-03-25 23:06:16 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp