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
/
PostRASchedulerList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
CodeGen: Use MachineInstr& in PostRASchedulerList, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-6
/
+6
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
CodeGen: Move check of EnablePostRAScheduler to avoid disabling antidependen...
Mitch Bodart
2016-05-19
1
-11
/
+12
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+5
*
Invoke DAG postprocessing in the post-RA scheduler
Krzysztof Parzyszek
2016-03-08
1
-0
/
+2
*
Add DAG mutation interface to the post-RA scheduler
Krzysztof Parzyszek
2016-03-05
1
-0
/
+13
*
CodeGen: Use MachineInstr& in AntiDepBreaker API, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-3
/
+3
*
MachineScheduler: Add regpressure information to debug dump
Matthias Braun
2015-11-06
1
-2
/
+6
*
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
2015-11-03
1
-1
/
+1
*
CodeGen: Use range-based for in PostRAScheduler, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-12
/
+11
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
2015-01-27
1
-3
/
+1
*
Whitespace.
NAKAMURA Takumi
2014-10-29
1
-5
/
+5
*
Grab the subtarget and subtarget dependent variables off of
Eric Christopher
2014-10-14
1
-4
/
+2
*
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
2014-08-20
1
-11
/
+10
*
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
2014-08-20
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
-3
/
+5
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-3
/
+20
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-10
/
+10
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-10
/
+10
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Move the PostRA scheduler's fixupKills function for reuse.
Andrew Trick
2013-12-28
1
-160
/
+3
*
Add two additional hazard recognizer functions
Hal Finkel
2013-12-11
1
-7
/
+43
*
After PostRA scheduling, don't set kill flags on undef operands.
Andrew Trick
2013-10-16
1
-2
/
+2
*
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...
Andrew Trick
2013-08-23
1
-7
/
+18
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-10
/
+8
*
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
1
-19
/
+5
*
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-20
1
-5
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
1
-1
/
+1
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-7
/
+7
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-3
/
+2
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
[next]