llvm-6502/lib/CodeGen/SelectionDAG
2008-05-14 21:08:07 +00:00
..
CallingConvLower.cpp Introduce a new node for holding call argument 2008-03-21 09:14:45 +00:00
DAGCombiner.cpp Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. 2008-05-13 08:35:03 +00:00
LegalizeDAG.cpp Whitespace cleanups. 2008-05-14 00:43:10 +00:00
LegalizeTypes.cpp Provide an explicit list of operands to MakeLibcall, 2008-04-18 20:25:14 +00:00
LegalizeTypes.h Implement a bit more softfloat support in 2008-04-18 20:56:03 +00:00
LegalizeTypesExpand.cpp Provide an explicit list of operands to MakeLibcall, 2008-04-18 20:25:14 +00:00
LegalizeTypesFloatToInt.cpp Implement a bit more softfloat support in 2008-04-18 20:56:03 +00:00
LegalizeTypesPromote.cpp Add some more FIXME's for indexed loads and stores. 2008-04-18 20:27:12 +00:00
LegalizeTypesScalarize.cpp Add some more FIXME's for indexed loads and stores. 2008-04-18 20:27:12 +00:00
LegalizeTypesSplit.cpp Add some more FIXME's for indexed loads and stores. 2008-04-18 20:27:12 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Use a better idiom to silence compiler warnings. 2008-05-14 21:08:07 +00:00
ScheduleDAGList.cpp Treat EntryToken nodes as "passive" so that they aren't added to the 2008-04-15 01:22:18 +00:00
ScheduleDAGRRList.cpp Silence some compiler warnings. 2008-05-14 20:07:51 +00:00
SelectionDAG.cpp When bit-twiddling CondCode values for integer comparisons produces 2008-05-14 18:17:09 +00:00
SelectionDAGISel.cpp Really silence compiler warnings. 2008-05-14 20:29:30 +00:00
SelectionDAGPrinter.cpp Fix an out-of-bounds access in -view-sunit-dags in the case of an 2008-04-21 20:07:30 +00:00
TargetLowering.cpp Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. 2008-05-12 23:04:07 +00:00