This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-28 04:33:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5232cc675c
llvm-6502
/
lib
/
VMCore
History
Jay Foad
a3efbb15dd
Convert CallInst and InvokeInst APIs to use ArrayRef.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@135265
91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-15 08:37:34 +00:00
..
AsmWriter.cpp
Remove mentions of type planes.
2011-07-11 07:28:49 +00:00
Attributes.cpp
AutoUpgrade.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
2011-07-13 10:26:04 +00:00
ConstantFold.h
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
2011-07-13 10:26:04 +00:00
Constants.cpp
remove the old and dangerous uncheckedReplaceAllUsesWith method,
2011-07-15 06:18:52 +00:00
ConstantsContext.h
Core.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
DebugInfoProbe.cpp
DebugLoc.cpp
Add dump()
2011-07-14 21:50:04 +00:00
Dominators.cpp
Function.cpp
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
2011-07-14 17:45:39 +00:00
Globals.cpp
Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.
2011-07-14 20:22:18 +00:00
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
manually copy debugloc over to a new instruction in clone() instead
2011-07-14 18:57:51 +00:00
Instructions.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.cpp
bump pointer allocate LLVM IR types, since they are never deallocated.
2011-07-15 05:49:15 +00:00
LLVMContextImpl.h
bump pointer allocate LLVM IR types, since they are never deallocated.
2011-07-15 05:49:15 +00:00
Makefile
Metadata.cpp
Module.cpp
DebugLoc's don't hide any interesting types for TypeFinder to find.
2011-07-14 18:58:40 +00:00
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
bump pointer allocate LLVM IR types, since they are never deallocated.
2011-07-15 05:49:15 +00:00
Use.cpp
User.cpp
Value.cpp
remove the old and dangerous uncheckedReplaceAllUsesWith method,
2011-07-15 06:18:52 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
2011-07-13 10:26:04 +00:00