.. |
PBQP
|
Add more missing #includes, found by modules build.
|
2015-05-11 22:41:07 +00:00 |
Analysis.h
|
Fold a loop for array processing in ComputeLinearIndex
|
2015-01-14 05:33:01 +00:00 |
AsmPrinter.h
|
Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
|
2015-05-15 00:20:44 +00:00 |
BasicTTIImpl.h
|
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
|
2015-05-06 17:12:25 +00:00 |
CalcSpillWeights.h
|
[PBQP] Tweak spill costs and coalescing benefits
|
2014-11-04 20:51:24 +00:00 |
CallingConvLower.h
|
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
|
2015-05-15 21:58:42 +00:00 |
CommandFlags.h
|
Add a comment line that was accidentally dropped in r236671.
|
2015-05-19 21:59:11 +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
|
Add DIEInteger::setValue() method.
|
2015-03-06 23:22:46 +00:00 |
EdgeBundles.h
|
[modules] "Specialize" a function by actually specializing a function template
|
2014-04-24 18:27:29 +00:00 |
FastISel.h
|
[cleanup] Re-sort all the #include lines in LLVM using
|
2015-01-14 11:23:27 +00:00 |
FunctionLoweringInfo.h
|
[StatepointLowering] Support of the gc.relocates for invoke statepoints.
|
2015-05-20 11:37:25 +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
|
Add a GCStrategy for CoreCLR
|
2015-05-20 01:07:23 +00:00 |
GCStrategy.h
|
[gcroot] Remove unused items from an enum
|
2015-04-02 05:02:16 +00:00 |
IntrinsicLowering.h
|
|
|
ISDOpcodes.h
|
Add SDNodes for umin, umax, smin and smax.
|
2015-05-15 09:03:15 +00:00 |
LatencyPriorityQueue.h
|
Remove LatencyPriorityQueue::dump because it relies on an implicit copy ctor which is deprecated in C++11 (due to the presence of a user-declare dtor in the base class)
|
2015-03-03 21:16:56 +00:00 |
LexicalScopes.h
|
IR: Give 'DI' prefix to debug info metadata
|
2015-04-29 16:38:44 +00:00 |
LinkAllAsmWriterComponents.h
|
|
|
LinkAllCodegenComponents.h
|
Add a GCStrategy for CoreCLR
|
2015-05-20 01:07:23 +00:00 |
LiveInterval.h
|
Recommit r231168: unique_ptrify LiveRange::segmentSet
|
2015-03-04 01:20:33 +00:00 |
LiveIntervalAnalysis.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +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
|
Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC
|
2015-05-05 20:14:22 +00:00 |
LiveRangeEdit.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
LiveRegMatrix.h
|
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API.
|
2014-04-21 09:34:48 +00:00 |
LiveStackAnalysis.h
|
Recommit r231175: Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_map
|
2015-03-04 01:15:53 +00:00 |
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
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
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
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
MachineFrameInfo.h
|
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not non-aliasing distinct objects
|
2015-05-08 23:52:00 +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
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
MachineFunctionPass.h
|
|
|
MachineInstr.h
|
don't repeat function names in comments; NFC
|
2015-05-21 16:42:22 +00:00 |
MachineInstrBuilder.h
|
IR: Give 'DI' prefix to debug info metadata
|
2015-04-29 16:38:44 +00:00 |
MachineInstrBundle.h
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-14 00:51:57 +00:00 |
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
|
[BranchFolding] Remove MMOs during tail merge to preserve dependencies.
|
2015-03-10 16:22:52 +00:00 |
MachineModuleInfo.h
|
IR: Give 'DI' prefix to debug info metadata
|
2015-04-29 16:38:44 +00:00 |
MachineModuleInfoImpls.h
|
Clear the stub map in getSortedStubs.
|
2015-04-07 12:59:28 +00:00 |
MachineOperand.h
|
Add ChangeTo* to MachineOperand for symbols
|
2015-05-06 17:05:54 +00:00 |
MachinePassRegistry.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
MachinePostDominators.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
MachineRegionInfo.h
|
Remove empty non-virtual destructors or mark them =default when non-public
|
2015-04-11 15:32:26 +00:00 |
MachineRegisterInfo.h
|
MachineRegisterInfo: Make it clear that hints are for vregs
|
2015-04-03 00:18:33 +00:00 |
MachineScheduler.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +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
|
Add support for v1i128 type.
|
2015-04-17 16:11:05 +00:00 |
MachORelocation.h
|
|
|
Passes.h
|
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
|
2015-05-19 21:41:28 +00:00 |
PBQPRAConstraint.h
|
Remove redundant virtual on overriden functions.
|
2014-11-14 19:06:36 +00:00 |
PseudoSourceValue.h
|
Fix broken build of llvm using clang.
|
2014-04-15 08:10:46 +00:00 |
RegAllocPBQP.h
|
[PBQP] Do not add an edge between nodes with totally disjoint allowed registers
|
2015-03-01 20:39:34 +00:00 |
RegAllocRegistry.h
|
|
|
RegisterClassInfo.h
|
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API.
|
2014-04-21 09:34:48 +00:00 |
RegisterPressure.h
|
Remove declarations for nonexistent methods
|
2015-04-01 21:16:02 +00:00 |
RegisterScavenging.h
|
Changed the liveness tracking in the RegisterScavenger
|
2014-08-04 23:07:49 +00:00 |
ResourcePriorityQueue.h
|
unique_ptrify ResourcePriorityQueue::ResourceModel
|
2015-03-03 20:49:08 +00:00 |
RuntimeLibcalls.h
|
SDAG: Merge the meat of two ExpandAtomic implementations.
|
2015-03-05 20:04:29 +00:00 |
ScheduleDAG.h
|
Remove the explicit SUnitIterator::operator= as the default is just fine
|
2015-03-03 21:17:00 +00:00 |
ScheduleDAGInstrs.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +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
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-14 00:51:57 +00:00 |
SelectionDAG.h
|
SelectionDAG: Cleanup and simplify FoldConstantArithmetic
|
2015-05-19 01:40:21 +00:00 |
SelectionDAGISel.h
|
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
|
2015-04-28 14:05:47 +00:00 |
SelectionDAGNodes.h
|
Revert r237046. See the testcase on the thread where r237046 was committed.
|
2015-05-13 23:41:47 +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 |
StackMaps.h
|
[Statepoints] Support for "patchable" statepoints.
|
2015-05-12 23:52:24 +00:00 |
StackProtector.h
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-14 00:51:57 +00:00 |
TargetLoweringObjectFileImpl.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
TargetSchedule.h
|
TargetSchedule: factor out common code; NFC
|
2015-05-14 18:01:13 +00:00 |
ValueTypes.h
|
Make VTs and UnicodeCharSet ctors constexpr if the compiler supports it.
|
2015-03-01 18:10:07 +00:00 |
ValueTypes.td
|
Add support for v1i128 type.
|
2015-04-17 16:11:05 +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 |
WinEHFuncInfo.h
|
[WinEH] C++ EH state numbering fixes
|
2015-05-20 23:22:24 +00:00 |