.. |
CallingConvLower.cpp
|
|
|
DAGCombiner.cpp
|
Add #includes to make some dependencies explicit.
|
2008-05-23 20:40:06 +00:00 |
LegalizeDAG.cpp
|
If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is a v1* vector.
|
2008-05-16 17:19:05 +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
|
|
|
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 the compiler warning differently. The
|
2008-05-16 09:19:16 +00:00 |
SelectionDAG.cpp
|
Expand small memmovs using inline code. Set the X86 threshold for expanding
|
2008-05-29 19:42:22 +00:00 |
SelectionDAGISel.cpp
|
Use isSingleValueType instead of isFirstClassType to
|
2008-05-23 00:34:04 +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 |