llvm-6502/lib/Transforms/InstCombine
Richard Osborne bdc76fc75a Add missing check for presence of target data.
This avoids a crash in visitAllocaInst when target data isn't available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164539 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-24 17:10:03 +00:00
..
CMakeLists.txt
InstCombine.h instcombine: merge the functions that remove dead allocas and dead mallocs/callocs/... 2012-07-09 18:38:20 +00:00
InstCombineAddSub.cpp Remove a instcombine transform that (no longer?) makes sense: 2012-06-26 22:03:13 +00:00
InstCombineAndOrXor.cpp
InstCombineCalls.cpp Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar 2012-09-13 21:51:01 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp InstCombine: Fix a crasher when encountering a function pointer. 2012-08-18 22:04:34 +00:00
InstCombineLoadStoreAlloca.cpp Add missing check for presence of target data. 2012-09-24 17:10:03 +00:00
InstCombineMulDivRem.cpp InstCombine: Make sure we use the pre-zext type when creating a constant of a value that is zext'd. 2012-09-21 16:26:41 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp fix infinite loop in instcombine in the presence of a (malformed) self-referencing select inst. 2012-07-27 18:03:57 +00:00
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp Simplify demanded bits of select sources where the condition is a constant vector 2012-07-26 23:10:24 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
InstructionCombining.cpp Make MemoryBuiltins aware of TargetLibraryInfo. 2012-08-29 15:32:21 +00:00
LLVMBuild.txt
Makefile