index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGSDNodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-6
/
+4
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-3
/
+3
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-15
/
+5
*
Adjust ScheduleDAGSDNodes::RegDefIter for patchpoints
Hal Finkel
2015-01-14
1
-0
/
+8
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
Convert some EVTs to MVTs where only a SimpleValueType is needed.
Craig Topper
2014-11-16
1
-1
/
+1
*
ScheduleDAG: record PhysReg dependencies represented by CopyFromReg nodes
Tim Northover
2014-10-23
1
-5
/
+10
*
Remove more calls to getSubtargetImpl from the schedulers and
Eric Christopher
2014-10-09
1
-2
/
+1
*
typos
Sanjay Patel
2014-10-07
1
-2
/
+2
*
typos
Sanjay Patel
2014-10-07
1
-1
/
+1
*
Make this SmallVector size a power of two as suggested by Chandler
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Increase the size of this SmallVector in CloneNodeWithValues.
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-8
/
+8
*
Put a limit on ScheduleDAGSDNodes::ClusterNeighboringLoads to avoid blowing u...
Andrew Trick
2014-04-07
1
-1
/
+6
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)
Bill Schmidt
2013-10-18
1
-1
/
+4
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-10
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-10
/
+9
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-1
/
+1
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-13
1
-1
/
+1
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
1
-5
/
+6
*
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-10-17
1
-2
/
+1
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-2
/
+2
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+4
*
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-28
1
-26
/
+58
*
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-27
1
-4
/
+2
*
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-26
1
-3
/
+5
*
Insert the debugging instructions in one fell-swoop so that it doesn't call the
Bill Wendling
2012-03-14
1
-7
/
+8
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
1
-10
/
+10
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-7
/
+13
*
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
1
-3
/
+43
*
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
1
-0
/
+9
*
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
1
-0
/
+15
*
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
1
-0
/
+5
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
1
-2
/
+2
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-0
/
+1
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-7
/
+7
*
pre-RA-sched: Cleanup register pressure tracking.
Andrew Trick
2011-06-27
1
-9
/
+1
*
The scheduler needs to be aware on the existence of untyped nodes when it per...
Owen Anderson
2011-06-24
1
-1
/
+2
*
Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.
Benjamin Kramer
2011-06-18
1
-1
/
+1
[next]