llvm-6502/lib/VMCore
Victor Hernandez 046e78ce55 Remove FreeInst.
Remove LowerAllocations pass.
Update some more passes to treate free calls just like they were treating FreeInst.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85176 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-26 23:43:48 +00:00
..
AsmWriter.cpp Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary. 2009-10-23 21:09:37 +00:00
Attributes.cpp
AutoUpgrade.cpp I don't see any point in having both eh.selector.i32 and eh.selector.i64, 2009-10-14 16:11:37 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp Teach vm core to more aggressively fold 'trunc' constantexprs, 2009-10-17 21:53:27 +00:00
ConstantFold.h
Constants.cpp Banish ConstantsLock. It's serving no purpose other than slowing things down 2009-10-19 20:11:52 +00:00
ConstantsContext.h
Core.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
Dominators.cpp Make DominanceFrontierBase::print's output prettier. 2009-10-24 20:01:11 +00:00
Function.cpp
Globals.cpp
InlineAsm.cpp Rename msasm to alignstack per review. 2009-10-21 23:28:00 +00:00
Instruction.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
Instructions.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp Derive metadata hierarchy from Value instead of User. 2009-10-21 23:57:35 +00:00
LLVMContextImpl.h Derive metadata hierarchy from Value instead of User. 2009-10-21 23:57:35 +00:00
Makefile
Mangler.cpp
Metadata.cpp Do not use expensive sort(). 2009-10-26 17:09:00 +00:00
Module.cpp
ModuleProvider.cpp
Pass.cpp Hide MetadataContext implementation details. 2009-10-22 19:36:54 +00:00
PassManager.cpp Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. 2009-10-25 06:33:48 +00:00
PrintModulePass.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
Value.cpp Remove unnecessary include. 2009-10-17 18:11:57 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00