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
/
MachineScheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
James Y Knight
2015-10-27
1
-5
/
+0
*
MachineScheduler: Add a way to disable the 'ReduceLatency' heuristic
Matthias Braun
2015-10-22
1
-2
/
+2
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-5
/
+5
*
Make MachineScheduler debug output less confusing.
James Y Knight
2015-09-18
1
-5
/
+26
*
Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L...
Matthias Braun
2015-09-17
1
-4
/
+4
*
RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu...
Matthias Braun
2015-09-17
1
-4
/
+4
*
MachineScheduler: Provide an option for node hiding cutoff and disable it by ...
Matthias Braun
2015-09-17
1
-1
/
+9
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
Fix three typos in comments; "easilly" -> "easily".
Nick Lewycky
2015-08-18
1
-1
/
+1
*
MachineScheduler: Restrict macroop fusion to data-dependent instructions.
Matthias Braun
2015-07-20
1
-9
/
+33
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
2015-06-15
1
-1
/
+1
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
1
-1
/
+1
*
MachineScheduler debug output clarity.
Andrew Trick
2015-05-17
1
-2
/
+3
*
RegisterPressureTracker: reword stale comments.
Andrew Trick
2015-05-17
1
-2
/
+1
*
Complete the MachineScheduler fix made way back in r210390.
Andrew Trick
2015-03-27
1
-2
/
+2
*
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
2015-03-11
1
-0
/
+11
*
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
2015-01-27
1
-3
/
+1
*
[MIScheduler] Slightly better handling of constrainLocalCopy when both source...
Michael Kuperstein
2015-01-19
1
-4
/
+7
*
Rename argument strings of codegen passes to avoid collisions with command line
Akira Hatanaka
2014-12-13
1
-2
/
+2
*
Reapply "[MachineScheduler] Fix for PR21807: minor code difference building w...
Andrea Di Biagio
2014-12-12
1
-1
/
+3
*
Revert: [MachineScheduler] Fix for PR21807: minor code difference building wi...
Andrea Di Biagio
2014-12-12
1
-3
/
+1
*
[MachineScheduler] Fix for PR21807: minor code difference building with/witho...
Andrea Di Biagio
2014-12-12
1
-1
/
+3
*
Access the subtarget off of the MachineFunction via the DAG
Eric Christopher
2014-10-14
1
-9
/
+7
*
[MiSched] Fix a logic error in tryPressure()
Hal Finkel
2014-10-10
1
-2
/
+2
*
Debugging Utility - optional ability for dumping critical path length
Gerolf Hoflehner
2014-08-07
1
-2
/
+16
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+9
*
Revert "Revert "MachineScheduler: better book-keeping for asserts.""
Chad Rosier
2014-07-02
1
-7
/
+11
*
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
Alp Toker
2014-07-01
1
-2
/
+1
*
Revert "MachineScheduler: better book-keeping for asserts."
Chad Rosier
2014-07-01
1
-7
/
+5
*
MachineScheduler: better book-keeping for asserts.
Andrew Trick
2014-07-01
1
-5
/
+7
*
Left out the NDEBUG in the previous checkin.
Andrew Trick
2014-06-27
1
-0
/
+2
*
MachineScheduler: add some book-keeping to fix an assert.
Andrew Trick
2014-06-27
1
-1
/
+7
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Fix the scheduler's MaxObservedStall computation.
Andrew Trick
2014-06-12
1
-2
/
+6
*
Fix the MachineScheduler's logic for updating ready times for in-order.
Andrew Trick
2014-06-07
1
-32
/
+25
*
Add a subtarget hook: enablePostMachineScheduler.
Andrew Trick
2014-06-04
1
-0
/
+6
*
Move GenericScheduler and PostGenericScheduler into a header.
Andrew Trick
2014-06-04
1
-229
/
+15
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-5
/
+5
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Use unique_ptr to manage objects owned by the ScheduleDAGMI.
David Blaikie
2014-04-21
1
-10
/
+9
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-24
/
+25
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-21
/
+21
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-11
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-15
/
+15
[prev]
[next]