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
*
Let targets adjust operand latency of bundles
Stanislav Mekhanoshin
2020-01-10
1
-1
/
+6
*
Prune Analysis includes from SelectionDAG.h
Reid Kleckner
2019-10-19
1
-3
/
+2
*
MachineScheduler: Fix missing dependency with multiple subreg defs
Matt Arsenault
2019-09-20
1
-0
/
+12
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-2
/
+8
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-8
/
+2
*
MachineScheduler: Fix assert from not checking subregs
Matt Arsenault
2019-09-19
1
-2
/
+8
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-9
/
+9
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-6
/
+6
*
[Strict FP] Allow more relaxed scheduling
Ulrich Weigand
2019-07-16
1
-10
/
+21
*
ScheduleDAG: Fix incorrectly killing registers in bundles
Matt Arsenault
2019-07-05
1
-6
/
+5
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+13
*
[ScheduleDAGInstrs] Compute topological ordering on demand.
Florian Hahn
2019-05-21
1
-2
/
+2
*
[ScheduleDAG] Move `Topo` and `addEdge` to base class.
Clement Courbet
2019-03-29
1
-1
/
+20
*
[CodeGen] Be as conservative about atomic accesses as for volatile
Philip Reames
2019-02-01
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SchedModel] Fix for read advance cycles with implicit pseudo operands.
Jonas Paulsson
2018-10-30
1
-4
/
+16
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
1
-3
/
+15
*
[ScheduleDAGInstrs / buildSchedGraph] Clear subregister entries also.
Jonas Paulsson
2018-05-24
1
-7
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+19
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[TargetSchedule] shrink interface for init(); NFCI
Sanjay Patel
2018-04-08
1
-1
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...
Francis Visoiu Mistrih
2018-02-19
1
-1
/
+0
*
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...
Francis Visoiu Mistrih
2018-02-08
1
-0
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-15
1
-1
/
+2
*
Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-14
1
-2
/
+1
*
CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-13
1
-1
/
+2
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
[ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no id...
Hiroshi Inoue
2017-10-12
1
-10
/
+17
*
Fix typo.
Eric Christopher
2017-08-03
1
-1
/
+1
*
[StackColoring] Update AliasAnalysis information in stack coloring pass
Hiroshi Inoue
2017-08-01
1
-61
/
+2
*
[CodeGen] Rename DEBUG_TYPE to match passnames
Evandro Menezes
2017-07-11
1
-1
/
+1
*
ScheduleDAGInstrs: Fix fixupKills() adding too many kill flags.
Matthias Braun
2017-06-27
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-01
1
-27
/
+53
*
ScheduleDAGInstrs: Fix fixupKills()
Matthias Braun
2017-05-27
1
-157
/
+49
*
Refactor alias check from MISched into common helper. NFC.
Eli Friedman
2017-03-09
1
-61
/
+1
*
[MISched] Remove unused arguments. NFC.
Eli Friedman
2017-03-04
1
-4
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-4
/
+5
*
ScheduleDAGInstrs: Do not try to toggle kill flags on debug uses
Matthias Braun
2017-01-27
1
-0
/
+3
*
ScheduleDAGInstrs: Cleanup toggleKillFlag(); NFC
Matthias Braun
2017-01-27
1
-11
/
+10
*
ScheduleDAGInstrs: Cleanup; NFC
Matthias Braun
2017-01-27
1
-69
/
+45
[next]