..
CMakeLists.txt
DAGCombiner.cpp
[DAG] Don't perform SINT_TO_FP<->UINT_TO_FP custom conversion after legalization
2018-09-30 12:46:42 +00:00
FastISel.cpp
[IR] Replace isa<TerminatorInst>
with isTerminator()
.
2018-08-26 09:51:22 +00:00
FunctionLoweringInfo.cpp
DAG: Add calling convention argument to calling convention funcs
2018-07-28 13:25:19 +00:00
InstrEmitter.cpp
Copy utilities updated and added for MI flags
2018-09-19 18:52:08 +00:00
InstrEmitter.h
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
2018-05-09 02:41:08 +00:00
LegalizeDAG.cpp
[DAG] SelectionDAGLegalize::ExpandLegalINT_TO_FP - use getFPExtendOrRound helper. NFCI.
2018-09-26 16:24:07 +00:00
LegalizeFloatTypes.cpp
DAG: Try to custom lower when promoting float operands
2018-08-15 20:34:54 +00:00
LegalizeIntegerTypes.cpp
[SelectionDAG] Remove some code from PromoteIntOp_MGATHER that handles UpdateNodeOperands returning an existing node instead of updating.
2018-09-12 05:25:41 +00:00
LegalizeTypes.cpp
[DAG] Don't map a TableId to itself in the ReplacedValues map
2018-06-20 16:06:09 +00:00
LegalizeTypes.h
[X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-widening-legalization
2018-08-29 02:12:49 +00:00
LegalizeTypesGeneric.cpp
[LegalizeTypes] Fix bad indentation. NFC
2018-09-23 21:17:55 +00:00
LegalizeVectorOps.cpp
[FPEnv] Support constrained FREM intrinsic
2018-08-20 19:28:56 +00:00
LegalizeVectorTypes.cpp
[X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-widening-legalization
2018-08-29 02:12:49 +00:00
LLVMBuild.txt
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
ScheduleDAGRRList.cpp
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
ScheduleDAGSDNodes.cpp
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
2018-09-27 02:13:45 +00:00
ScheduleDAGSDNodes.h
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
ScheduleDAGVLIW.cpp
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
SDNodeDbgValue.h
SelectionDAG: Add compact SDDbgValue representation to -dag-dump-verbose output
2018-09-14 17:08:02 +00:00
SelectionDAG.cpp
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
2018-09-27 02:13:45 +00:00
SelectionDAGAddressAnalysis.cpp
SelectionDAGBuilder.cpp
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
2018-09-27 02:13:45 +00:00
SelectionDAGBuilder.h
DAG: Add calling convention argument to calling convention funcs
2018-07-28 13:25:19 +00:00
SelectionDAGDumper.cpp
[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
2018-09-16 16:50:26 +00:00
SelectionDAGISel.cpp
Run VerifyDAGDiverence in debug only
2018-09-26 09:25:45 +00:00
SelectionDAGPrinter.cpp
Rename DEBUG macro to LLVM_DEBUG.
2018-05-14 12:53:11 +00:00
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp
Remove trailing space
2018-07-30 19:41:25 +00:00
StatepointLowering.h
TargetLowering.cpp
[CodeGen] Enable tail calls for functions with NonNull attributes.
2018-09-26 10:46:18 +00:00