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
/
ScheduleDAGInstrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ScheduleDAGInstrs: Bug fix for missed memory dependency.
Geoff Berry
2016-01-06
1
-3
/
+12
*
ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI
Matthias Braun
2015-12-04
1
-2
/
+1
*
ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun
2015-12-04
1
-66
/
+161
*
Revert "ScheduleDAGInstrs: Rework schedule graph builder."
Matthias Braun
2015-12-03
1
-159
/
+66
*
ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun
2015-12-03
1
-66
/
+159
*
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
2015-11-03
1
-14
/
+7
*
Revert "ScheduleDAGInstrs: Remove IsPostRA flag"
Matthias Braun
2015-10-29
1
-5
/
+12
*
ScheduleDAGInstrs: Remove IsPostRA flag
Matthias Braun
2015-10-29
1
-12
/
+5
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-5
/
+3
*
CodeGen: Avoid more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-5
/
+5
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-9
/
+5
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-4
/
+4
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-17
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-5
/
+5
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-6
/
+6
*
use range-based for-loop
Sanjay Patel
2015-05-21
1
-3
/
+2
*
use range-based for-loop; NFCI
Sanjay Patel
2015-05-21
1
-4
/
+1
*
Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
2015-05-14
1
-1
/
+0
*
CodeGen: ignore DEBUG_VALUE nodes in KILL tagging
Saleem Abdulrasool
2015-05-12
1
-0
/
+6
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-0
/
+8
*
ScheduleDAGInstrs should toggle kill flags on bundled instrs.
Pete Cooper
2015-05-04
1
-1
/
+46
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-47
/
+58
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-1
/
+1
*
Bugfix for missed dependency from store to load in buildSchedGraph().
Jonas Paulsson
2015-02-10
1
-4
/
+2
*
Update a few calls to getSubtarget<> to either be getSubtargetImpl
Eric Christopher
2015-01-27
1
-9
/
+8
*
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
2015-01-07
1
-5
/
+6
*
Fix typos in comment and option help texts.
Jonas Paulsson
2015-01-07
1
-3
/
+3
*
MISched: Fix moving stores across barriers
Tom Stellard
2014-12-08
1
-6
/
+7
*
Revert "r223440 - Consider subregs when calling MI::registerDefIsDead for phy...
Hal Finkel
2014-12-05
1
-7
/
+1
*
Consider subregs when calling MI::registerDefIsDead for phys deps
Hal Finkel
2014-12-05
1
-1
/
+7
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Remove an unnecessary restriction. MIsNeedChainEdge() should be checked even...
Owen Anderson
2014-09-12
1
-1
/
+1
*
[AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Chad Rosier
2014-09-08
1
-0
/
+9
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
2014-08-20
1
-2
/
+1
*
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
2014-08-20
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-2
/
+2
*
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
Alp Toker
2014-07-01
1
-2
/
+3
*
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 typos
Alp Toker
2014-05-15
1
-2
/
+2
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Remove seemingly-unneeded artificial dependency
Hal Finkel
2014-04-21
1
-5
/
+0
[next]