.. |
CMakeLists.txt
|
|
|
DAGCombiner.cpp
|
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
|
2014-06-10 16:01:29 +00:00 |
FastISel.cpp
|
|
|
FunctionLoweringInfo.cpp
|
|
|
InstrEmitter.cpp
|
This reapplies r207235 with an additional bugfixes caught by the msan
|
2014-04-25 20:49:25 +00:00 |
InstrEmitter.h
|
|
|
LegalizeDAG.cpp
|
SelectionDAG: Expand SELECT_CC to SELECT + SETCC
|
2014-06-10 16:01:22 +00:00 |
LegalizeFloatTypes.cpp
|
|
|
LegalizeIntegerTypes.cpp
|
Legalizer: Make bswap promotion safe for vectors.
|
2014-05-20 09:42:31 +00:00 |
LegalizeTypes.cpp
|
Target: remove old constructors for CallLoweringInfo
|
2014-05-17 21:50:17 +00:00 |
LegalizeTypes.h
|
|
|
LegalizeTypesGeneric.cpp
|
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introduced most of these recently.
|
2014-04-30 07:17:30 +00:00 |
LegalizeVectorOps.cpp
|
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bswap not.
|
2014-05-19 13:12:38 +00:00 |
LegalizeVectorTypes.cpp
|
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introduced most of these recently.
|
2014-04-30 07:17:30 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
|
|
ResourcePriorityQueue.cpp
|
|
|
ScheduleDAGFast.cpp
|
|
|
ScheduleDAGRRList.cpp
|
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves.
|
2014-04-29 07:58:41 +00:00 |
ScheduleDAGSDNodes.cpp
|
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
|
2014-04-27 19:21:16 +00:00 |
ScheduleDAGSDNodes.h
|
|
|
ScheduleDAGVLIW.cpp
|
|
|
SDNodeDbgValue.h
|
This reapplies r207235 with an additional bugfixes caught by the msan
|
2014-04-25 20:49:25 +00:00 |
SelectionDAG.cpp
|
[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.
|
2014-06-09 12:32:53 +00:00 |
SelectionDAGBuilder.cpp
|
Have isInTailCallPosition take the DAG so that we can use the
|
2014-06-10 20:39:38 +00:00 |
SelectionDAGBuilder.h
|
This reapplies r207235 with an additional bugfixes caught by the msan
|
2014-04-25 20:49:25 +00:00 |
SelectionDAGDumper.cpp
|
Implememting named register intrinsics
|
2014-05-06 16:51:25 +00:00 |
SelectionDAGISel.cpp
|
[FastISel] Collect statistics about failing intrinsic calls.
|
2014-06-10 18:17:00 +00:00 |
SelectionDAGPrinter.cpp
|
|
|
TargetLowering.cpp
|
[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.
|
2014-06-09 12:32:53 +00:00 |
TargetSelectionDAGInfo.cpp
|
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
|
2014-06-06 19:04:48 +00:00 |