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
/
PostRASchedulerList.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
MachineScheduler: Add regpressure information to debug dump
Matthias Braun
1
-2
/
+6
2015-11-03
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
1
-1
/
+1
2015-10-09
CodeGen: Use range-based for in PostRAScheduler, NFC
Duncan P. N. Exon Smith
1
-12
/
+11
2015-09-09
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
1
-2
/
+2
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-1
/
+1
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-06-13
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
1
-1
/
+1
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-1
/
+1
2015-01-27
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
1
-3
/
+1
2014-10-29
Whitespace.
NAKAMURA Takumi
1
-5
/
+5
2014-10-14
Grab the subtarget and subtarget dependent variables off of
Eric Christopher
1
-4
/
+2
2014-08-20
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
1
-11
/
+10
2014-08-20
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
1
-1
/
+1
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-1
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-3
/
+5
2014-07-15
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
1
-3
/
+20
2014-04-22
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-10
/
+10
2014-03-31
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
1
-0
/
+3
2014-03-23
remove a bunch of unused private methods
Nuno Lopes
1
-1
/
+0
2014-03-07
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-10
/
+10
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-3
/
+3
2013-12-28
Move the PostRA scheduler's fixupKills function for reuse.
Andrew Trick
1
-160
/
+3
2013-12-11
Add two additional hazard recognizer functions
Hal Finkel
1
-7
/
+43
2013-10-16
After PostRA scheduling, don't set kill flags on undef operands.
Andrew Trick
1
-2
/
+2
2013-08-23
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...
Andrew Trick
1
-7
/
+18
2013-05-22
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
1
-10
/
+8
2013-02-05
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
1
-19
/
+5
2012-12-20
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
1
-5
/
+3
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-11
/
+11
2012-11-13
misched: Don't consider artificial edges weak edges.
Andrew Trick
1
-1
/
+1
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
1
-7
/
+7
2012-10-15
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
1
-3
/
+2
2012-09-11
Release build: guard dump functions with
Manman Ren
1
-1
/
+1
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
1
-0
/
+2
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
1
-1
/
+1
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
1
-1
/
+1
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
1
-1
/
+0
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
1
-19
/
+13
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
1
-0
/
+4
2012-03-09
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
1
-7
/
+7
2012-03-07
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
1
-1
/
+1
2012-03-07
misched prep: rename InsertPos to End.
Andrew Trick
1
-8
/
+8
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
1
-17
/
+17
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
1
-12
/
+38
2012-03-07
misched preparation: modularize schedule emission.
Andrew Trick
1
-0
/
+36
2012-03-07
misched preparation: modularize schedule printing.
Andrew Trick
1
-0
/
+18
2012-03-07
misched preparation: modularize schedule verification.
Andrew Trick
1
-2
/
+8
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
1
-6
/
+6
2012-02-23
BitVectorize loop.
Benjamin Kramer
1
-3
/
+1
[next]