llvm-6502/lib/VMCore
2011-06-18 22:48:56 +00:00
..
AsmWriter.cpp now that Type::getDescription() is dead, the TypePrinting class can move from Assembly/Writer.h to being 2011-06-18 21:23:04 +00:00
Attributes.cpp Add a new function attribute, nonlazybind, which inhibits lazy-loading 2011-06-15 20:36:13 +00:00
AutoUpgrade.cpp rework the remaining autoupgrade logic to use a StringRef instead of creating a 2011-06-18 18:56:39 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp fix the varargs version of StructType::get to not require an LLVMContext, making usage 2011-06-18 22:48:56 +00:00
ConstantsContext.h
Core.cpp
DebugInfoProbe.cpp
DebugLoc.cpp
Dominators.cpp
Function.cpp Fix typo in comment. 2011-06-17 13:36:06 +00:00
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp Another possible bug. Stopgap until we can autogenerate tables and 2011-06-03 22:09:12 +00:00
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h eliminate the Type::getDescription() method, using "<<" instead. This 2011-06-18 21:18:23 +00:00
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp fix the varargs version of StructType::get to not require an LLVMContext, making usage 2011-06-18 22:48:56 +00:00
TypesContext.h
TypeSymbolTable.cpp eliminate the Type::getDescription() method, using "<<" instead. This 2011-06-18 21:18:23 +00:00
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp eliminate the Type::getDescription() method, using "<<" instead. This 2011-06-18 21:18:23 +00:00
ValueTypes.cpp
Verifier.cpp