..
CMakeLists.txt
Remove trailing whitespace to trigger re-cmaking
2017-10-02 21:54:38 +00:00
DAGCombiner.cpp
[DAGCOmbine] Ensure that (brcond (setcc ...)) is handled in a canonical manner.
2018-02-23 11:50:42 +00:00
FastISel.cpp
Revert "[DebugInfo][FastISel] Fix dropping dbg.value()"
2018-02-22 19:53:59 +00:00
FunctionLoweringInfo.cpp
Use phi ranges to simplify code. No functionality change intended.
2017-12-30 15:27:33 +00:00
InstrEmitter.cpp
[SelectionDAG] Provide adequate register class for RegisterSDNode
2018-02-09 13:55:25 +00:00
InstrEmitter.h
…
LLVMBuild.txt
…
LegalizeDAG.cpp
[TargetLowering] Rename isCondCodeLegal to isCondCodeLegalOrCustom. Add real isCondCodeLegal. Update callers to use one or the other.
2018-02-22 20:51:26 +00:00
LegalizeFloatTypes.cpp
[SelectionDAG][X86] Don't use ->getValueType(0) after a call to getOperand to get the type of the operand.
2017-12-23 02:54:50 +00:00
LegalizeIntegerTypes.cpp
[SelectionDAG] Remove code from PromoteIntRes_CONCAT_VECTORS that was added in r320674 to help X86.
2018-02-27 00:07:24 +00:00
LegalizeTypes.cpp
Add optional SelectionDAG* parameter to SValue::dump and SDValue::dumpr
2017-12-20 15:15:04 +00:00
LegalizeTypes.h
[SelectionDAG] Don't promote mask operand when widening mstore and mscatter.
2017-12-05 23:08:30 +00:00
LegalizeTypesGeneric.cpp
[SelectionDAG] Replace a std::vector<SDValue> with a SmallVector.
2018-01-26 07:15:22 +00:00
LegalizeVectorOps.cpp
[VectorLegalizer] Fix uint64_t typo in ExpandUINT_TO_FLOAT (PR36391)
2018-02-20 13:24:24 +00:00
LegalizeVectorTypes.cpp
[SelectionDAG][X86] Fix incorrect offset generated for VMASKMOV
2018-02-14 15:55:24 +00:00
ResourcePriorityQueue.cpp
Silence a bunch of implicit fallthrough warnings
2017-12-19 22:05:25 +00:00
SDNodeDbgValue.h
Doxygenify comments.
2017-10-24 17:23:40 +00:00
ScheduleDAGFast.cpp
Fix a bunch more layering of CodeGen headers that are in Target
2017-11-17 01:07:10 +00:00
ScheduleDAGRRList.cpp
[ARM] Allow the scheduler to clone a node with glue to avoid a copy CPSR ↔ GPR.
2018-01-31 09:23:43 +00:00
ScheduleDAGSDNodes.cpp
Fix a bunch more layering of CodeGen headers that are in Target
2017-11-17 01:07:10 +00:00
ScheduleDAGSDNodes.h
[Target] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-01-11 01:45:03 +00:00
ScheduleDAGVLIW.cpp
[CodeGen] Unify MBB reference format in both MIR and debug output
2017-12-04 17:18:51 +00:00
SelectionDAG.cpp
[SelectionDAG] Move matchUnaryPredicate/matchBinaryPredicate into SelectionDAGNodes.h
2018-02-22 18:45:13 +00:00
SelectionDAGAddressAnalysis.cpp
[DAG] Teach findBaseOffset to interpret indexes of indexed memory operations
2018-01-26 16:51:27 +00:00
SelectionDAGBuilder.cpp
Adding a width of the GEP index to the Data Layout.
2018-02-14 06:58:08 +00:00
SelectionDAGBuilder.h
Fix a bunch more layering of CodeGen headers that are in Target
2017-11-17 01:07:10 +00:00
SelectionDAGDumper.cpp
[AArch64] Improve v8.1-A code-gen for atomic load-and
2018-02-12 17:03:11 +00:00
SelectionDAGISel.cpp
[DAG, X86] Revert r324797, r324491, and r324359.
2018-02-17 02:26:25 +00:00
SelectionDAGPrinter.cpp
Remove redundant includes from lib/CodeGen.
2017-12-13 21:30:47 +00:00
SelectionDAGTargetInfo.cpp
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-09-13 21:15:20 +00:00
StatepointLowering.cpp
Use getStoreSize() in various places instead of 'BitSize >> 3'.
2017-11-28 14:44:32 +00:00
StatepointLowering.h
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include What You Use warnings; other minor fixes (NFC).
2017-09-27 23:26:01 +00:00
TargetLowering.cpp
[TargetLowering] SimplifyDemandedVectorElts - pass demanded elts through ADD/SUB ops
2018-02-24 20:59:14 +00:00