llvm-6502/lib/CodeGen/SelectionDAG
Justin Holewinski c2b7f5fa51 Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
The intrinsic calls are dropped, but the annotated value is propagated.

Fixes PR 15253

Original patch by Zeng Bin!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182387 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-21 14:37:16 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
FastISel.cpp Temporarily revert "Change the informal convention of DBG_VALUE so that we can express a" 2013-04-30 22:35:14 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp Temporarily revert "Change the informal convention of DBG_VALUE so that we can express a" 2013-04-30 22:35:14 +00:00
InstrEmitter.h
LegalizeDAG.cpp Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
LegalizeFloatTypes.cpp Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
LegalizeIntegerTypes.cpp Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
LegalizeVectorTypes.cpp Add LLVMContext argument to getSetCCResultType 2013-05-18 00:21:46 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Teach SelectionDAG to constant fold all-constant FMA nodes the same way that it constant folds FADD, FMUL, etc. 2013-05-09 22:27:13 +00:00
SelectionDAGBuilder.cpp Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen. 2013-05-21 14:37:16 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. 2013-04-20 12:32:17 +00:00
SelectionDAGISel.cpp Temporarily revert "Change the informal convention of DBG_VALUE so that we can express a" 2013-04-30 22:35:14 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0) == 0. 2013-05-21 08:51:09 +00:00
TargetSelectionDAGInfo.cpp