llvm-6502/lib/VMCore
2002-05-13 22:03:16 +00:00
..
AsmWriter.cpp Print functions with curly braces instead of begin/end 2002-05-06 03:00:40 +00:00
BasicBlock.cpp
ConstantFold.cpp Implement constant propogation of PHI instructions like this: 2002-05-07 20:44:59 +00:00
ConstantFold.h Move a bunch of code to a .cpp file, don't #include Instruction.h 2002-05-06 17:54:50 +00:00
ConstantFolding.h Move a bunch of code to a .cpp file, don't #include Instruction.h 2002-05-06 17:54:50 +00:00
Constants.cpp
Dominators.cpp Add method to check to see if two _Instructions_ dominate each other 2002-05-13 22:03:16 +00:00
Function.cpp
iBranch.cpp
iCall.cpp
iMemory.cpp Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
InstrTypes.cpp
Instruction.cpp
iOperators.cpp
iSwitch.cpp
Linker.cpp Updates to move some header files out of include/llvm/Transforms into 2002-05-07 18:36:35 +00:00
Makefile
Module.cpp
Pass.cpp Make functions that preserve the CFG not invalidate analyses that only depend 2002-05-06 19:31:52 +00:00
PassManagerT.h
SlotCalculator.cpp
SymbolTable.cpp We actually need this code for the release build to prevent link errors, 2002-05-10 18:54:35 +00:00
Type.cpp Implement getPrimitiveSize() 2002-05-06 16:14:39 +00:00
Value.cpp
ValueHolderImpl.h
Verifier.cpp Verify that function call arguments match the function signature 2002-05-08 19:49:50 +00:00