| .. |
|
CMakeLists.txt
|
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/
|
2016-01-27 16:32:26 +00:00 |
|
DAGCombiner.cpp
|
DAGCombiner: fix combine of trunc and select
|
2016-11-15 07:55:22 +00:00 |
|
FastISel.cpp
|
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
|
2016-11-16 22:25:03 +00:00 |
|
FunctionLoweringInfo.cpp
|
[CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.
|
2016-11-16 22:24:56 +00:00 |
|
InstrEmitter.cpp
|
SDAG: Make sure we use an allocatable reg class when we create this vreg
|
2016-10-28 22:42:54 +00:00 |
|
InstrEmitter.h
|
Pass DebugLoc and SDLoc by const ref.
|
2016-06-12 15:39:02 +00:00 |
|
LLVMBuild.txt
|
…
|
|
|
LegalizeDAG.cpp
|
Introduce TLI predicative for base-relative Jump Tables.
|
2016-11-15 12:39:46 +00:00 |
|
LegalizeFloatTypes.cpp
|
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
|
2016-09-11 01:38:58 +00:00 |
|
LegalizeIntegerTypes.cpp
|
Integer legalization: fix MUL expansion
|
2016-11-15 18:29:24 +00:00 |
|
LegalizeTypes.cpp
|
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ; NFCI
|
2016-09-14 16:54:10 +00:00 |
|
LegalizeTypes.h
|
[SelectionDAGBuilder] Support llvm.flt.rounds on targets where i32 is not legal
|
2016-10-10 20:45:15 +00:00 |
|
LegalizeTypesGeneric.cpp
|
Do not assume that FP vector operands are never legalized by expanding
|
2016-10-26 19:51:35 +00:00 |
|
LegalizeVectorOps.cpp
|
[VectorLegalizer] Expansion of CTLZ using CTPOP when possible
|
2016-11-08 14:10:28 +00:00 |
|
LegalizeVectorTypes.cpp
|
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
|
2016-09-14 16:37:15 +00:00 |
|
ResourcePriorityQueue.cpp
|
Use the range variant of find instead of unpacking begin/end
|
2016-08-11 22:21:41 +00:00 |
|
SDNodeDbgValue.h
|
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
|
2016-05-27 14:27:24 +00:00 |
|
ScheduleDAGFast.cpp
|
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef.
|
2015-12-05 07:13:35 +00:00 |
|
ScheduleDAGRRList.cpp
|
Use the range variant of find instead of unpacking begin/end
|
2016-08-11 22:21:41 +00:00 |
|
ScheduleDAGSDNodes.cpp
|
SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFC
|
2016-07-08 19:07:09 +00:00 |
|
ScheduleDAGSDNodes.h
|
[SelectionDAG] Remove dead code. NFC.
|
2015-10-15 17:54:06 +00:00 |
|
ScheduleDAGVLIW.cpp
|
…
|
|
|
SelectionDAG.cpp
|
[SelectionDAG] Add support for vector demandedelts in BSWAP opcodes
|
2016-11-11 11:51:29 +00:00 |
|
SelectionDAGBuilder.cpp
|
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
|
2016-11-16 22:25:03 +00:00 |
|
SelectionDAGBuilder.h
|
Expandload and Compressstore intrinsics
|
2016-11-03 03:23:55 +00:00 |
|
SelectionDAGDumper.cpp
|
Create llvm.addressofreturnaddress intrinsic
|
2016-10-12 22:13:19 +00:00 |
|
SelectionDAGISel.cpp
|
Silence -Wunused-but-set-variable warning
|
2016-10-11 19:49:29 +00:00 |
|
SelectionDAGPrinter.cpp
|
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
|
2015-10-27 23:09:03 +00:00 |
|
SelectionDAGTargetInfo.cpp
|
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/
|
2016-01-27 16:32:26 +00:00 |
|
StatepointLowering.cpp
|
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
|
2016-09-14 16:05:51 +00:00 |
|
StatepointLowering.h
|
[NFC] Header cleanup
|
2016-04-18 09:17:29 +00:00 |
|
TargetLowering.cpp
|
[TargetLowering] Fix undef vector element issue with true/false result handling
|
2016-11-08 15:07:01 +00:00 |