..
CMakeLists.txt
DAGCombiner.cpp
Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors"
2014-06-12 16:04:47 +00:00
FastISel.cpp
[FastISel][X86] - Add branch weights
2014-06-13 00:45:11 +00:00
FunctionLoweringInfo.cpp
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:02:50 +00:00
InstrEmitter.cpp
This reapplies r207235 with an additional bugfixes caught by the msan
2014-04-25 20:49:25 +00:00
InstrEmitter.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00
LegalizeDAG.cpp
SelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-17 16:53:07 +00:00
LegalizeFloatTypes.cpp
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:02:50 +00:00
LegalizeIntegerTypes.cpp
IR: add "cmpxchg weak" variant to support permitted failure.
2014-06-13 14:24:07 +00:00
LegalizeTypes.cpp
Target: remove old constructors for CallLoweringInfo
2014-05-17 21:50:17 +00:00
LegalizeTypes.h
Legalizer: Add support for splitting insert_subvectors.
2014-06-21 12:56:42 +00:00
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
Legalizer: Add support for splitting insert_subvectors.
2014-06-21 12:56:42 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:02:50 +00:00
ScheduleDAGFast.cpp
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:02:50 +00:00
ScheduleDAGRRList.cpp
The hazard recognizer only needs a subtarget, not a target machine
2014-06-13 22:38:52 +00:00
ScheduleDAGSDNodes.cpp
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
2014-04-27 19:21:16 +00:00
ScheduleDAGSDNodes.h
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
2014-04-16 04:21:27 +00:00
ScheduleDAGVLIW.cpp
The hazard recognizer only needs a subtarget, not a target machine
2014-06-13 22:38:52 +00:00
SDNodeDbgValue.h
This reapplies r207235 with an additional bugfixes caught by the msan
2014-04-25 20:49:25 +00:00
SelectionDAG.cpp
[ValueTracking] Extend range metadata to call/invoke
2014-06-19 16:50:16 +00:00
SelectionDAGBuilder.cpp
DAG: move sret demotion into most basic LowerCallTo implementation.
2014-06-18 11:52:44 +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
IR: add "cmpxchg weak" variant to support permitted failure.
2014-06-13 14:24:07 +00:00
SelectionDAGISel.cpp
[FastISel] Collect statistics about failing intrinsic calls.
2014-06-10 18:17:00 +00:00
SelectionDAGPrinter.cpp
[Modules] Make Support/Debug.h modular. This requires it to not change
2014-04-21 22:55:11 +00:00
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