..
GlobalISel
Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting operations""
2018-08-21 17:30:31 +00:00
MIRParser
PBQP
AccelTable.h
DwarfDebug: Reduce duplication in addAccel*** methods
2018-07-20 15:24:13 +00:00
Analysis.h
AsmPrinter.h
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
2018-08-30 12:52:35 +00:00
AtomicExpandUtils.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
BasicTTIImpl.h
Fix vectorization of canonicalize
2018-09-17 13:24:30 +00:00
CalcSpillWeights.h
CallingConvLower.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
CommandFlags.inc
[AArch64] Add Tiny Code Model for AArch64
2018-08-22 11:31:39 +00:00
CostTable.h
DAGCombine.h
DFAPacketizer.h
DIE.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
DIEValue.def
DwarfStringPoolEntry.h
[DebugInfo] Reduce debug_str_offsets section size
2018-08-07 09:54:52 +00:00
EdgeBundles.h
ExecutionDomainFix.h
ExpandReductions.h
FastISel.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
FaultMaps.h
FunctionLoweringInfo.h
Fix missing C++ mode comment in header
2018-08-08 18:40:43 +00:00
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
Remove trailing space
2018-07-30 19:41:25 +00:00
IntrinsicLowering.h
ISDOpcodes.h
[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
2018-09-16 16:50:26 +00:00
LatencyPriorityQueue.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
LazyMachineBlockFrequencyInfo.h
LexicalScopes.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
LiveIntervals.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
LiveIntervalUnion.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
LivePhysRegs.h
[BranchFolding] Fix live-in's when hoisting code
2018-06-07 07:20:33 +00:00
LiveRangeEdit.h
LiveRegMatrix.h
LiveRegUnits.h
LiveStacks.h
LiveVariables.h
LoopTraversal.h
LowLevelType.h
MachineBasicBlock.h
[WebAssembly] Add isEHScopeReturn instruction property
2018-08-21 19:44:11 +00:00
MachineBlockFrequencyInfo.h
MachineBranchProbabilityInfo.h
MachineCombinerPattern.h
MachineConstantPool.h
MachineDominanceFrontier.h
[WebAssembly] Add WebAssemblyException information analysis
2018-06-25 01:20:21 +00:00
MachineDominators.h
MachineFrameInfo.h
CodeGen: Remove pipeline dependencies on StackProtector; NFC
2018-07-13 00:08:38 +00:00
MachineFunction.h
Add the ability to register callbacks for removal and insertion of MachineInstrs
2018-09-20 23:01:56 +00:00
MachineFunctionPass.h
MachineInstr.h
Copy utilities updated and added for MI flags
2018-09-19 18:52:08 +00:00
MachineInstrBuilder.h
[MI] Change the array of MachineMemOperand
pointers to be
2018-08-16 21:30:05 +00:00
MachineInstrBundle.h
MachineInstrBundleIterator.h
MachineJumpTableInfo.h
MachineLoopInfo.h
MachineMemOperand.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
MachineModuleInfo.h
Remove trailing space
2018-07-30 19:41:25 +00:00
MachineModuleInfoImpls.h
[MinGW] [X86] Add stubs for references to data variables that might end up imported from a dll
2018-08-29 17:28:34 +00:00
MachineOperand.h
CodeGen: Cleanup regmask construction; NFC
2018-07-26 00:27:47 +00:00
MachineOptimizationRemarkEmitter.h
MachineOutliner.h
[MachineOutliner][AArch64] Add support for saving LR to a register
2018-07-30 17:45:28 +00:00
MachinePassRegistry.h
MachinePostDominators.h
MachineRegionInfo.h
MachineRegisterInfo.h
MachineScheduler.h
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
MachineSSAUpdater.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
MachineTraceMetrics.h
MachORelocation.h
Remove trailing space
2018-07-30 19:41:25 +00:00
MacroFusion.h
MIRPrinter.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
MIRYamlMapping.h
ParallelCG.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
Passes.h
[MachineOutliner] Add support for target-default outlining.
2018-06-30 03:56:03 +00:00
PBQPRAConstraint.h
PreISelIntrinsicLowering.h
PseudoSourceValue.h
[PSV] Update API to be able to use TargetCustom without UB.
2018-08-20 19:23:45 +00:00
ReachingDefAnalysis.h
RegAllocPBQP.h
RegAllocRegistry.h
RegisterClassInfo.h
RegisterPressure.h
RegisterScavenging.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
RegisterUsageInfo.h
RegUsageInfo: Cleanup; NFC
2018-07-26 00:27:51 +00:00
ResourcePriorityQueue.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
RuntimeLibcalls.h
Put "built-in" function definitions in global Used list, for LTO. (fix bug 34169)
2018-07-24 19:34:37 +00:00
ScheduleDAG.h
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
ScheduleDAGInstrs.h
ScheduleDAG: Cleanup dumping code; NFC
2018-09-19 00:23:35 +00:00
ScheduleDAGMutation.h
ScheduleDFS.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
SDNodeProperties.td
SelectionDAG.h
SelectionDAG: Add compact SDDbgValue representation to -dag-dump-verbose output
2018-09-14 17:08:02 +00:00
SelectionDAGAddressAnalysis.h
SelectionDAGISel.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
SelectionDAGNodes.h
[SelectionDAG] replace duplicated peekThroughBitcast helper functions; NFCI
2018-09-20 17:34:08 +00:00
SelectionDAGTargetInfo.h
SlotIndexes.h
[DebugInfo] Fix bug in LiveDebugVariables.
2018-09-05 05:58:53 +00:00
StackMaps.h
Remove trailing space
2018-07-30 19:41:25 +00:00
StackProtector.h
CodeGen: Remove pipeline dependencies on StackProtector; NFC
2018-07-13 00:08:38 +00:00
TailDuplicator.h
TargetCallingConv.h
TargetFrameLowering.h
TargetInstrInfo.h
Remove FrameAccess struct from hasLoadFromStackSlot
2018-09-05 08:59:50 +00:00
TargetLowering.h
[DAGCombiner][x86] add transform/hook to decompose integer multiply into shift/add
2018-09-19 15:57:40 +00:00
TargetLoweringObjectFileImpl.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
TargetOpcodes.h
TargetPassConfig.h
Remove trailing space
2018-07-30 19:41:25 +00:00
TargetRegisterInfo.h
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
2018-08-30 12:52:35 +00:00
TargetSchedule.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
TargetSubtargetInfo.h
Fix -Wdocumentation warnings introduced by r342555. NFC
2018-09-20 11:07:57 +00:00
UnreachableBlockElim.h
ValueTypes.h
ValueTypes.td
NFC Fix a comment in ValueTypes.td
2018-06-07 23:32:18 +00:00
VirtRegMap.h
[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 18:51:40 +00:00
WasmEHFuncInfo.h
[WebAssembly] clang-format (NFC)
2018-09-05 01:27:38 +00:00
WinEHFuncInfo.h