index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineScheduler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-20
MachineScheduler: Restrict macroop fusion to data-dependent instructions.
Matthias Braun
1
-9
/
+33
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-3
/
+3
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-3
/
+3
2015-06-19
Fix "the the" in comments.
Eric Christopher
1
-1
/
+1
2015-06-15
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
1
-1
/
+1
2015-06-13
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
1
-1
/
+1
2015-05-17
MachineScheduler debug output clarity.
Andrew Trick
1
-2
/
+3
2015-05-17
RegisterPressureTracker: reword stale comments.
Andrew Trick
1
-2
/
+1
2015-03-27
Complete the MachineScheduler fix made way back in r210390.
Andrew Trick
1
-2
/
+2
2015-03-11
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
1
-0
/
+11
2015-01-27
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
1
-3
/
+1
2015-01-19
[MIScheduler] Slightly better handling of constrainLocalCopy when both source...
Michael Kuperstein
1
-4
/
+7
2014-12-13
Rename argument strings of codegen passes to avoid collisions with command line
Akira Hatanaka
1
-2
/
+2
2014-12-12
Reapply "[MachineScheduler] Fix for PR21807: minor code difference building w...
Andrea Di Biagio
1
-1
/
+3
2014-12-12
Revert: [MachineScheduler] Fix for PR21807: minor code difference building wi...
Andrea Di Biagio
1
-3
/
+1
2014-12-12
[MachineScheduler] Fix for PR21807: minor code difference building with/witho...
Andrea Di Biagio
1
-1
/
+3
2014-10-14
Access the subtarget off of the MachineFunction via the DAG
Eric Christopher
1
-9
/
+7
2014-10-10
[MiSched] Fix a logic error in tryPressure()
Hal Finkel
1
-2
/
+2
2014-08-07
Debugging Utility - optional ability for dumping critical path length
Gerolf Hoflehner
1
-2
/
+16
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-2
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-5
/
+9
2014-07-02
Revert "Revert "MachineScheduler: better book-keeping for asserts.""
Chad Rosier
1
-7
/
+11
2014-07-01
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
Alp Toker
1
-2
/
+1
2014-07-01
Revert "MachineScheduler: better book-keeping for asserts."
Chad Rosier
1
-7
/
+5
2014-07-01
MachineScheduler: better book-keeping for asserts.
Andrew Trick
1
-5
/
+7
2014-06-27
Left out the NDEBUG in the previous checkin.
Andrew Trick
1
-0
/
+2
2014-06-27
MachineScheduler: add some book-keeping to fix an assert.
Andrew Trick
1
-1
/
+7
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-1
/
+2
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-2
/
+1
2014-06-12
Fix the scheduler's MaxObservedStall computation.
Andrew Trick
1
-2
/
+6
2014-06-07
Fix the MachineScheduler's logic for updating ready times for in-order.
Andrew Trick
1
-32
/
+25
2014-06-04
Add a subtarget hook: enablePostMachineScheduler.
Andrew Trick
1
-0
/
+6
2014-06-04
Move GenericScheduler and PostGenericScheduler into a header.
Andrew Trick
1
-229
/
+15
2014-04-29
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
1
-5
/
+5
2014-04-22
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-2
/
+2
2014-04-21
Use unique_ptr to manage objects owned by the ScheduleDAGMI.
David Blaikie
1
-10
/
+9
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-24
/
+25
2014-03-31
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
1
-0
/
+3
2014-03-10
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
1
-21
/
+21
2014-03-07
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
1
-11
/
+5
2014-03-07
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-15
/
+15
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-3
/
+2
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-11
/
+10
2014-03-02
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
1
-17
/
+17
2014-01-24
Fix known typos
Alp Toker
1
-1
/
+1
2014-01-22
Reformat a loop for basic hygeine. Self review.
Andrew Trick
1
-5
/
+5
2014-01-21
Fix PR18572 - llc crash during GenericScheduler::initPolicy().
Andrew Trick
1
-4
/
+10
2013-12-28
CodeGen: silence a C++11 feature warning
Saleem Abdulrasool
1
-1
/
+1
2013-12-28
Uninitialized variable (in never taken path) after factoring.
Andrew Trick
1
-1
/
+1
2013-12-28
Added debugging options: -misched-only-func/block
Andrew Trick
1
-0
/
+13
[next]