.. |
PBQP
|
[PBQP] NDEBUG guards added around code needed for assert.
|
2015-02-17 07:45:06 +00:00 |
Analysis.h
|
Fold a loop for array processing in ComputeLinearIndex
|
2015-01-14 05:33:01 +00:00 |
AsmPrinter.h
|
Twines should be passed by const ref.
|
2015-02-17 23:44:22 +00:00 |
BasicTTIImpl.h
|
[TTI] Teach the cost heuristic how to query TLI to check if a zext/trunc is 'free' for the target.
|
2015-02-12 14:17:24 +00:00 |
CalcSpillWeights.h
|
[PBQP] Tweak spill costs and coalescing benefits
|
2014-11-04 20:51:24 +00:00 |
CallingConvLower.h
|
Make musttail more robust for vector types on x86
|
2014-12-22 23:58:37 +00:00 |
CommandFlags.h
|
Add r228980 back.
|
2015-02-17 20:48:01 +00:00 |
DAGCombine.h
|
|
|
DFAPacketizer.h
|
Remove the TargetMachine from DFAPacketizer since it was only
|
2014-10-14 01:03:16 +00:00 |
DIE.h
|
Make DIE.h a public CodeGen header.
|
2015-01-05 21:29:41 +00:00 |
EdgeBundles.h
|
|
|
FastISel.h
|
[cleanup] Re-sort all the #include lines in LLVM using
|
2015-01-14 11:23:27 +00:00 |
ForwardControlFlowIntegrity.h
|
[cleanup] Re-sort all the #include lines in LLVM using
|
2015-01-14 11:23:27 +00:00 |
FunctionLoweringInfo.h
|
Remove dead code for llvm.eh.selector in the old EH model
|
2015-01-14 18:49:39 +00:00 |
GCMetadata.h
|
Revert GCStrategy ownership changes
|
2015-01-26 18:26:35 +00:00 |
GCMetadataPrinter.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
GCs.h
|
clang-format all the GC related files (NFC)
|
2015-01-16 23:16:12 +00:00 |
GCStrategy.h
|
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
|
2015-02-13 09:09:03 +00:00 |
IntrinsicLowering.h
|
|
|
ISDOpcodes.h
|
AVX-512: Added support for FP instructions with embedded rounding mode.
|
2015-02-18 07:59:20 +00:00 |
JumpInstrTables.h
|
Add Forward Control-Flow Integrity.
|
2014-11-11 21:08:02 +00:00 |
LatencyPriorityQueue.h
|
|
|
LexicalScopes.h
|
AsmPrinter: Stop creating DebugLocs
|
2015-02-17 00:02:27 +00:00 |
LinkAllAsmWriterComponents.h
|
|
|
LinkAllCodegenComponents.h
|
Introduce an example statepoint GC strategy
|
2015-01-07 19:07:50 +00:00 |
LiveInterval.h
|
LiveRangeCalc: Rename some parameters from kill to use, NFC.
|
2015-02-18 01:50:52 +00:00 |
LiveIntervalAnalysis.h
|
[LiveIntervalAnalysis] Speed up creation of live ranges for physical registers
|
2015-02-06 18:42:41 +00:00 |
LiveIntervalUnion.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
LivePhysRegs.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
LiveRangeEdit.h
|
Remove unnecessary getTarget call now that the subtarget is cached
|
2014-09-03 20:36:26 +00:00 |
LiveRegMatrix.h
|
|
|
LiveStackAnalysis.h
|
|
|
LiveVariables.h
|
CodeGen/LiveVariables: hoist out code in nested loops
|
2014-08-25 01:59:49 +00:00 |
MachineBasicBlock.h
|
CodeGen: assert an instruction is being inserted with the correct iterator.
|
2014-11-14 00:34:59 +00:00 |
MachineBlockFrequencyInfo.h
|
|
|
MachineBranchProbabilityInfo.h
|
|
|
MachineCombinerPattern.h
|
MachineCombiner Pass for selecting faster instruction
|
2014-08-03 21:35:39 +00:00 |
MachineConstantPool.h
|
CodeGen: Add a getSectionKind method to MachineConstantPoolEntry
|
2014-07-14 22:06:29 +00:00 |
MachineDominanceFrontier.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MachineDominators.h
|
Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool>
|
2014-11-19 07:49:26 +00:00 |
MachineFrameInfo.h
|
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
|
2015-01-13 00:48:10 +00:00 |
MachineFunction.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MachineFunctionAnalysis.h
|
|
|
MachineFunctionPass.h
|
|
|
MachineInstr.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MachineInstrBuilder.h
|
Work around bugs in MSVC "14" CTP 3's conversion logic
|
2014-10-31 23:19:46 +00:00 |
MachineInstrBundle.h
|
|
|
MachineJumpTableInfo.h
|
|
|
MachineLoopInfo.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MachineMemOperand.h
|
AA metadata refactoring (introduce AAMDNodes)
|
2014-07-24 12:16:19 +00:00 |
MachineModuleInfo.h
|
Unify the two EH personality classification routines I wrote
|
2015-02-14 00:21:02 +00:00 |
MachineModuleInfoImpls.h
|
|
|
MachineOperand.h
|
Add MachineOperand::ChangeToFPImmediate and setFPImm
|
2014-09-28 19:24:59 +00:00 |
MachinePassRegistry.h
|
Refactoring cl::parser construction and initialization.
|
2015-01-22 21:01:12 +00:00 |
MachinePostDominators.h
|
Fix typos in comments, NFC
|
2014-08-29 21:53:01 +00:00 |
MachineRegionInfo.h
|
Templatify RegionInfo so it works on MachineBasicBlocks
|
2014-07-19 18:29:29 +00:00 |
MachineRegisterInfo.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MachineScheduler.h
|
[cleanup] Re-sort all the #include lines in LLVM using
|
2015-01-14 11:23:27 +00:00 |
MachineSSAUpdater.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MachineTraceMetrics.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MachineValueType.h
|
Intrinsics: introduce llvm_any_ty aka ValueType Any
|
2015-01-22 20:14:38 +00:00 |
MachORelocation.h
|
|
|
Passes.h
|
[PM] Remove a bunch of stale TTI creation method declarations. I nuked
|
2015-02-01 00:22:15 +00:00 |
PBQPRAConstraint.h
|
Remove redundant virtual on overriden functions.
|
2014-11-14 19:06:36 +00:00 |
PseudoSourceValue.h
|
|
|
RegAllocPBQP.h
|
Fix problem with uninitialized bool found by asan.
|
2015-02-17 12:42:14 +00:00 |
RegAllocRegistry.h
|
|
|
RegisterClassInfo.h
|
|
|
RegisterPressure.h
|
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
|
2014-07-01 21:19:13 +00:00 |
RegisterScavenging.h
|
Changed the liveness tracking in the RegisterScavenger
|
2014-08-04 23:07:49 +00:00 |
ResourcePriorityQueue.h
|
|
|
RuntimeLibcalls.h
|
Add minnum / maxnum codegen
|
2014-10-21 23:01:01 +00:00 |
ScheduleDAG.h
|
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
|
2015-01-07 13:38:29 +00:00 |
ScheduleDAGInstrs.h
|
Cleanup: Delete seemingly unused reference to MachineDominatorTree from ScheduleDAGInstrs.
|
2014-08-20 20:57:26 +00:00 |
ScheduleDFS.h
|
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
|
2014-07-01 21:19:13 +00:00 |
ScheduleHazardRecognizer.h
|
|
|
SchedulerRegistry.h
|
|
|
ScoreboardHazardRecognizer.h
|
|
|
SelectionDAG.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
SelectionDAGISel.h
|
[cleanup] Re-sort all the #include lines in LLVM using
|
2015-01-14 11:23:27 +00:00 |
SelectionDAGNodes.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
SlotIndexes.h
|
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:00:20 +00:00 |
StackMapLivenessAnalysis.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
StackMaps.h
|
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-64 Backend
|
2014-12-01 22:52:56 +00:00 |
StackProtector.h
|
|
|
TargetLoweringObjectFileImpl.h
|
Add r228939 back with a fix.
|
2015-02-17 23:34:51 +00:00 |
TargetSchedule.h
|
Change MCSchedModel to be a struct of statically initialized data.
|
2014-09-02 17:43:54 +00:00 |
ValueTypes.h
|
|
|
ValueTypes.td
|
Intrinsics: introduce llvm_any_ty aka ValueType Any
|
2015-01-22 20:14:38 +00:00 |
VirtRegMap.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |