.. |
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
|
|
|
LegalizeDAG.cpp
|
IR: add "cmpxchg weak" variant to support permitted failure.
|
2014-06-13 14:24: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
|
IR: add "cmpxchg weak" variant to support permitted failure.
|
2014-06-13 14:24:07 +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
|
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
|
[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
|
IR: add "cmpxchg weak" variant to support permitted failure.
|
2014-06-13 14:24:07 +00:00 |
SelectionDAGBuilder.cpp
|
IR: add "cmpxchg weak" variant to support permitted failure.
|
2014-06-13 14:24:07 +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 |