1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Duncan Sands 22451e0303 Fix UpdateNodeOperands so that it does CSE of calls
(and a bunch of other node types).  While there, I
added a doNotCSE predicate and used it to reduce code
duplication (some of the duplicated code was wrong...).
This fixes ARM/cse-libcalls.ll when using LegalizeTypes. 

llvm-svn: 58249
2008-10-27 15:30:53 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Use a legal integer type for vector shuffle mask 2008-10-19 14:58:05 +00:00
FastISel.cpp
LegalizeDAG.cpp Add an SSE2 algorithm for uint64->f64 conversion. 2008-10-21 20:50:01 +00:00
LegalizeFloatTypes.cpp Fix thinko - the operand number has nothing to do 2008-10-23 19:34:23 +00:00
LegalizeIntegerTypes.cpp Fix thinko - the operand number has nothing to do 2008-10-23 19:34:23 +00:00
LegalizeTypes.cpp Fix a bug in which a node could be added to the 2008-10-27 13:18:32 +00:00
LegalizeTypes.h LegalizeTypes soft-float support for fpow. 2008-10-22 11:49:09 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp Support operations like fp_to_uint with a vector 2008-10-20 16:31:21 +00:00
Makefile
ScheduleDAG.cpp SDNodes may have at most one Flag result. Update this comment 2008-10-25 17:51:24 +00:00
ScheduleDAGEmit.cpp
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Fix UpdateNodeOperands so that it does CSE of calls 2008-10-27 15:30:53 +00:00
SelectionDAGBuild.cpp Fix SelectionDAGBuild lowering of Select instructions to 2008-10-21 20:00:42 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp