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
/
ScheduleDAGInstrs.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-17
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
1
-5
/
+5
2015-05-29
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
1
-6
/
+6
2015-05-21
use range-based for-loop
Sanjay Patel
1
-3
/
+2
2015-05-21
use range-based for-loop; NFCI
Sanjay Patel
1
-4
/
+1
2015-05-14
Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
1
-1
/
+0
2015-05-12
CodeGen: ignore DEBUG_VALUE nodes in KILL tagging
Saleem Abdulrasool
1
-0
/
+6
2015-05-08
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
1
-0
/
+8
2015-05-04
ScheduleDAGInstrs should toggle kill flags on bundled instrs.
Pete Cooper
1
-1
/
+46
2015-03-10
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
1
-47
/
+58
2015-02-27
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
1
-1
/
+1
2015-02-10
Bugfix for missed dependency from store to load in buildSchedGraph().
Jonas Paulsson
1
-4
/
+2
2015-01-27
Update a few calls to getSubtarget<> to either be getSubtargetImpl
Eric Christopher
1
-9
/
+8
2015-01-07
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
1
-5
/
+6
2015-01-07
Fix typos in comment and option help texts.
Jonas Paulsson
1
-3
/
+3
2014-12-08
MISched: Fix moving stores across barriers
Tom Stellard
1
-6
/
+7
2014-12-05
Revert "r223440 - Consider subregs when calling MI::registerDefIsDead for phy...
Hal Finkel
1
-7
/
+1
2014-12-05
Consider subregs when calling MI::registerDefIsDead for phys deps
Hal Finkel
1
-1
/
+7
2014-11-19
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
1
-2
/
+2
2014-09-12
Remove an unnecessary restriction. MIsNeedChainEdge() should be checked even...
Owen Anderson
1
-1
/
+1
2014-09-08
[AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Chad Rosier
1
-0
/
+9
2014-09-02
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
1
-1
/
+1
2014-08-21
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
1
-1
/
+1
2014-08-20
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
1
-2
/
+1
2014-08-20
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
1
-2
/
+2
2014-08-18
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
1
-1
/
+1
2014-08-17
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
1
-1
/
+1
2014-07-24
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
1
-2
/
+2
2014-07-01
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
Alp Toker
1
-2
/
+3
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-05-15
Fix typos
Alp Toker
1
-2
/
+2
2014-04-22
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-04-21
Remove seemingly-unneeded artificial dependency
Hal Finkel
1
-5
/
+0
2014-04-18
Better comments to explain buffered/unbuffered processor resources.
Andrew Trick
1
-4
/
+8
2014-04-15
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
1
-38
/
+40
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-14
/
+14
2014-04-12
Reenable use of TBAA during CodeGen
Hal Finkel
1
-7
/
+1
2014-03-07
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
1
-2
/
+3
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-3
/
+4
2014-02-25
Indent this continued line.
Nick Lewycky
1
-4
/
+4
2014-02-20
Fix change in behaviour accidentally introduced in r201754.
Nick Lewycky
1
-2
/
+4
2014-02-20
Simplify the implementation of getUnderlyingObjectsForInstr, without intendin...
Nick Lewycky
1
-13
/
+12
2014-01-25
Disable the use of TBAA when using AA in CodeGen
Hal Finkel
1
-2
/
+11
2014-01-20
Track multiple stores per object when using AA in ScheduleDAGInstrs
Hal Finkel
1
-21
/
+38
2014-01-08
Conservatively handle multiple MMOs in MIsNeedChainEdge
Hal Finkel
1
-4
/
+4
2013-12-28
Move the PostRA scheduler's fixupKills function for reuse.
Andrew Trick
1
-3
/
+147
2013-12-05
MI-Sched: Model "reserved" processor resources.
Andrew Trick
1
-1
/
+7
2013-12-05
MI-Sched: handle latency of in-order operations with the new machine model.
Andrew Trick
1
-0
/
+16
2013-12-05
Correct word hyphenations
Alp Toker
1
-1
/
+1
2013-10-10
Pass LiveQueryResult by value
Matthias Braun
1
-1
/
+2
[next]