llvm-6502/lib/VMCore
2009-07-13 22:41:06 +00:00
..
AsmWriter.cpp Change printInstruction to not print a trailing newline. Value::dump 2009-07-13 18:27:59 +00:00
Attributes.cpp
AutoUpgrade.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
BasicBlock.cpp LLVMContext-ification. 2009-07-07 23:43:39 +00:00
CMakeLists.txt
ConstantFold.cpp Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods behavior. 2009-07-13 22:41:06 +00:00
ConstantFold.h Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. 2009-07-13 04:09:18 +00:00
Constants.cpp As Chris pointed out, this doesn't actually need an LLVMContext to operate. 2009-07-13 21:27:19 +00:00
Core.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
Dominators.cpp
Function.cpp LLVMContext-ification. 2009-07-07 23:43:39 +00:00
Globals.cpp LLVMContext-ification. 2009-07-08 23:50:31 +00:00
InlineAsm.cpp
Instruction.cpp Remove the vicmp and vfcmp instructions. Because we never had a release with 2009-07-08 03:04:38 +00:00
Instructions.cpp These don't really need contexts either. 2009-07-13 22:18:28 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
LLVMContext.cpp Move more functionality over to LLVMContext. 2009-07-13 20:58:05 +00:00
LLVMContextImpl.h
Makefile
Mangler.cpp
Module.cpp LLVMContext-ification. 2009-07-08 23:50:31 +00:00
ModuleProvider.cpp
Pass.cpp
PassManager.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
TypeSymbolTable.cpp
Use.cpp
Value.cpp Fix the AssertingVH unittests. 2009-07-08 22:09:00 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
Verifier.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00