..
CMakeLists.txt
Removed a bunch of unnecessary target_link_libraries.
2010-09-28 22:39:14 +00:00
DAGCombiner.cpp
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matches the ordering we prefer in instcombine. Part of rdar://9562809.
2011-06-09 22:14:44 +00:00
FastISel.cpp
PR10077: fix fast-isel of extractvalue of aggregate constants.
2011-06-06 05:46:34 +00:00
FunctionLoweringInfo.cpp
Add a parameter to CCState so that it can access the MachineFunction.
2011-06-08 23:55:35 +00:00
InstrEmitter.cpp
Use TRI::has{Sub,Super}ClassEq() where possible.
2011-06-02 05:43:46 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
2011-05-27 21:03:13 +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
Add methods to support the integer-promotion of vector types. Methods to
2011-06-06 20:55:56 +00:00
LegalizeTypes.cpp
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
2011-06-01 19:47:10 +00:00
LegalizeTypes.h
Add methods to support the integer-promotion of vector types. Methods to
2011-06-06 20:55:56 +00:00
LegalizeTypesGeneric.cpp
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
2011-06-01 19:47:10 +00:00
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
Add methods to support the integer-promotion of vector types. Methods to
2011-06-06 20:55:56 +00:00
Makefile
ScheduleDAGFast.cpp
Re-commit 127368 and 127371. They are exonerated.
2011-03-10 00:16:32 +00:00
ScheduleDAGList.cpp
Various bits of framework needed for precise machine-level selection
2010-12-24 05:03:26 +00:00
ScheduleDAGRRList.cpp
Remove a temporary test case probe in CheckForLiveRegDef.
2011-06-08 15:19:49 +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
Remove dead code.
2011-05-24 18:27:52 +00:00
SelectionDAGBuilder.cpp
Add a parameter to CCState so that it can access the MachineFunction.
2011-06-08 23:55:35 +00:00
SelectionDAGBuilder.h
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until end of function.
2011-05-23 17:44:13 +00:00
SelectionDAGISel.cpp
Remove unused statistical counter.
2011-05-25 21:55:40 +00:00
SelectionDAGPrinter.cpp
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-27 04:11:03 +00:00
TargetLowering.cpp
Avoid FGETSIGN of 80-bit types. Fixes PR10085.
2011-06-06 16:44:31 +00:00
TargetSelectionDAGInfo.cpp