llvm-6502/lib/VMCore
2002-05-26 20:17:54 +00:00
..
AsmWriter.cpp Support opaque type printing a little bit at least 2002-05-26 20:17:54 +00:00
BasicBlock.cpp Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll 2002-05-23 16:52:34 +00:00
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
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
Value.cpp
ValueHolderImpl.h Avoid creating the symbol table if we don't need it. 2002-05-22 22:53:05 +00:00
Verifier.cpp Verify that function call arguments match the function signature 2002-05-08 19:49:50 +00:00