..
CallingConvLower.cpp
Rename MRegisterInfo to TargetRegisterInfo.
2008-02-10 18:45:23 +00:00
DAGCombiner.cpp
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should check if it's essentially a SCALAR_TO_VECTOR. Avoid turning (v8i16) <10, u, u, u> to <10, 0, u, u, u, u, u, u>. Instead, simply convert it to a SCALAR_TO_VECTOR of the proper type.
2008-02-18 23:04:32 +00:00
LegalizeDAG.cpp
I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support.
2008-02-16 14:46:26 +00:00
LegalizeTypes.cpp
I don't see how NodeUpdated can be called with a
2008-02-04 09:29:17 +00:00
LegalizeTypes.h
Teach LegalizeTypes how to expand the operands of
2008-02-16 10:29:26 +00:00
LegalizeTypesExpand.cpp
Teach LegalizeTypes how to expand the operands of
2008-02-16 10:29:26 +00:00
LegalizeTypesPromote.cpp
Teach LegalizeTypes how to promote the flags
2008-02-15 19:34:17 +00:00
LegalizeTypesScalarize.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
LegalizeTypesSplit.cpp
* Introduce a new SelectionDAG::getIntPtrConstant method
2008-01-17 07:00:52 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp
Rename CountMemOperands to ComputeMemOperandsEnd to reflect what
2008-02-16 00:36:48 +00:00
ScheduleDAGList.cpp
Rename MRegisterInfo to TargetRegisterInfo.
2008-02-10 18:45:23 +00:00
ScheduleDAGRRList.cpp
Revert 47177, which was incorrect.
2008-02-16 00:25:40 +00:00
SelectionDAG.cpp
Fix an incredibly subtle bug exposed by Ted's change to APInt profiling.
2008-02-20 06:28:01 +00:00
SelectionDAGISel.cpp
Add GetResultInst. First step for multiple return value support.
2008-02-19 22:15:16 +00:00
SelectionDAGPrinter.cpp
Rename MRegisterInfo to TargetRegisterInfo.
2008-02-10 18:45:23 +00:00
TargetLowering.cpp
In TargetLowering::LowerCallTo, don't assert that
2008-02-14 17:28:50 +00:00