llvm-6502/lib/CodeGen/SelectionDAG
Stuart Hastings 5adc646380 Non-fast-isel followup to 129634; correctly handle branches controlled
by non-CMP expressions.  The executable test case (129821) would test
this as well, if we had an "-O0 -disable-arm-fast-isel" LLVM-GCC
tester.  Alas, the ARM assembly would be very difficult to check with
FileCheck.

The thumb2-cbnz.ll test is affected; it generates larger code (tst.w
vs. cmp #0), but I believe the new version is correct.
rdar://problem/9298790


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131261 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-12 23:36:41 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain). 2011-05-11 14:40:50 +00:00
FastISel.cpp Allow FastISel of three-register-operand instructions. 2011-05-05 17:59:04 +00:00
FunctionLoweringInfo.cpp Avoid extra vreg copies for arguments passed in registers. Specifically, this can make MachineCSE more effective in some cases (especially in small functions). PR8361 / part of rdar://problem/8259436 . 2011-05-05 16:53:34 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Non-fast-isel followup to 129634; correctly handle branches controlled 2011-05-12 23:36:41 +00:00
LegalizeFloatTypes.cpp Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS. 2011-02-25 21:41:48 +00:00
LegalizeIntegerTypes.cpp Revert commit 126684 "Use the correct shift amount type". It is only the correct 2011-03-04 14:28:59 +00:00
LegalizeTypes.cpp
LegalizeTypes.h PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND. 2011-03-23 22:18:48 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Add support for legalizing UINT_TO_FP of vectors on platforms which do 2011-03-19 13:09:10 +00:00
LegalizeVectorTypes.cpp PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND. 2011-03-23 22:18:48 +00:00
Makefile
ScheduleDAGFast.cpp Re-commit 127368 and 127371. They are exonerated. 2011-03-10 00:16:32 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.h Added a check in the preRA scheduler for potential interference on a 2011-04-07 19:54:57 +00:00
SDNodeDbgValue.h Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
SDNodeOrdering.h
SelectionDAG.cpp Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that. 2011-05-02 22:25:45 +00:00
SelectionDAGBuilder.cpp Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp 2011-05-11 01:11:55 +00:00
SelectionDAGBuilder.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp Use array_lengthof. No functional change. 2011-05-06 19:50:10 +00:00
SelectionDAGPrinter.cpp Pass the graph to the DOTGraphTraits.getEdgeAttributes(). 2011-02-27 04:11:03 +00:00
TargetLowering.cpp Look through struct wrapped types for inline asm statments. 2011-05-09 20:04:43 +00:00
TargetSelectionDAGInfo.cpp